designerlist.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  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. }
  101. .everylistbox .headimg{
  102. display: block;
  103. width: 153rpx;
  104. height: 180rpx;
  105. border-radius: 4rpx;
  106. }
  107. .everylistbox .designermsgbox{
  108. margin-left: 22rpx;
  109. width: 495rpx;
  110. height: 100%;
  111. padding-top: 12rpx;
  112. }
  113. .everylistbox .designermsgbox .appointbtn{
  114. width: 108rpx;
  115. height: 44rpx;
  116. background: #249EFB;
  117. border: unset;
  118. border-radius: 22rpx;
  119. text-align: center;
  120. line-height: 44rpx;
  121. }
  122. .everylistbox .designermsgbox .lineboox{
  123. margin: 0 12rpx;
  124. }
  125. .everylistbox .designermsgbox .likestylebox{
  126. width: 375rpx;
  127. }
  128. .everylistbox .designermsgbox .likestylebox text{
  129. min-width: 56rpx;
  130. /* display: flex; */
  131. height: 36rpx;
  132. background: #FFFFFF;
  133. border: 1px solid rgba(113,196,255,1);/*no*/
  134. border-radius: 18rpx;
  135. padding: 0 6rpx;
  136. max-width: 112rpx;
  137. }
  138. .designlistbox{
  139. padding-top: 76rpx;
  140. padding-bottom: 140rpx;
  141. }
  142. .maintitle{
  143. text-align: center;
  144. }
  145. .mask {
  146. width: 100%;
  147. height: 100vh;
  148. position: fixed;
  149. top: 0px;
  150. left: 0rpx;
  151. background-color: transparent;
  152. z-index: 10;
  153. }
  154. .maskStyle {
  155. position: fixed;
  156. top: 0rpx;
  157. left: 0rpx;
  158. width: 100%;
  159. height: 100vh;
  160. background-color: rgba(0,0,0,0.3);
  161. z-index: 12;
  162. display: flex;
  163. align-items: center;
  164. justify-content: center;
  165. }
  166. .departBox {
  167. width: 90%;
  168. height: 800rpx;
  169. background-color: #fff;
  170. border-radius: 10rpx;
  171. position: relative;
  172. overflow: hidden;
  173. box-sizing: border-box;
  174. padding: 88rpx 0rpx 100rpx;
  175. }
  176. .dHeader {
  177. position: absolute;
  178. width: 100%;
  179. height: 88rpx;
  180. background-color: #B3C6DA;
  181. top: 0rpx;
  182. left: 0rpx;
  183. text-align: center;
  184. line-height: 88rpx;
  185. color: #333333;
  186. font-size: 32rpx;
  187. }
  188. .dHeader > image {
  189. position: absolute;
  190. width: 35rpx;
  191. left: 20rpx;
  192. top: 50%;
  193. transform: translateY(-50%);
  194. }
  195. .dFooter {
  196. position: absolute;
  197. bottom: 0rpx;
  198. left: 0rpx;
  199. width: 100%;
  200. height: 100rpx;
  201. border-top: 1rpx solid #f2f2f2;
  202. display: flex;
  203. justify-content: space-around;
  204. align-items: center;
  205. }
  206. .dCancelBtn {
  207. width: 300rpx;
  208. height: 66rpx;
  209. border: 1rpx solid #2488EF;
  210. color: #2488EF;
  211. text-align: center;
  212. line-height: 66rpx;
  213. font-size: 28rpx;
  214. border-radius: 10rpx;
  215. }
  216. .dConfirmBtn {
  217. width: 300rpx;
  218. height: 66rpx;
  219. background-color: #2488EF;
  220. color: #fff;
  221. font-size: 28rpx;
  222. text-align: center;
  223. line-height: 66rpx;
  224. border-radius: 10rpx;
  225. }
  226. .dContent {
  227. width: 100%;
  228. height: 100%;
  229. box-sizing: border-box;
  230. padding: 20rpx;
  231. overflow-y: auto;
  232. overflow-x: hidden;
  233. }
  234. radio {
  235. transform: scale(0.8,0.8);
  236. }
  237. .childimg{
  238. display: block;
  239. position: absolute;
  240. right: 10rpx;
  241. top: 14rp;
  242. width: 36rpx;
  243. height: 36rpx;
  244. transform: rotateY(180deg);
  245. }