clientManage.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. page{
  2. background-color: #f5f5f5;
  3. }
  4. .top-fixed{
  5. position: fixed;
  6. top: 0;
  7. right: 0;
  8. left: 0;
  9. background-color: #fff;
  10. z-index: 101;
  11. }
  12. .search-box{
  13. padding: 30rpx;
  14. background-color: #fff;
  15. }
  16. .search-text{
  17. color: #999999;
  18. }
  19. .search-input{
  20. height: 76rpx;
  21. line-height: 76rpx;;
  22. background: #F5F5F5;
  23. border-radius: 10rpx 10rpx 10rpx 10rpx;
  24. padding: 0 26rpx;
  25. font-size: 24rpx;
  26. }
  27. .search-input input{
  28. font-size: 24rpx;
  29. }
  30. .search-input image{
  31. width: 34rpx;
  32. height: 34rpx;
  33. margin-right: 26rpx;
  34. }
  35. .search-all{
  36. color: #2a82fd;
  37. font-size: 30rpx;
  38. margin-left: 46rpx;
  39. }
  40. .filter{
  41. padding: 0 30rpx 20rpx;
  42. text-align: center;
  43. font-size: 28rpx;
  44. color: #999999;
  45. line-height: 41rpx;
  46. }
  47. .filter-item-icon{
  48. margin-left: 15rpx;
  49. width: 22rpx;
  50. height: 13rpx;
  51. }
  52. .filter-item{
  53. justify-content: center;
  54. }
  55. .f-active{
  56. color: var(--main);
  57. }
  58. /* 弹窗 */
  59. /* 核销弹窗 */
  60. .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,.5);z-index: 99;}
  61. .hx-pop{overflow: hidden;position: fixed;left: 0;right: 0;top: 0;background-color: #fff;border-radius: 0rpx 0rpx 0rpx 0rpx;z-index: 100;transition: all .3s ease;}
  62. .default{position: absolute;top: 55rpx;right: 60rpx;font-size: 28rpx;color: #999;}
  63. .default image{width: 36rpx;height: 36rpx;margin-right: 14rpx;}
  64. .pop-tit{font-size: 32rpx;color: #263343;font-weight: bold;margin-top: 60rpx;padding: 0 60rpx;}
  65. .pop-con{padding: 0 60rpx;max-height: 500rpx;overflow: scroll;}
  66. .pop-list{flex-wrap: wrap;}
  67. .pop-list .li{height: 70rpx;font-size: 30rpx;color: #333;text-align: left;line-height: 70rpx;margin: 30rpx 0;border-bottom: 2rpx solid #ebebeb;}
  68. .pop-list .li:last-child{border-bottom:none}
  69. .pop-list .li.active{color: var(--main);}
  70. .pop-list .opt{padding: 0 20rpx; height: 60rpx;background: #fff;border-radius: 10rpx;font-size: 30rpx;color: #999;text-align: center;line-height: 60rpx;align-items: flex-start;margin: 30rpx 30rpx 0 0;border: 2rpx solid #ebebeb;}
  71. /* .pop-list .opt:nth-child(3n){margin-right: 0;} */
  72. .pop-list .opt.opt-active{color: var(--main);border: 2rpx solid var(--main);}
  73. .pop-time{margin-top: 30rpx;font-size: 30rpx;color: #333;}
  74. .pop-time text{margin: 0 25rpx;}
  75. .date-ipt{width: 262rpx;height: 70rpx;background: #F3F5F7;border-radius: 35rpx;box-sizing: border-box;padding: 0 30rpx;font-size: 28rpx;color: #A5A5A5;line-height: 70rpx;}
  76. .pop-btn{padding: 30rpx;}
  77. .pop-btn view{height: 90rpx;line-height: 90rpx;font-size: 32rpx;text-align: center;box-sizing: border-box;border-radius: 6rpx;}
  78. .pop-btn view:first-child{width: 250rpx; color: #fff;border-top: 1rpx solid #f5f5f5;line-height: 79rpx;background-color: #cccccc;margin-right: 30rpx;}
  79. .pop-btn view:last-child{color: #fff;background: var(--mina);}
  80. /* 列表*/
  81. /* 登记信息 */
  82. .register-box{
  83. background: #FFFFFF;
  84. border-radius:10rpx;
  85. position: relative;
  86. /* padding: 0 0rpx 30rpx; */
  87. margin: 30rpx;
  88. overflow: hidden;
  89. }
  90. .register-title{
  91. font-size: 28rpx;
  92. font-weight: bold;
  93. color: #999999;
  94. margin: 30rpx 30rpx;
  95. /* padding-bottom: 21rpx; */
  96. flex-wrap: nowrap;
  97. /* border-bottom: 1rpx solid #EAEAEA; */
  98. }
  99. .card-name{
  100. line-height: 64rpx;
  101. font-size: 32rpx;
  102. font-weight: bold;
  103. color: #222222;
  104. }
  105. .card-tag{
  106. padding: 0 10rpx;
  107. line-height: 36rpx;
  108. border-radius: 5rpx 5rpx 5rpx 5rpx;
  109. opacity: 1;
  110. border: 2rpx solid #DEDEDE;
  111. font-size: 20rpx;
  112. color: #A1A1A1;
  113. font-weight: 400;
  114. text-align: center;
  115. margin-right: 10rpx;
  116. margin-bottom: 6rpx;
  117. }
  118. .card-tag-t{
  119. background: #FFE6E8;
  120. color: #E95A64;
  121. border: 2rpx solid #FFE6E8;
  122. }
  123. .card-area{
  124. line-height: 46rpx;
  125. background: #F8F8F8;
  126. border-radius: 10rpx 10rpx 10rpx 10rpx;
  127. padding:0 16rpx ;
  128. font-size: 24rpx;
  129. font-weight: 400;
  130. color: #666666;
  131. margin-top: 35rpx;
  132. }
  133. .card-area image{
  134. width: 20rpx;
  135. height: 24rpx;
  136. margin-right: 10rpx;
  137. }
  138. .card-data{
  139. font-size: 39rpx;
  140. font-family: Arial-Regular, Arial;
  141. font-weight: 400;
  142. color: #333333;
  143. line-height: 47rpx;
  144. text-align: center;
  145. }
  146. .card-label{
  147. line-height: 33rpx;
  148. font-size: 24rpx;
  149. font-family: PingFang SC-Medium, PingFang SC;
  150. font-weight: 500;
  151. color: #A1A1A1;
  152. text-align: center;
  153. }
  154. .card-line{
  155. width: 1rpx;
  156. height: 66rpx;
  157. background: #DEDEDE;
  158. }
  159. .register-state{
  160. font-size: 24rpx;
  161. font-weight: 500;
  162. line-height: 36rpx;
  163. color: #999999;
  164. }
  165. .register-title-icon{
  166. width: 92rpx;
  167. height: 92rpx;
  168. opacity: 1;
  169. margin-right: 20rpx;
  170. border-radius: 46rpx;
  171. }
  172. .register-info-item{
  173. margin-top: 30rpx;
  174. align-items: flex-start;
  175. }
  176. .register-info-label{
  177. line-height: 41rpx;
  178. color: #999999;
  179. font-size: 28rpx;
  180. margin-right: 60rpx;
  181. }
  182. .register-info-data{
  183. font-size: 28rpx;
  184. color: #333333;
  185. line-height: 41rpx;
  186. text-align: right;
  187. }
  188. /* 开通项目 */
  189. .card-pic{
  190. width: 172rpx;
  191. height: 172rpx;
  192. border-radius: 10rpx 10rpx 10rpx 10rpx;
  193. opacity: 1;
  194. margin-right: 15rpx;
  195. }
  196. .card-info{
  197. }
  198. .card-title{
  199. line-height: 54rpx;
  200. font-size: 32rpx;
  201. font-weight: bold;
  202. }
  203. .card-time{
  204. line-height: 36rpx;
  205. font-size: 24rpx;
  206. color: #999999;
  207. }
  208. .card-price{
  209. margin-top: 43rpx;
  210. justify-content: space-between;
  211. }
  212. .card-price text:first-child{
  213. font-size: 32rpx;
  214. font-weight: 500;
  215. color: #FF0000;
  216. }
  217. .card-price text:last-child{
  218. font-size: 24rpx;
  219. font-weight: 500;
  220. color: #999999;
  221. }
  222. .register-option{
  223. border-top: 1px solid #F5F5F5;
  224. justify-content: space-between;
  225. margin-top: 30rpx;
  226. padding: 20rpx 30rpx 0;
  227. }
  228. .order-time{
  229. font-size: 24rpx;
  230. font-weight: 400;
  231. color: #999999;
  232. }
  233. .option-btn{
  234. padding: 0 40rpx;
  235. line-height: 51rpx;
  236. border-radius: 27rpx 27rpx 27rpx 27rpx;
  237. opacity: 1;
  238. border: 2rpx solid #CCCCCC;
  239. font-size: 28rpx;
  240. }
  241. .bottom-btn{
  242. background-color: #fff;
  243. padding: 30rpx 0;
  244. position: fixed;
  245. bottom: 0;
  246. left: 0;
  247. right: 0;
  248. }
  249. .btn-icon{
  250. width: 29rpx;
  251. height: 32rpx;
  252. margin-right: 18rpx;
  253. }
  254. .bottom-btn .btn{
  255. width: 690rpx;
  256. height: 96rpx;
  257. line-height: 96rpx;
  258. background: #2A82FD;
  259. border-radius: 48rpx 48rpx 48rpx 48rpx;
  260. opacity: 1;
  261. text-align: center;
  262. color: #FFFFFF;
  263. margin: auto;
  264. justify-content: center;
  265. font-size: 32rpx;
  266. }