designerlist.wxss 4.6 KB

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