servicer.scss 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. .servicerlist {
  2. width: 100%;
  3. height: 100%;
  4. display: flex;
  5. align-items: center;
  6. justify-content: space-between;
  7. padding: 0.15rem;
  8. box-sizing: border-box;
  9. .servicerlist-box {
  10. width: 100%;
  11. height: 100%;
  12. background: #ffffff;
  13. display: flex;
  14. .servicerlist-left {
  15. width: 6rem;
  16. height: 100%;
  17. border-right: 0.01rem solid #e6e6e6;
  18. box-sizing: border-box;
  19. .notYet {
  20. color: #e6e6e6;
  21. font-size: 0.4rem;
  22. margin-top: 3rem;
  23. text-align: center;
  24. }
  25. .servicer-title {
  26. text-align: center;
  27. line-height: 0.6rem;
  28. font-size: 0.18rem;
  29. font-weight: 500;
  30. height: 0.6rem;
  31. border-bottom: 0.01rem solid #e6e6e6;
  32. box-sizing: border-box;
  33. position: relative;
  34. .icongengduo1 {
  35. position: absolute;
  36. top: 50%;
  37. right: 0.2rem;
  38. transform: translateY(-50%);
  39. font-size: 0.3rem;
  40. color: $primary-color;
  41. }
  42. }
  43. .servicer-search {
  44. width: 100%;
  45. height: 0.6rem;
  46. border-bottom: 0.01rem solid #e6e6e6;
  47. display: flex;
  48. align-items: center;
  49. justify-content: center;
  50. padding: 0 0.2rem;
  51. box-sizing: border-box;
  52. .search {
  53. width: 5.6rem;
  54. height: 0.4rem;
  55. border-radius: 0.04rem;
  56. background: #f5f5f5;
  57. display: flex;
  58. align-items: center;
  59. padding: 0 0.2rem;
  60. box-sizing: border-box;
  61. .iconfont {
  62. font-size: 0.16rem;
  63. color: #909399;
  64. margin-right: 0.11rem;
  65. }
  66. input {
  67. width: 80%;
  68. height: 60%;
  69. border: none;
  70. font-size: 0.14rem;
  71. }
  72. }
  73. }
  74. .servicer-list-scroll {
  75. width: 100%;
  76. height: calc(100% - 1.2rem);
  77. .itemhover {
  78. background: #f3eeff;
  79. }
  80. .item {
  81. width: 100%;
  82. display: flex;
  83. align-items: center;
  84. padding: 0.2rem;
  85. box-sizing: border-box;
  86. border-bottom: 0.01rem solid #e6e6e6;
  87. image {
  88. width: 0.7rem;
  89. height: 0.7rem;
  90. margin-right: 0.1rem;
  91. }
  92. .item-right {
  93. display: flex;
  94. flex-direction: column;
  95. justify-content: space-between;
  96. height: 0.6rem;
  97. .servicer-name {
  98. font-size: 0.16rem;
  99. }
  100. .servicer-money {
  101. font-size: 0.14rem;
  102. }
  103. }
  104. }
  105. }
  106. }
  107. .servicerlist-right {
  108. width: calc(100% - 6rem);
  109. height: 100%;
  110. border-right: 0.01rem solid #e6e6e6;
  111. box-sizing: border-box;
  112. .servicer-title {
  113. text-align: center;
  114. line-height: 0.6rem;
  115. font-size: 0.18rem;
  116. font-weight: 500;
  117. height: 0.6rem;
  118. border-bottom: 0.01rem solid #e6e6e6;
  119. box-sizing: border-box;
  120. position: relative;
  121. .icongengduo1 {
  122. position: absolute;
  123. top: 50%;
  124. right: 0.2rem;
  125. transform: translateY(-50%);
  126. font-size: 0.3rem;
  127. color: $primary-color;
  128. }
  129. }
  130. .servicer-information {
  131. width: 100%;
  132. padding: 0.2rem 0.2rem 0.2rem 0.2rem;
  133. box-sizing: border-box;
  134. height: calc(100% - 0.6rem);
  135. overflow: scroll;
  136. position: relative;
  137. .title {
  138. font-size: 0.18rem;
  139. margin-bottom: 0.32rem;
  140. }
  141. .title2 {
  142. margin-bottom: 0.35rem;
  143. }
  144. .information-box {
  145. display: flex;
  146. justify-content: space-between;
  147. .box-left {
  148. width: 5rem;
  149. .information {
  150. width: 100%;
  151. padding-left: 0.1rem;
  152. box-sizing: border-box;
  153. display: flex;
  154. align-items: center;
  155. margin-bottom: 0.3rem;
  156. view {
  157. color: #303133;
  158. font-size: 0.14rem;
  159. }
  160. view:nth-child(1) {
  161. width: 1rem;
  162. margin-right: 0.16rem;
  163. text-align: right;
  164. }
  165. view:nth-child(2) {
  166. width: 74%;
  167. margin-right: 0.23rem;
  168. text-overflow: ellipsis;
  169. overflow: hidden;
  170. white-space: nowrap;
  171. }
  172. }
  173. .information:last-child {
  174. margin-bottom: 0.35rem;
  175. }
  176. }
  177. .servicer-img {
  178. width: 2rem;
  179. height: 2rem;
  180. }
  181. }
  182. .table {
  183. width: 100%;
  184. height: 2.6rem;
  185. box-sizing: border-box;
  186. .single-specification {
  187. width: 100%;
  188. max-height: 100%;
  189. padding-left: 0.1rem;
  190. box-sizing: border-box;
  191. .item {
  192. width: 100%;
  193. margin-bottom: 0.3rem;
  194. display: flex;
  195. align-items: center;
  196. image {
  197. width: 0.5rem;
  198. }
  199. .name {
  200. display: flex;
  201. align-items: center;
  202. margin-right: 0.16rem;
  203. width: 0.7rem;
  204. text-align: right;
  205. }
  206. .message {
  207. width: 74%;
  208. text-overflow: ellipsis;
  209. overflow: hidden;
  210. white-space: nowrap;
  211. }
  212. }
  213. }
  214. .table-all {
  215. width: 100%;
  216. display: flex;
  217. align-items: center;
  218. justify-content: space-between;
  219. padding: 0 0.38rem;
  220. box-sizing: border-box;
  221. .table-td {
  222. font-size: 0.14rem;
  223. text-align: left;
  224. text-overflow: ellipsis;
  225. overflow: hidden;
  226. white-space: nowrap;
  227. }
  228. }
  229. .table-th {
  230. height: 0.56rem;
  231. background: #f7f8fa;
  232. }
  233. .table-tb {
  234. width: 100%;
  235. height: calc(100% - 0.56rem);
  236. .table-tr {
  237. height: 0.7rem;
  238. border-bottom: 0.01rem solid #e6e6e6;
  239. box-sizing: border-box;
  240. .table-td {
  241. image {
  242. width: 0.5rem;
  243. height: 0.5rem;
  244. }
  245. text-overflow: -o-ellipsis-lastline;
  246. overflow: hidden;
  247. text-overflow: ellipsis;
  248. display: -webkit-box;
  249. -webkit-line-clamp: 2;
  250. line-clamp: 2;
  251. -webkit-box-orient: vertical;
  252. }
  253. }
  254. }
  255. }
  256. }
  257. }
  258. }
  259. }
  260. .no-center {
  261. width: 100%;
  262. height: 100%;
  263. display: flex;
  264. align-items: center;
  265. justify-content: center;
  266. font-size: 0.3rem;
  267. color: #909399;
  268. }
  269. view {
  270. color: #303133;
  271. }
  272. /deep/ .uni-scroll-view::-webkit-scrollbar {
  273. width: 0.05rem;
  274. height: 0.3rem;
  275. }
  276. /deep/ .uni-scroll-view::-webkit-scrollbar-thumb {
  277. border-radius: 0.1rem;
  278. box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
  279. background: rgba(193, 193, 193, 1);
  280. }
  281. .servicer-information::-webkit-scrollbar {
  282. width: 0.05rem;
  283. height: 0.3rem;
  284. }
  285. .servicer-information::-webkit-scrollbar-thumb {
  286. border-radius: 0.1rem;
  287. box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
  288. background: rgba(193, 193, 193, 1);
  289. }
  290. .button-box {
  291. width: 100%;
  292. margin-top: 0.7rem;
  293. .button {
  294. width: 1rem;
  295. height: 0.4rem;
  296. color: $primary-color;
  297. text-align: center;
  298. line-height: 0.4rem;
  299. float: right;
  300. font-size: 0.16rem;
  301. margin-left: 0.1rem;
  302. border: 0.01rem solid $primary-color;
  303. }
  304. .buttonhvoer {
  305. color: #ffffff;
  306. background: $primary-color;
  307. }
  308. }
  309. .button-box:after {
  310. overflow: hidden;
  311. content: '';
  312. height: 0;
  313. display: block;
  314. clear: both;
  315. }
  316. .cart-empty {
  317. position: absolute;
  318. top: 50%;
  319. left: 50%;
  320. transform: translate(-50%, -50%);
  321. width: 2.1rem;
  322. height: 1.55;
  323. }
  324. .exwarehouse-body {
  325. width: 6rem;
  326. min-height: 5rem;
  327. border-radius: 0.04rem !important;
  328. }
  329. view {
  330. color: #333;
  331. }
  332. .record-body {
  333. width: 10rem;
  334. min-height: 7rem;
  335. }