my.wxss 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. page {
  2. background: #F3F3F3;
  3. color: #333;
  4. padding:6rpx 24rpx 80rpx;
  5. box-sizing: border-box;
  6. width:750rpx;
  7. }
  8. view,text{
  9. box-sizing: border-box;
  10. color:#333;
  11. font-size: 30rpx;
  12. }
  13. .user-info{
  14. margin:0 0 16rpx;
  15. background: #FFFFFF;
  16. border-radius: 18rpx;
  17. padding:38rpx 18rpx 38rpx 24rpx;
  18. width:702rpx;
  19. display: flex;
  20. align-items: center;
  21. }
  22. .user-img{
  23. width:148rpx;
  24. height: 148rpx;
  25. border-radius:148rpx;
  26. margin-right:16rpx;
  27. background: #eee;
  28. }
  29. .user-right{
  30. height: 160rpx;
  31. display: flex;
  32. flex-direction: column;
  33. justify-content: space-between;
  34. flex:1;
  35. line-height:32rpx;
  36. }
  37. .user-name{
  38. display: flex;
  39. height: 32rpx;
  40. justify-content: space-between;
  41. }
  42. .job-year{
  43. color: #096DD9;
  44. }
  45. .user-bottom{
  46. display: flex;
  47. align-items: center;
  48. justify-content: space-between;
  49. }
  50. .user-tag{
  51. display: flex;
  52. }
  53. .user-tag view{
  54. background: #E6F7FF;
  55. border-radius: 4rpx;
  56. border: 1rpx solid #91D5FF;
  57. width:74rpx;
  58. height: 34rpx;
  59. color: #096DD9;
  60. font-size: 22rpx;
  61. text-align: center;
  62. margin-right:10rpx;
  63. }
  64. .health{
  65. display: flex;
  66. }
  67. .health image{
  68. width:36rpx;
  69. height: 34rpx;
  70. /* margin-right:6rpx; */
  71. }
  72. .health text{
  73. color: #096DD9;
  74. font-size: 26rpx;
  75. line-height: 26rpx;
  76. }
  77. .module-nav{
  78. width:702rpx;
  79. margin:0 0 16rpx;
  80. background: #fff;
  81. border-radius: 18rpx;
  82. height:148rpx;
  83. display: flex;
  84. align-items: center;
  85. justify-content: space-between;
  86. padding:30rpx 12rpx 24rpx;
  87. }
  88. .nav-item{
  89. flex:1;
  90. text-align: center;
  91. }
  92. .nav-img{
  93. width:36rpx;
  94. height: 36rpx;
  95. margin-bottom:6rpx;
  96. }
  97. .nav-text{
  98. height:48rpx;
  99. line-height:48rpx;
  100. font-size: 28rpx;
  101. }
  102. /* 我的站长 */
  103. .my-leader{
  104. background:#fff;
  105. border-radius: 18rpx;
  106. padding:28rpx 24rpx 10rpx;
  107. width:702rpx;
  108. }
  109. .leader-title{
  110. height: 28rpx;
  111. display: flex;
  112. align-items: center;
  113. line-height: 28rpx;
  114. }
  115. .leader-title image{
  116. width:28rpx;
  117. height:28rpx;
  118. margin-right:8rpx;
  119. }
  120. .leader-name{
  121. margin:24rpx 0 16rpx 0;
  122. padding-left:34rpx;
  123. height: 32rpx;
  124. line-height: 32rpx;
  125. font-size: 28rpx;
  126. }
  127. .call-wrapper{
  128. display: flex;
  129. align-items: center;
  130. justify-content: space-between;
  131. }
  132. .call-wrapper view{
  133. width: 316rpx;
  134. height: 56rpx;
  135. line-height: 56rpx;
  136. background: #3D7FFF linear-gradient(270deg, rgba(0,202,255,0.5) 0%, rgba(9,175,255,0.5) 100%);
  137. border-radius: 56rpx;
  138. color: #fff;
  139. text-align: center;
  140. }
  141. /* 服务费记账本 */
  142. .sally-book{
  143. width:702rpx;
  144. margin:16rpx 0 16rpx;
  145. padding:26rpx 24rpx 30rpx;
  146. border-radius:18rpx;
  147. background: #fff;
  148. }
  149. .sally-title{
  150. display: flex;
  151. align-items: center;
  152. }
  153. .sally-title image{
  154. width:28rpx;
  155. height: 28rpx;
  156. margin-right:8rpx;
  157. }
  158. .sally-title .middle{
  159. font-size: 32rpx;
  160. flex:1
  161. }
  162. .sally-detail{
  163. color:#09afff;
  164. }
  165. .sally-content{
  166. margin:24rpx 0 14rpx;
  167. padding-left:36rpx;
  168. }
  169. .sally-history{
  170. height: 32rpx;
  171. line-height: 32rpx;
  172. padding-left:36rpx;
  173. }
  174. .history-num{
  175. margin-left:20rpx;
  176. }
  177. .sally-content text,.sally-history text{
  178. color:#999;
  179. }
  180. .sally-content text.sally-num{
  181. font-weight: 600;
  182. color: #FFAA00;
  183. margin-left:20rpx;
  184. }
  185. /* 消息中心 */
  186. .message-center{
  187. margin-bottom:16rpx;
  188. background-color: #fff;
  189. border-radius:18rpx;
  190. padding:28rpx 24rpx;
  191. width:702rpx;
  192. }
  193. .message-title{
  194. display: flex;
  195. align-items: center;
  196. justify-content: space-between;
  197. height: 32rpx;
  198. }
  199. .msg-title-left{
  200. height: 32rpx;
  201. display: flex;
  202. align-items: center;
  203. }
  204. .msg-title-left image{
  205. width:28rpx;
  206. height:28rpx;
  207. margin-right:8rpx;
  208. }
  209. .message-title .title-text{
  210. font-size: 32rpx;
  211. font-weight: 500;
  212. line-height: 32rpx;
  213. }
  214. .msg-num{
  215. width: 36rpx;
  216. height: 36rpx;
  217. background: #FA0000;
  218. font-size: 22rpx;
  219. line-height: 34rpx;
  220. font-weight: 500;
  221. text-align: center;
  222. margin-left:6rpx;
  223. border-radius: 38rpx;
  224. color:#fff;
  225. }
  226. .msg-title-right{
  227. color:#09afff;
  228. font-size: 28rpx;
  229. }
  230. .box-wrapper{
  231. height: 64rpx;
  232. background: #E6F7FF;
  233. border-radius: 14rpx;
  234. margin-top:32rpx;
  235. display: flex;
  236. align-items: center;
  237. padding-left:20rpx;
  238. }
  239. .msg-box{
  240. height: 64rpx;
  241. overflow: hidden;
  242. }
  243. .msg-item{
  244. display: flex;
  245. align-items: center;
  246. height: 64rpx;
  247. }
  248. .box-wrapper image{
  249. width:32rpx;
  250. height: 32rpx;
  251. margin-right:16rpx;
  252. }
  253. .content-wrapper{
  254. flex:1;
  255. display: flex;
  256. align-items: center;
  257. height: 64rpx;
  258. }
  259. .content-wrapper view{
  260. line-height: 64rpx;
  261. color:#09afff;
  262. font-size: 26rpx;
  263. }
  264. .anim{
  265. margin-top:-60rpx;
  266. transition: all 0.5s;
  267. }
  268. .msg-content{
  269. width:560rpx;
  270. overflow: hidden;
  271. text-overflow: ellipsis;
  272. white-space: nowrap;
  273. }
  274. /* 复购看板 */
  275. .rebuy-board{
  276. background: #fff;
  277. border-radius:18rpx;
  278. width:702rpx;
  279. padding:24rpx 24rpx 28rpx;
  280. }
  281. .rebuy-title{
  282. display:flex;
  283. align-items: center;
  284. justify-content: space-between;
  285. height: 48rpx;
  286. }
  287. .rebuy-title-left image{
  288. width:40rpx;
  289. height:40rpx;
  290. margin-right:10rpx;
  291. }
  292. .rebuy-title-left view{
  293. font-size: 32rpx;
  294. }
  295. .rebuy-title-left{
  296. display:flex;
  297. align-items: center;
  298. height: 48rpx;
  299. line-height: 48rpx;
  300. }
  301. .rebuy-week{
  302. display:flex;
  303. align-items: center;
  304. height: 48rpx;
  305. line-height: 48rpx;
  306. }
  307. .rebuy-week image{
  308. width:24rpx;
  309. height:24rpx;
  310. margin-left:4rpx;
  311. }
  312. .current-week{
  313. color: #09AFFF;
  314. margin:0 12rpx;
  315. }
  316. .last-week{
  317. margin-left:4rpx;
  318. }
  319. .rebuy-content{
  320. /* height: 218rpx; */
  321. background: #E6F7FF;
  322. border-radius: 15rpx;
  323. margin-top:10rpx;
  324. padding:20rpx 32rpx 24rpx 24rpx;
  325. }
  326. .rebuy-orders{
  327. display: flex;
  328. align-items: center;
  329. justify-content: space-between;
  330. height: 90rpx;
  331. }
  332. .rebuy-orders .title{
  333. font-size: 32rpx;
  334. color:#666;
  335. }
  336. .single-block{
  337. flex:1;
  338. margin-left:60rpx;
  339. display: flex;
  340. flex-direction: column;
  341. justify-content: space-between;
  342. height: 90rpx;
  343. }
  344. .single-block view{
  345. color: #39CB7F;
  346. font-size: 22rpx;
  347. width:74rpx;
  348. text-align: center;
  349. }
  350. .single-block text{
  351. font-size: 36rpx;
  352. color: #39CB7F;
  353. }
  354. .single-block .tag{
  355. width: 74rpx;
  356. height: 30prx;
  357. line-height: 28rpx;
  358. background: #39CB7F;
  359. font-size: 20rpx;
  360. color:#fff;
  361. text-align: center;
  362. border-radius: 4rpx;
  363. margin-left:4rpx;
  364. }
  365. .cycle-block{
  366. width:104rpx;
  367. display: flex;
  368. flex-direction: column;
  369. justify-content: space-between;
  370. /* align-items: center; */
  371. height: 90rpx;
  372. flex:1;
  373. margin-left:60rpx;
  374. }
  375. .cycle-block view{
  376. color: #09AFF0;
  377. font-size: 22rpx;
  378. width:104rpx;
  379. text-align: center;
  380. }
  381. .cycle-block text{
  382. font-size: 36rpx;
  383. color: #09AFF0;
  384. }
  385. .cycle-block .tag{
  386. width: 104rpx;
  387. height: 30prx;
  388. line-height: 28rpx;
  389. background: #09AFFF;
  390. font-size: 20rpx;
  391. color:#fff;
  392. text-align: center;
  393. border-radius: 4rpx;
  394. }
  395. .rebuy-goals{
  396. margin-top:20rpx;
  397. }
  398. .rebuy-goals .single-block text{
  399. color: #E2B650;
  400. width:104rpx;
  401. text-align: center;
  402. display:inline-block;
  403. }
  404. .rebuy-goals .single-block .tag{
  405. background: #E2B650;
  406. width:102rpx;
  407. margin-left:-8rpx;
  408. }
  409. .rebuy-goals .cycle-block text{
  410. color: #E2B650;
  411. width:104rpx;
  412. text-align: center;
  413. display:inline-block;
  414. }
  415. .rebuy-goals .cycle-block .tag{
  416. background: #E2B650;
  417. }
  418. .mark-wrapper{
  419. position: relative;
  420. }
  421. .mark-wrapper .mark{
  422. position: absolute;
  423. width: 84rpx;
  424. height: 58rpx;
  425. color:#fff;
  426. font-size: 16rpx;
  427. background: url('https://jzmall.lifejingzhi.com/file/wx-servant/bg-tips.png') no-repeat center;
  428. background-size: 100% 100%;
  429. top:-56rpx;
  430. left:100rpx;
  431. line-height: 24rpx;
  432. padding:4rpx 0 0 4rpx;
  433. }
  434. .logout{
  435. font-weight: 600;
  436. color: #716F6F;
  437. line-height: 42rpx;
  438. text-decoration: underline;
  439. margin:34rpx 0 80rpx;
  440. font-size: 30rpx;
  441. text-align: center;
  442. }
  443. .swiper-container{
  444. width:560rpx;
  445. height: 64rpx;
  446. }
  447. .recommand-line{
  448. height: 36rpx;
  449. display:flex;
  450. align-items: center;
  451. line-height: 36rpx;
  452. margin:30rpx 0 10rpx;
  453. }
  454. .recommand-line .code{
  455. color: #146A7F;
  456. margin:0 8rpx 0 12rpx;
  457. font-weight: bold;
  458. }
  459. .recommand-line image{
  460. width:30rpx;
  461. height:30rpx;
  462. margin-bottom:4rpx;
  463. }