designerlist.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. .topbox {
  2. display: block;
  3. width: 100%;
  4. background-color: #ffffff;
  5. position: fixed;
  6. top: 0;
  7. left: 0;
  8. z-index: 9999999;
  9. }
  10. .leftindexbox {
  11. position: absolute;
  12. left: 8px;
  13. width: 70px;
  14. border: 1px solid #d1cfcf;
  15. padding: 4px 0;
  16. height: 28px;
  17. border-radius: 18px;
  18. box-sizing: border-box;
  19. }
  20. .leftindexbox .leftgoto {
  21. display: block;
  22. width: 8px;
  23. height: 14px;
  24. float: left;
  25. margin-left: 11px;
  26. transform: rotateY(180deg);
  27. position: relative;
  28. top: 2px;
  29. z-index: 9;
  30. }
  31. .gotoindex {
  32. display: block;
  33. width: 16px;
  34. height: 16px;
  35. float: right;
  36. position: relative;
  37. right: 10px;
  38. top: 1px;
  39. }
  40. .leftindexbox text {
  41. position: absolute;
  42. height: 14px;
  43. width: 1px;
  44. left: 30px;
  45. top: 6px;
  46. background-color: #d1cfcf;
  47. }
  48. page {
  49. display: block;
  50. width: 100%;
  51. height: 100vh;
  52. background: #f0f4f7;
  53. overflow: auto;
  54. }
  55. .designertitle {
  56. display: block;
  57. width: 100%;
  58. background: #f0f4f7;
  59. position: fixed;
  60. top: 0;
  61. left: 0;
  62. height: 76rpx;
  63. padding: 0 40rpx;
  64. z-index: 88;
  65. }
  66. .designertitle .customerbtnbox {
  67. width: 196rpx;
  68. }
  69. .designertitle .customerbtnbox image {
  70. display: block;
  71. width: 18rpx;
  72. height: 12rpx;
  73. position: relative;
  74. top: 32rpx;
  75. margin-left: 8rpx;
  76. }
  77. .designertitle .stylebox {
  78. margin-left: 8rpx;
  79. }
  80. .customerbtnbox view {
  81. max-width: 170rpx;
  82. }
  83. .orgbox{
  84. display: block;
  85. margin-left: 8rpx;
  86. }
  87. .designertitle .customerbtnbox image.filtericon {
  88. width: 35rpx;
  89. height: 35rpx;
  90. top: 20rpx;
  91. margin-left: 4rpx;
  92. }
  93. .everylistbox {
  94. display: block;
  95. width: 710rpx;
  96. height: 220rpx;
  97. background: #fff;
  98. padding: 20rpx;
  99. margin: 0 auto 24rpx;
  100. position: relative;
  101. }
  102. .everylistbox .headimg {
  103. display: block;
  104. width: 153rpx;
  105. height: 180rpx;
  106. border-radius: 4rpx;
  107. }
  108. .everylistbox .designermsgbox {
  109. margin-left: 22rpx;
  110. width: 495rpx;
  111. height: 100%;
  112. padding-top: 12rpx;
  113. }
  114. .everylistbox .designermsgbox .appointbtn {
  115. width: 108rpx;
  116. height: 44rpx;
  117. background: #249EFB;
  118. border: unset;
  119. border-radius: 22rpx;
  120. text-align: center;
  121. line-height: 44rpx;
  122. position: relative;
  123. right: 10rpx;
  124. top: 35rpx;
  125. }
  126. .everylistbox .designermsgbox .lineboox {
  127. margin: 0 12rpx;
  128. }
  129. .everylistbox .designermsgbox .likestylebox {
  130. width: 375rpx;
  131. }
  132. .everylistbox .designermsgbox .likestylebox text {
  133. min-width: 56rpx;
  134. height: 36rpx;
  135. background: #FFFFFF;
  136. border: 1px solid rgba(113, 196, 255, 1);
  137. /*no*/
  138. border-radius: 18rpx;
  139. padding: 0 9rpx;
  140. max-width: 120rpx;
  141. }
  142. .designlistbox {
  143. padding-top: 76rpx;
  144. padding-bottom: 98rpx;
  145. }
  146. .rightshareimg {
  147. display: block;
  148. position: absolute;
  149. top: 10rpx;
  150. right: 10rpx;
  151. width: 32rpx;
  152. height: 32rpx;
  153. z-index: 9;
  154. background-color: #ffffff;
  155. }
  156. .rightshareimg image {
  157. display: block;
  158. width: 32rpx;
  159. height: 32rpx;
  160. }
  161. .mask {
  162. width: 100%;
  163. height: 100vh;
  164. position: fixed;
  165. top: 0px;
  166. left: 0rpx;
  167. background-color: transparent;
  168. z-index: 10;
  169. }
  170. .maskStyle {
  171. position: fixed;
  172. top: 0rpx;
  173. left: 0rpx;
  174. width: 100%;
  175. height: 100vh;
  176. background-color: rgba(0,0,0,0.3);
  177. z-index: 12;
  178. display: flex;
  179. align-items: center;
  180. justify-content: center;
  181. }
  182. .departBox {
  183. width: 90%;
  184. height: 800rpx;
  185. background-color: #fff;
  186. border-radius: 10rpx;
  187. position: relative;
  188. overflow: hidden;
  189. box-sizing: border-box;
  190. padding: 88rpx 0rpx 100rpx;
  191. }
  192. .dHeader {
  193. position: absolute;
  194. width: 100%;
  195. height: 88rpx;
  196. background-color: #B3C6DA;
  197. top: 0rpx;
  198. left: 0rpx;
  199. text-align: center;
  200. line-height: 88rpx;
  201. color: #333333;
  202. font-size: 32rpx;
  203. }
  204. .dHeader > image {
  205. position: absolute;
  206. width: 35rpx;
  207. left: 20rpx;
  208. top: 50%;
  209. transform: translateY(-50%);
  210. }
  211. .dFooter {
  212. position: absolute;
  213. bottom: 0rpx;
  214. left: 0rpx;
  215. width: 100%;
  216. height: 100rpx;
  217. border-top: 1rpx solid #f2f2f2;
  218. display: flex;
  219. justify-content: space-around;
  220. align-items: center;
  221. }
  222. .dCancelBtn {
  223. width: 300rpx;
  224. height: 66rpx;
  225. border: 1rpx solid #2488EF;
  226. color: #2488EF;
  227. text-align: center;
  228. line-height: 66rpx;
  229. font-size: 28rpx;
  230. border-radius: 10rpx;
  231. }
  232. .dConfirmBtn {
  233. width: 300rpx;
  234. height: 66rpx;
  235. background-color: #2488EF;
  236. color: #fff;
  237. font-size: 28rpx;
  238. text-align: center;
  239. line-height: 66rpx;
  240. border-radius: 10rpx;
  241. }
  242. .dContent {
  243. width: 100%;
  244. height: 100%;
  245. box-sizing: border-box;
  246. padding: 20rpx;
  247. overflow-y: auto;
  248. overflow-x: hidden;
  249. }
  250. radio {
  251. transform: scale(0.8,0.8);
  252. }
  253. .childimg{
  254. display: block;
  255. position: absolute;
  256. right: 10rpx;
  257. top: 14rp;
  258. width: 36rpx;
  259. height: 36rpx;
  260. transform: rotateY(180deg);
  261. }