user.wxss 12 KB

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