user.wxss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667
  1. @import "./user.skeleton.wxss";
  2. page{
  3. background: #f7f7f7 !important;
  4. }
  5. .topBackImage{
  6. position: absolute;
  7. z-index: -1;
  8. top: -2rpx;
  9. left: 0;
  10. bottom: 0;
  11. width: 100%;
  12. height: 240rpx;
  13. }
  14. .userPage{
  15. /* padding: 0 32rpx; */
  16. }
  17. .container{
  18. background: #ffffff !important;
  19. border-radius: 16rpx;
  20. margin-top: 24rpx;
  21. overflow: hidden;
  22. }
  23. .userInfoContainer{
  24. }
  25. .notLogContent{
  26. padding-bottom: 16rpx;
  27. padding-left: 32rpx;
  28. padding-top: 26rpx;
  29. }
  30. .logOnContent{
  31. padding-left: 32rpx;
  32. }
  33. .userCode{
  34. padding-right: 32rpx;
  35. }
  36. .userCode .icon{
  37. width: 68rpx;
  38. height: 68rpx;
  39. }
  40. .newUserTagContent{
  41. padding-top: 16rpx;
  42. }
  43. .changeBtn{
  44. font-size: 24rpx;
  45. color: #5F6268;
  46. border-radius: 30rpx;
  47. padding: 0 16rpx;
  48. position: relative;
  49. }
  50. .changeBtn::after{
  51. content: '';
  52. position: absolute;
  53. left: 0;
  54. top: 0;
  55. border: 2rpx solid #AAAAAA ;
  56. width: 200%;
  57. height: 200%;
  58. -webkit-transform: scale(0.5);
  59. transform: scale(0.5);
  60. -webkit-transform-origin: left top;
  61. transform-origin: left top;
  62. border-radius: 60rpx;
  63. }
  64. .changeBtn.chara{
  65. color: #FFFFFF;
  66. }
  67. .changeBtn.chara::after{
  68. border: 2rpx solid rgba(255, 255, 255, 0.5);
  69. }
  70. .leftInfo{
  71. font-size: 36rpx;
  72. font-weight: bold;
  73. color: #161719 ;
  74. }
  75. .leftInfo .defaultHead{
  76. width: 132rpx;
  77. height: 132rpx;
  78. margin-right: 24rpx;
  79. }
  80. .toRight{
  81. }
  82. .toRight image{
  83. }
  84. .menuItem{
  85. flex: 1;
  86. font-size: 24rpx;
  87. color: #5F6268;
  88. align-items: center;
  89. padding: 24rpx 0;
  90. }
  91. .menuItem .icon{
  92. margin-bottom: 8rpx;
  93. }
  94. .menuItem .iconBox{
  95. position: relative;
  96. width: 48rpx;
  97. height: 48rpx;
  98. }
  99. .menuItem .menuNumner{
  100. position: absolute;
  101. top: 0;
  102. left: 36rpx;
  103. min-width: 28rpx;
  104. height: 28rpx;
  105. padding: 0 4rpx;
  106. background: #e73e2d !important;
  107. border: 1px solid #ffffff !important;
  108. border-radius: 14rpx 14rpx 14rpx 0;
  109. font-size: 20rpx;
  110. color: #ffffff !important;
  111. z-index: 0;
  112. }
  113. .orderHead{
  114. height: 96rpx;
  115. }
  116. .orderHead .orderTitle{
  117. padding-left: 24rpx;
  118. font-size: 32rpx;
  119. font-weight: bold;
  120. color: #161719 ;
  121. }
  122. .allOrder{
  123. padding: 0 24rpx;
  124. font-size: 24rpx;
  125. color: #909297;
  126. height: 100%;
  127. }
  128. .allOrder .icon{
  129. margin-left: -8rpx;
  130. }
  131. .orderItem{
  132. flex: 1;
  133. font-size: 24rpx;
  134. color: #161719 !important;
  135. padding-bottom: 20rpx;
  136. flex-direction: column;
  137. }
  138. .orderItem.bot{
  139. padding: 0 0 20rpx 0 !important;
  140. margin: 0 !important;
  141. line-height: normal !important;
  142. width: auto !important;
  143. }
  144. .iconBox{
  145. position: relative;
  146. width: 56rpx;
  147. height: 56rpx;
  148. margin-bottom: 8rpx;
  149. }
  150. .orderItem .icon{
  151. width: 56rpx;
  152. height: 56rpx;
  153. }
  154. .iconBox .iconNumber{
  155. position: absolute;
  156. top: 0;
  157. left: 40rpx;
  158. min-width: 28rpx;
  159. height: 28rpx;
  160. padding: 0 4rpx;
  161. background: #e73e2d !important;
  162. border: 1px solid #ffffff !important;
  163. border-radius: 14rpx 14rpx 14rpx 0;
  164. font-size: 20rpx;
  165. color: #ffffff !important;
  166. }
  167. .serviceTitle{
  168. padding-left: 24rpx;
  169. font-size: 32rpx;
  170. font-weight: bold;
  171. color: #161719 !important;
  172. height: 96rpx;
  173. }
  174. .serviceList{
  175. flex-wrap: wrap;
  176. }
  177. .serviceItem{
  178. width: 25% !important;
  179. flex-direction: column;
  180. font-size: 24rpx;
  181. color: #5f6268 !important;
  182. padding: 0 !important;
  183. padding-bottom: 24rpx !important;
  184. margin: 0 !important;
  185. background: #FFFFFF !important;
  186. font-weight: normal !important;
  187. }
  188. .serviceItem .icon{
  189. margin-bottom: 8rpx;
  190. }
  191. .userHead{
  192. width: 132rpx;
  193. height: 132rpx;
  194. background: #f7f7f7;
  195. border-radius: 50%;
  196. margin-right: 24rpx;
  197. position: relative;
  198. }
  199. .userHead image{
  200. width: 100%;
  201. height: 100%;
  202. border-radius: 50%;
  203. }
  204. .userHead .menmberIcon{
  205. position: absolute;
  206. z-index: 1;
  207. width: 32rpx;
  208. height: 32rpx;
  209. bottom: 0;
  210. right: 0;
  211. }
  212. .nameBox{
  213. }
  214. .nameBox .userName{
  215. font-size: 36rpx;
  216. font-weight: bold;
  217. color: #161719;
  218. max-width: 400rpx;
  219. }
  220. .nameBox .userName.chara{
  221. color: #FFFFFF !important;
  222. }
  223. .userCom{
  224. padding: 0rpx 32rpx 32rpx 32rpx;
  225. }
  226. .userCom.chara{
  227. padding: 44rpx 32rpx 32rpx 32rpx;
  228. }
  229. .profitContent{
  230. padding: 0 32rpx;
  231. }
  232. .profitInfo{
  233. width: 100%;
  234. height: 308rpx;
  235. background: #FFFFFF !important;
  236. border-radius: 16rpx;
  237. overflow: hidden;
  238. position: relative;
  239. bottom: -44rpx;
  240. padding: 24rpx 32rpx;
  241. }
  242. .profitContent .topTag{
  243. position: absolute;
  244. }
  245. .profitBack{
  246. position: absolute;
  247. z-index: 1;
  248. width: 100%;
  249. top: 0;
  250. left: 0;
  251. right: 0;
  252. height: 28rpx;
  253. }
  254. .profitTop{
  255. flex: 1;
  256. }
  257. .toShareCode{
  258. margin-top: 24rpx;
  259. height: 56rpx;
  260. border-radius: 8px;
  261. background: #FFFFFF;
  262. overflow: hidden;
  263. }
  264. .toShareCode .box{
  265. padding: 0 8rpx;
  266. }
  267. .toShareCode .box{
  268. font-size: 26rpx;
  269. color: #A46F1F;
  270. }
  271. .toShareCode .icon{
  272. margin-right: 8rpx;
  273. }
  274. .profitWarp{
  275. display: flex;
  276. }
  277. .profitWarp.bot{
  278. position: relative;
  279. }
  280. .profitWarp.bot::after{
  281. content: '';
  282. position: absolute;
  283. right: 0;
  284. left: 0;
  285. top: 0;
  286. background: #EEEEEE !important;
  287. width: 100%;
  288. height: 2rpx;
  289. -webkit-transform: scaleY(0.5);
  290. transform: scaleY(0.5);
  291. -webkit-transform-origin: 0 0;
  292. transform-origin: 0 0;
  293. z-index: 10;
  294. }
  295. .profitWarp .profitItem{
  296. padding-bottom: 10rpx;
  297. position: relative;
  298. }
  299. .profitWarp.bot .profitItem{
  300. padding-bottom: 0;
  301. padding-top: 22rpx;
  302. }
  303. .profitWarp.bot .profitItem.noPt{
  304. /* padding-top: 18rpx; */
  305. }
  306. .profitItem{
  307. flex: 1;
  308. }
  309. .profitItem.left{
  310. position: relative;
  311. margin-right: 20rpx;
  312. }
  313. .profitItem.left::after{
  314. content: '';
  315. position: absolute;
  316. right: 0;
  317. top: 8rpx;
  318. bottom: 0rpx;
  319. background: #EEEEEE !important;
  320. width: 2rpx;
  321. -webkit-transform: scaleX(0.5);
  322. transform: scaleX(0.5);
  323. -webkit-transform-origin: 0 0;
  324. transform-origin: 0 0;
  325. z-index: 10;
  326. }
  327. .profitWarp.bot .profitItem.left::after{
  328. top: 0rpx;
  329. }
  330. .profitItem .title{
  331. font-size: 24rpx;
  332. color: #5F6268 !important;
  333. display: flex;
  334. align-items: baseline;
  335. }
  336. .profitItem .title .goBot{
  337. height: 36rpx;
  338. line-height: 36rpx;
  339. text-align: center;
  340. background: rgba(255, 255, 255,0.2);
  341. border-radius: 30rpx;
  342. font-size: 20rpx;
  343. color: #FFFFFF !important;
  344. margin-left: 8rpx;
  345. background: #DF3120 !important;
  346. border-radius: 36rpx;
  347. overflow: hidden;
  348. padding: 0 12rpx;
  349. }
  350. .profitItem .profit{
  351. font-size: 24rpx;
  352. color: #DF3120 !important;
  353. margin-top: 8rpx;
  354. display: flex;
  355. align-items: baseline;
  356. }
  357. .profitItem .profit .pr{
  358. font-size: 40rpx;
  359. font-weight: bold;
  360. margin-right: 8rpx;
  361. }
  362. .profitItem .profitBot{
  363. position: relative;
  364. font-size: 20rpx;
  365. color: #ffd3b6;
  366. width: 116rpx;
  367. height: 38rpx;
  368. margin-top: 16rpx;
  369. }
  370. .profitItem .profitBot::after{
  371. content: '';
  372. position: absolute;
  373. left: 0;
  374. top: 0;
  375. border: 2rpx solid #ffd3b6;
  376. width: 200%;
  377. height: 200%;
  378. -webkit-transform: scale(0.5);
  379. transform: scale(0.5);
  380. -webkit-transform-origin: left top;
  381. transform-origin: left top;
  382. border-radius: 16rpx;
  383. }
  384. .profitItem .tool{
  385. font-size: 22rpx;
  386. color: #AAAAAA !important;
  387. }
  388. .userTag{
  389. /* display: inline-block; */
  390. }
  391. .profitItem .iconCon{
  392. padding-right: 24rpx;
  393. padding-top: 14rpx;
  394. font-size: 0;
  395. position: absolute;
  396. left: 166rpx;
  397. top: 0;
  398. z-index: 1;
  399. }
  400. .tui-modal-custom{
  401. padding: 40rpx 32rpx;
  402. }
  403. .mTitle{
  404. font-size: 36rpx;
  405. color: #161719;
  406. text-align: center;
  407. }
  408. .mTable{
  409. position: relative;
  410. margin-top: 24rpx;
  411. }
  412. .mTable::after{
  413. content: '';
  414. position: absolute;
  415. left: 0;
  416. top: 0;
  417. border: 2rpx solid #e0e1e5;
  418. width: 200%;
  419. height: 200%;
  420. -webkit-transform: scale(0.5);
  421. transform: scale(0.5);
  422. -webkit-transform-origin: left top;
  423. transform-origin: left top;
  424. }
  425. .mTr{
  426. position: relative;
  427. }
  428. .mTr::after{
  429. content: '';
  430. position: absolute;
  431. left: 0;
  432. bottom: 0;
  433. background: #e0e1e5;
  434. width: 100%;
  435. height: 2rpx;
  436. -webkit-transform: scaleY(0.5);
  437. transform: scaleY(0.5);
  438. -webkit-transform-origin: 0 0;
  439. transform-origin: 0 0;
  440. z-index: 10;
  441. }
  442. .mTable .mTr:last-child:after{
  443. display: none;
  444. }
  445. .mTh{
  446. position: relative;
  447. text-align: center;
  448. padding: 8rpx 0;
  449. }
  450. .mTh.one{
  451. width: 80rpx;
  452. }
  453. .mTh.tow, .mTh.three{
  454. flex: 1;
  455. position: relative;
  456. }
  457. .mTh.tow::after, .mTh.three::after{
  458. content: '';
  459. position: absolute;
  460. left: 0;
  461. top: 0;
  462. background: #e0e1e5;
  463. width: 2rpx;
  464. height: 100%;
  465. -webkit-transform: scaleX(0.5);
  466. transform: scaleX(0.5);
  467. -webkit-transform-origin: 0 0;
  468. transform-origin: 0 0;
  469. z-index: 10;
  470. }
  471. .mTh{
  472. font-size: 24rpx;
  473. color: #5f6268;
  474. height: 98rpx;
  475. }
  476. .mTh .hTool{
  477. font-size: 24rpx;
  478. color: #909297;
  479. }
  480. .mTr.number{
  481. font-size: 28rpx !important;
  482. color: #161719 !important;
  483. }
  484. .mTr.number .mTh{
  485. height: 60rpx;
  486. }
  487. .mTr.number .one{
  488. color: #5f6268 !important;
  489. }
  490. .closeModal{
  491. padding: 42rpx 32rpx 0 24rpx;
  492. }
  493. .mToolList{
  494. margin-top: 16rpx;
  495. }
  496. .mToolItem{
  497. font-size: 24rpx;
  498. color: #5f6268;
  499. }
  500. .mBotBox{
  501. padding-top: 40rpx;
  502. }
  503. .mBotBox .bot{
  504. width: 176rpx;
  505. height: 72rpx;
  506. background: #e73e2d;
  507. border-radius: 48rpx;
  508. font-size: 28rpx;
  509. color: #ffffff;
  510. }
  511. .newModalTool.kw{
  512. padding-top: 10rpx;
  513. text-align: left;
  514. }
  515. .newModalTool.kw.one{
  516. padding-top: 24rpx;
  517. }
  518. .ordinaryContent{
  519. height: 180rpx;
  520. position: relative;
  521. padding: 0 32rpx;
  522. margin-top: 52rpx;
  523. }
  524. .ordinaryYY{
  525. width: 100%;
  526. height: 100%;
  527. bottom: 0;
  528. left: 0;
  529. position: absolute;
  530. z-index: 1;
  531. }
  532. .ordinaryInfo{
  533. position: relative;
  534. z-index: 5;
  535. width: 100%;
  536. height: 100%;
  537. }
  538. .ordinaryInfo .oBack{
  539. width: 100%;
  540. height: 100%;
  541. bottom: 0;
  542. left: 0;
  543. position: absolute;
  544. z-index: 1;
  545. }
  546. .infoMain{
  547. position: relative;
  548. z-index: 2;
  549. width: 100%;
  550. height: 100%;
  551. display: flex;
  552. flex-direction: column;
  553. justify-content: space-between;
  554. }
  555. .mLogoBox{
  556. padding-left: 32rpx;
  557. padding-top: 24rpx;
  558. }
  559. .mLogoBox .icon{
  560. width: 36rpx;
  561. height: 36rpx;
  562. }
  563. .mLogoBox .logo{
  564. width: 225rpx;
  565. height: 30rpx;
  566. margin-left: 8rpx;
  567. }
  568. .menmberBtnBox{
  569. position: absolute;
  570. z-index: 10;
  571. top: 0;
  572. right: 0;
  573. padding: 24rpx 16rpx 0 16rpx;
  574. }
  575. .menmberBtn{
  576. padding-left: 16rpx;
  577. padding-right: 32rpx;
  578. height: 44rpx;
  579. background: #625646;
  580. border-radius: 68rpx;
  581. overflow: hidden;
  582. font-size: 24rpx;
  583. color: #F9DCB0;
  584. position: relative;
  585. }
  586. .menmberBtn .icon{
  587. width: 44rpx;
  588. height: 44rpx;
  589. z-index: 1;
  590. position: absolute;
  591. top: 0;
  592. right: 0;
  593. }
  594. .menmberTextBox{
  595. justify-content: space-between;
  596. align-items: center;
  597. padding: 0 32rpx;
  598. margin-bottom: 18rpx;
  599. }
  600. .menmberTextBox .textItem{
  601. text-align: center;
  602. }
  603. .textItem .key{
  604. font-size: 24rpx;
  605. color: #A87931;
  606. }
  607. .textItem .value{
  608. font-size: 22rpx;
  609. color: rgba(168, 121, 49, 0.8);
  610. padding-top: 4rpx;
  611. }
  612. .menmberTextBox .link{
  613. height: 50rpx;
  614. width: 2rpx;
  615. -webkit-transform: scaleX(0.5);
  616. transform: scaleX(0.5);
  617. }
  618. .logOnBox{
  619. padding-top: 26rpx;
  620. position: relative;
  621. }
  622. .logOnBox.chara{
  623. min-height: 464rpx;
  624. }
  625. .newHeadBack{
  626. position: absolute;
  627. z-index: 1;
  628. width: 100%;
  629. height: 464rpx;
  630. top: 0;
  631. left: 0;
  632. }
  633. .newHeadMain{
  634. position: relative;
  635. z-index: 2;
  636. }
  637. .rightsContent{
  638. height: 88rpx;
  639. background: linear-gradient(90deg, #352B27 0%, #3B332C 100%) !important;
  640. border-radius: 16rpx;
  641. overflow: hidden;
  642. padding: 0 16rpx;
  643. margin-top: 24rpx;
  644. }
  645. .rightsContent .leftText{
  646. font-size: 28rpx;
  647. color: #E4C692 !important;
  648. }
  649. .rightsContent .leftText .icon{
  650. margin-right: 4rpx;
  651. }
  652. .rightsContent .rightBtn{
  653. height: 46rpx;
  654. background: #E4C692 !important;
  655. border-radius: 36rpx;
  656. font-size: 24rpx;
  657. color: #333333 !important;
  658. padding: 0 16rpx;
  659. }