clientManage.css 7.2 KB

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