user.wxss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672
  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 .avatar-wrapper {
  200. width: 100%;
  201. height: 100%;
  202. background-color: #00000000 !important;
  203. }
  204. .userHead image{
  205. width: 100%;
  206. height: 100%;
  207. border-radius: 50%;
  208. }
  209. .userHead .menmberIcon{
  210. position: absolute;
  211. z-index: 1;
  212. width: 32rpx;
  213. height: 32rpx;
  214. bottom: 0;
  215. right: 0;
  216. }
  217. .nameBox{
  218. }
  219. .nameBox .userName{
  220. font-size: 36rpx;
  221. font-weight: bold;
  222. color: #161719;
  223. max-width: 400rpx;
  224. }
  225. .nameBox .userName.chara{
  226. color: #FFFFFF !important;
  227. }
  228. .userCom{
  229. padding: 0rpx 32rpx 32rpx 32rpx;
  230. }
  231. .userCom.chara{
  232. padding: 44rpx 32rpx 32rpx 32rpx;
  233. }
  234. .profitContent{
  235. padding: 0 32rpx;
  236. }
  237. .profitInfo{
  238. width: 100%;
  239. height: 308rpx;
  240. background: #FFFFFF !important;
  241. border-radius: 16rpx;
  242. overflow: hidden;
  243. position: relative;
  244. bottom: -44rpx;
  245. padding: 24rpx 32rpx;
  246. }
  247. .profitContent .topTag{
  248. position: absolute;
  249. }
  250. .profitBack{
  251. position: absolute;
  252. z-index: 1;
  253. width: 100%;
  254. top: 0;
  255. left: 0;
  256. right: 0;
  257. height: 28rpx;
  258. }
  259. .profitTop{
  260. flex: 1;
  261. }
  262. .toShareCode{
  263. margin-top: 24rpx;
  264. height: 56rpx;
  265. border-radius: 8px;
  266. background: #FFFFFF;
  267. overflow: hidden;
  268. }
  269. .toShareCode .box{
  270. padding: 0 8rpx;
  271. }
  272. .toShareCode .box{
  273. font-size: 26rpx;
  274. color: #A46F1F;
  275. }
  276. .toShareCode .icon{
  277. margin-right: 8rpx;
  278. }
  279. .profitWarp{
  280. display: flex;
  281. }
  282. .profitWarp.bot{
  283. position: relative;
  284. }
  285. .profitWarp.bot::after{
  286. content: '';
  287. position: absolute;
  288. right: 0;
  289. left: 0;
  290. top: 0;
  291. background: #EEEEEE !important;
  292. width: 100%;
  293. height: 2rpx;
  294. -webkit-transform: scaleY(0.5);
  295. transform: scaleY(0.5);
  296. -webkit-transform-origin: 0 0;
  297. transform-origin: 0 0;
  298. z-index: 10;
  299. }
  300. .profitWarp .profitItem{
  301. padding-bottom: 10rpx;
  302. position: relative;
  303. }
  304. .profitWarp.bot .profitItem{
  305. padding-bottom: 0;
  306. padding-top: 22rpx;
  307. }
  308. .profitWarp.bot .profitItem.noPt{
  309. /* padding-top: 18rpx; */
  310. }
  311. .profitItem{
  312. flex: 1;
  313. }
  314. .profitItem.left{
  315. position: relative;
  316. margin-right: 20rpx;
  317. }
  318. .profitItem.left::after{
  319. content: '';
  320. position: absolute;
  321. right: 0;
  322. top: 8rpx;
  323. bottom: 0rpx;
  324. background: #EEEEEE !important;
  325. width: 2rpx;
  326. -webkit-transform: scaleX(0.5);
  327. transform: scaleX(0.5);
  328. -webkit-transform-origin: 0 0;
  329. transform-origin: 0 0;
  330. z-index: 10;
  331. }
  332. .profitWarp.bot .profitItem.left::after{
  333. top: 0rpx;
  334. }
  335. .profitItem .title{
  336. font-size: 24rpx;
  337. color: #5F6268 !important;
  338. display: flex;
  339. align-items: baseline;
  340. }
  341. .profitItem .title .goBot{
  342. height: 36rpx;
  343. line-height: 36rpx;
  344. text-align: center;
  345. background: rgba(255, 255, 255,0.2);
  346. border-radius: 30rpx;
  347. font-size: 20rpx;
  348. color: #FFFFFF !important;
  349. margin-left: 8rpx;
  350. background: #DF3120 !important;
  351. border-radius: 36rpx;
  352. overflow: hidden;
  353. padding: 0 12rpx;
  354. }
  355. .profitItem .profit{
  356. font-size: 24rpx;
  357. color: #DF3120 !important;
  358. margin-top: 8rpx;
  359. display: flex;
  360. align-items: baseline;
  361. }
  362. .profitItem .profit .pr{
  363. font-size: 40rpx;
  364. font-weight: bold;
  365. margin-right: 8rpx;
  366. }
  367. .profitItem .profitBot{
  368. position: relative;
  369. font-size: 20rpx;
  370. color: #ffd3b6;
  371. width: 116rpx;
  372. height: 38rpx;
  373. margin-top: 16rpx;
  374. }
  375. .profitItem .profitBot::after{
  376. content: '';
  377. position: absolute;
  378. left: 0;
  379. top: 0;
  380. border: 2rpx solid #ffd3b6;
  381. width: 200%;
  382. height: 200%;
  383. -webkit-transform: scale(0.5);
  384. transform: scale(0.5);
  385. -webkit-transform-origin: left top;
  386. transform-origin: left top;
  387. border-radius: 16rpx;
  388. }
  389. .profitItem .tool{
  390. font-size: 22rpx;
  391. color: #AAAAAA !important;
  392. }
  393. .userTag{
  394. /* display: inline-block; */
  395. }
  396. .profitItem .iconCon{
  397. padding-right: 24rpx;
  398. padding-top: 14rpx;
  399. font-size: 0;
  400. position: absolute;
  401. left: 166rpx;
  402. top: 0;
  403. z-index: 1;
  404. }
  405. .tui-modal-custom{
  406. padding: 40rpx 32rpx;
  407. }
  408. .mTitle{
  409. font-size: 36rpx;
  410. color: #161719;
  411. text-align: center;
  412. }
  413. .mTable{
  414. position: relative;
  415. margin-top: 24rpx;
  416. }
  417. .mTable::after{
  418. content: '';
  419. position: absolute;
  420. left: 0;
  421. top: 0;
  422. border: 2rpx solid #e0e1e5;
  423. width: 200%;
  424. height: 200%;
  425. -webkit-transform: scale(0.5);
  426. transform: scale(0.5);
  427. -webkit-transform-origin: left top;
  428. transform-origin: left top;
  429. }
  430. .mTr{
  431. position: relative;
  432. }
  433. .mTr::after{
  434. content: '';
  435. position: absolute;
  436. left: 0;
  437. bottom: 0;
  438. background: #e0e1e5;
  439. width: 100%;
  440. height: 2rpx;
  441. -webkit-transform: scaleY(0.5);
  442. transform: scaleY(0.5);
  443. -webkit-transform-origin: 0 0;
  444. transform-origin: 0 0;
  445. z-index: 10;
  446. }
  447. .mTable .mTr:last-child:after{
  448. display: none;
  449. }
  450. .mTh{
  451. position: relative;
  452. text-align: center;
  453. padding: 8rpx 0;
  454. }
  455. .mTh.one{
  456. width: 80rpx;
  457. }
  458. .mTh.tow, .mTh.three{
  459. flex: 1;
  460. position: relative;
  461. }
  462. .mTh.tow::after, .mTh.three::after{
  463. content: '';
  464. position: absolute;
  465. left: 0;
  466. top: 0;
  467. background: #e0e1e5;
  468. width: 2rpx;
  469. height: 100%;
  470. -webkit-transform: scaleX(0.5);
  471. transform: scaleX(0.5);
  472. -webkit-transform-origin: 0 0;
  473. transform-origin: 0 0;
  474. z-index: 10;
  475. }
  476. .mTh{
  477. font-size: 24rpx;
  478. color: #5f6268;
  479. height: 98rpx;
  480. }
  481. .mTh .hTool{
  482. font-size: 24rpx;
  483. color: #909297;
  484. }
  485. .mTr.number{
  486. font-size: 28rpx !important;
  487. color: #161719 !important;
  488. }
  489. .mTr.number .mTh{
  490. height: 60rpx;
  491. }
  492. .mTr.number .one{
  493. color: #5f6268 !important;
  494. }
  495. .closeModal{
  496. padding: 42rpx 32rpx 0 24rpx;
  497. }
  498. .mToolList{
  499. margin-top: 16rpx;
  500. }
  501. .mToolItem{
  502. font-size: 24rpx;
  503. color: #5f6268;
  504. }
  505. .mBotBox{
  506. padding-top: 40rpx;
  507. }
  508. .mBotBox .bot{
  509. width: 176rpx;
  510. height: 72rpx;
  511. background: #e73e2d;
  512. border-radius: 48rpx;
  513. font-size: 28rpx;
  514. color: #ffffff;
  515. }
  516. .newModalTool.kw{
  517. padding-top: 10rpx;
  518. text-align: left;
  519. }
  520. .newModalTool.kw.one{
  521. padding-top: 24rpx;
  522. }
  523. .ordinaryContent{
  524. height: 180rpx;
  525. position: relative;
  526. padding: 0 32rpx;
  527. margin-top: 52rpx;
  528. }
  529. .ordinaryYY{
  530. width: 100%;
  531. height: 100%;
  532. bottom: 0;
  533. left: 0;
  534. position: absolute;
  535. z-index: 1;
  536. }
  537. .ordinaryInfo{
  538. position: relative;
  539. z-index: 5;
  540. width: 100%;
  541. height: 100%;
  542. }
  543. .ordinaryInfo .oBack{
  544. width: 100%;
  545. height: 100%;
  546. bottom: 0;
  547. left: 0;
  548. position: absolute;
  549. z-index: 1;
  550. }
  551. .infoMain{
  552. position: relative;
  553. z-index: 2;
  554. width: 100%;
  555. height: 100%;
  556. display: flex;
  557. flex-direction: column;
  558. justify-content: space-between;
  559. }
  560. .mLogoBox{
  561. padding-left: 32rpx;
  562. padding-top: 24rpx;
  563. }
  564. .mLogoBox .icon{
  565. width: 36rpx;
  566. height: 36rpx;
  567. }
  568. .mLogoBox .logo{
  569. width: 225rpx;
  570. height: 30rpx;
  571. margin-left: 8rpx;
  572. }
  573. .menmberBtnBox{
  574. position: absolute;
  575. z-index: 10;
  576. top: 0;
  577. right: 0;
  578. padding: 24rpx 16rpx 0 16rpx;
  579. }
  580. .menmberBtn{
  581. padding-left: 16rpx;
  582. padding-right: 32rpx;
  583. height: 44rpx;
  584. background: #625646;
  585. border-radius: 68rpx;
  586. overflow: hidden;
  587. font-size: 24rpx;
  588. color: #F9DCB0;
  589. position: relative;
  590. }
  591. .menmberBtn .icon{
  592. width: 44rpx;
  593. height: 44rpx;
  594. z-index: 1;
  595. position: absolute;
  596. top: 0;
  597. right: 0;
  598. }
  599. .menmberTextBox{
  600. justify-content: space-between;
  601. align-items: center;
  602. padding: 0 32rpx;
  603. margin-bottom: 18rpx;
  604. }
  605. .menmberTextBox .textItem{
  606. text-align: center;
  607. }
  608. .textItem .key{
  609. font-size: 24rpx;
  610. color: #A87931;
  611. }
  612. .textItem .value{
  613. font-size: 22rpx;
  614. color: rgba(168, 121, 49, 0.8);
  615. padding-top: 4rpx;
  616. }
  617. .menmberTextBox .link{
  618. height: 50rpx;
  619. width: 2rpx;
  620. -webkit-transform: scaleX(0.5);
  621. transform: scaleX(0.5);
  622. }
  623. .logOnBox{
  624. padding-top: 26rpx;
  625. position: relative;
  626. }
  627. .logOnBox.chara{
  628. min-height: 464rpx;
  629. }
  630. .newHeadBack{
  631. position: absolute;
  632. z-index: 1;
  633. width: 100%;
  634. height: 464rpx;
  635. top: 0;
  636. left: 0;
  637. }
  638. .newHeadMain{
  639. position: relative;
  640. z-index: 2;
  641. }
  642. .rightsContent{
  643. height: 88rpx;
  644. background: linear-gradient(90deg, #352B27 0%, #3B332C 100%) !important;
  645. border-radius: 16rpx;
  646. overflow: hidden;
  647. padding: 0 16rpx;
  648. margin-top: 24rpx;
  649. }
  650. .rightsContent .leftText{
  651. font-size: 28rpx;
  652. color: #E4C692 !important;
  653. }
  654. .rightsContent .leftText .icon{
  655. margin-right: 4rpx;
  656. }
  657. .rightsContent .rightBtn{
  658. height: 46rpx;
  659. background: #E4C692 !important;
  660. border-radius: 36rpx;
  661. font-size: 24rpx;
  662. color: #333333 !important;
  663. padding: 0 16rpx;
  664. }