user.wxss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .uni-popup.data-v-7da806a4 {
  12. position: fixed;
  13. top: 0;
  14. bottom: 0;
  15. left: 0;
  16. right: 0;
  17. z-index: 99;
  18. }
  19. .uni-popup__mask.data-v-7da806a4 {
  20. position: absolute;
  21. top: 0;
  22. bottom: 0;
  23. left: 0;
  24. right: 0;
  25. background-color: rgba(0, 0, 0, 0.4);
  26. opacity: 0;
  27. }
  28. .mask-ani.data-v-7da806a4 {
  29. transition-property: opacity;
  30. transition-duration: 0.2s;
  31. }
  32. .uni-top-mask.data-v-7da806a4 {
  33. opacity: 1;
  34. }
  35. .uni-bottom-mask.data-v-7da806a4 {
  36. opacity: 1;
  37. }
  38. .uni-center-mask.data-v-7da806a4 {
  39. opacity: 1;
  40. }
  41. .uni-popup__wrapper.data-v-7da806a4 {
  42. display: block;
  43. position: absolute;
  44. }
  45. .top.data-v-7da806a4 {
  46. top: 0;
  47. left: 0;
  48. right: 0;
  49. -webkit-transform: translateY(-500px);
  50. transform: translateY(-500px);
  51. }
  52. .bottom.data-v-7da806a4 {
  53. bottom: 0;
  54. left: 0;
  55. right: 0;
  56. -webkit-transform: translateY(500px);
  57. transform: translateY(500px);
  58. }
  59. .center.data-v-7da806a4 {
  60. display: flex;
  61. flex-direction: column;
  62. bottom: 0;
  63. left: 0;
  64. right: 0;
  65. top: 0;
  66. justify-content: center;
  67. align-items: center;
  68. -webkit-transform: scale(1.2);
  69. transform: scale(1.2);
  70. opacity: 0;
  71. }
  72. .uni-popup__wrapper-box.data-v-7da806a4 {
  73. display: block;
  74. position: relative;
  75. }
  76. .content-ani.data-v-7da806a4 {
  77. transition-property: opacity, -webkit-transform;
  78. transition-property: transform, opacity;
  79. transition-property: transform, opacity, -webkit-transform;
  80. transition-duration: 0.2s;
  81. }
  82. .uni-top-content.data-v-7da806a4 {
  83. -webkit-transform: translateY(0);
  84. transform: translateY(0);
  85. }
  86. .uni-bottom-content.data-v-7da806a4 {
  87. -webkit-transform: translateY(0);
  88. transform: translateY(0);
  89. }
  90. .uni-center-content.data-v-7da806a4 {
  91. -webkit-transform: scale(1);
  92. transform: scale(1);
  93. opacity: 1;
  94. }
  95. @charset "UTF-8";
  96. /* 页面左右间距 */
  97. /* 文字尺寸 */
  98. /*文字颜色*/
  99. /* 边框颜色 */
  100. /*颜色*/
  101. /* 图片加载中颜色 */
  102. /* 行为相关颜色 */
  103. /* 功能栏字体大小 */
  104. /*功能栏左侧小图标*/
  105. page {
  106. height: 100%;
  107. background-color: #f8f6f6;
  108. }
  109. .tj-sction .tj-item {
  110. display: flex;
  111. flex-direction: column;
  112. justify-content: center;
  113. align-items: center;
  114. }
  115. .tj-sction {
  116. display: flex;
  117. justify-content: space-around;
  118. align-content: center;
  119. background: #fff;
  120. border-radius: 10rpx;
  121. }
  122. .container {
  123. height: 100%;
  124. background-color: #f8f6f6;
  125. }
  126. .content-box {
  127. height: 100%;
  128. }
  129. .user-section {
  130. height: 380rpx;
  131. position: relative;
  132. }
  133. .user-section .bg {
  134. position: absolute;
  135. top: 0;
  136. left: 0;
  137. height: 400rpx;
  138. width: 100%;
  139. }
  140. .user-section .bg image {
  141. width: 100%;
  142. height: 100%;
  143. }
  144. .user-info-box {
  145. position: relative;
  146. height: 100%;
  147. width: 100%;
  148. color: white;
  149. display: flex;
  150. justify-content: space-between;
  151. z-index: 10;
  152. }
  153. .user-info-box .detail {
  154. display: flex;
  155. width: 100%;
  156. margin: auto 20rpx;
  157. }
  158. .user-info-box .detail .portrait-box {
  159. height: 127rpx;
  160. width: 127rpx;
  161. }
  162. .user-info-box .detail .portrait-box .portrait {
  163. width: 100%;
  164. height: 100%;
  165. border: 5rpx solid #fff;
  166. border-radius: 50%;
  167. }
  168. .user-info-box .detail .info-box {
  169. margin: auto 20rpx;
  170. color: #fff;
  171. }
  172. .user-info-box .detail .info-box .username {
  173. font-size: 38rpx;
  174. }
  175. .user-info-box .config {
  176. padding-top: 5rpx;
  177. margin: auto 0;
  178. width: 215rpx;
  179. height: 64rpx;
  180. border-radius: 50rpx 0 0 50rpx;
  181. background-color: #fff;
  182. display: flex;
  183. }
  184. .user-info-box .config .setting {
  185. margin: auto 20rpx;
  186. }
  187. .user-info-box .config .setting image {
  188. width: 40rpx;
  189. height: 40rpx;
  190. }
  191. .user-info-box .config ._span {
  192. line-height: 59rpx;
  193. color: #901b21;
  194. font-size: 28rpx;
  195. }
  196. .vip-card-box {
  197. display: flex;
  198. flex-direction: column;
  199. color: #f7d680;
  200. height: 240rpx;
  201. background: linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8));
  202. border-radius: 16rpx 16rpx 0 0;
  203. overflow: hidden;
  204. position: relative;
  205. padding: 20rpx 24rpx;
  206. }
  207. .vip-card-box .card-bg {
  208. position: absolute;
  209. top: 20rpx;
  210. right: 0;
  211. width: 380rpx;
  212. height: 260rpx;
  213. }
  214. .vip-card-box .b-btn {
  215. position: absolute;
  216. right: 20rpx;
  217. top: 16rpx;
  218. width: 132rpx;
  219. height: 40rpx;
  220. text-align: center;
  221. line-height: 40rpx;
  222. font-size: 22rpx;
  223. color: #36343c;
  224. border-radius: 20px;
  225. background: linear-gradient(left, #f9e6af, #ffd465);
  226. z-index: 1;
  227. }
  228. .vip-card-box .tit {
  229. font-size: 30rpx;
  230. color: #f7d680;
  231. margin-bottom: 28rpx;
  232. }
  233. .vip-card-box .tit .iconfont {
  234. color: #f6e5a3;
  235. margin-right: 16rpx;
  236. }
  237. .vip-card-box .e-b {
  238. font-size: 24rpx;
  239. color: #d8cba9;
  240. margin-top: 10rpx;
  241. }
  242. .cover-container {
  243. background: #f8f6f6;
  244. position: relative;
  245. background: #f5f5f5;
  246. padding-bottom: 20rpx;
  247. }
  248. .cover-container .arc {
  249. position: absolute;
  250. left: 0;
  251. top: -34rpx;
  252. width: 100%;
  253. height: 36rpx;
  254. }
  255. .tj-sction .tj-item {
  256. flex-direction: column;
  257. height: 140rpx;
  258. font-size: 24rpx;
  259. color: #75787d;
  260. }
  261. .tj-sction .num {
  262. font-size: 32rpx;
  263. color: #303133;
  264. margin-bottom: 8rpx;
  265. }
  266. .item-box {
  267. background-color: white;
  268. margin-top: 20rpx;
  269. }
  270. .item-box .box-title {
  271. line-height: 1;
  272. padding: 30rpx;
  273. }
  274. .item-box .box-title .title {
  275. font-size: 32rpx;
  276. font-weight: bold;
  277. }
  278. .item-box .box-title .link {
  279. font-size: 26rpx;
  280. color: #909399;
  281. }
  282. .item-box .order-section {
  283. padding: 28rpx;
  284. padding-bottom: 0;
  285. }
  286. .item-box .order-section .order-item {
  287. display: flex;
  288. justify-content: space-between;
  289. width: 100%;
  290. height: 120rpx;
  291. border-radius: 10rpx;
  292. font-size: 24rpx;
  293. color: #303133;
  294. }
  295. .item-box .order-section .order-item .o-ic {
  296. margin: auto 0;
  297. display: flex;
  298. }
  299. .item-box .order-section .order-item .o-ic .icon {
  300. margin-right: 20rpx;
  301. }
  302. .item-box .order-section .order-item .o-ic .icon image {
  303. width: 52rpx;
  304. height: 43rpx;
  305. }
  306. .item-box .order-section .order-item .o-ic text {
  307. color: #3b3b3b;
  308. font-size: 30rpx;
  309. font-family: SourceHanSansCN-Regular;
  310. }
  311. .item-box .order-section .order-item .order-img {
  312. margin: auto 0;
  313. }
  314. .item-box .order-section .order-item .order-img image {
  315. width: 16rpx;
  316. height: 28rpx;
  317. }
  318. .item-box .order-section .iconfont {
  319. font-size: 48rpx;
  320. margin-bottom: 18rpx;
  321. color: #fa436a;
  322. }
  323. .item-box .order-section .icon-shouhoutuikuan {
  324. font-size: 44rpx;
  325. }
  326. .history-section {
  327. margin-top: 20rpx;
  328. background: #fff;
  329. border-radius: 10rpx;
  330. }
  331. .history-section .sec-header {
  332. display: flex;
  333. align-items: center;
  334. font-size: 28rpx;
  335. color: #303133;
  336. line-height: 40rpx;
  337. margin-left: 30rpx;
  338. padding-top: 30rpx;
  339. }
  340. .history-section .sec-header .iconfont {
  341. font-size: 44rpx;
  342. color: #dd524d;
  343. margin-right: 16rpx;
  344. line-height: 40rpx;
  345. }
  346. .history-section .h-list {
  347. white-space: nowrap;
  348. padding: 30rpx 30rpx 0;
  349. }
  350. .history-section .h-list .h-list-image {
  351. display: inline-block;
  352. width: 160rpx;
  353. height: 160rpx;
  354. margin-right: 20rpx;
  355. border-radius: 10rpx;
  356. }
  357. .user-item {
  358. font-size: 30rpx;
  359. font-weight: bold;
  360. color: #666666;
  361. border-bottom: 1px #f5f5f5 solid;
  362. padding: 25rpx 20rpx 26rpx 20rpx;
  363. display: flex;
  364. justify-content: space-between;
  365. }
  366. .user-info {
  367. width: 750rpx;
  368. height: 445rpx;
  369. background-size: 100% 100%;
  370. }
  371. .balance {
  372. position: relative;
  373. margin-top: -150rpx;
  374. top: -150rpx;
  375. width: 710rpx;
  376. height: 221rpx;
  377. margin: 0 auto;
  378. border-radius: 10rpx;
  379. margin-bottom: -150rpx;
  380. background-color: #fff;
  381. background-size: 100% 100%;
  382. }
  383. .balance .balance-top {
  384. padding: 0 31rpx 0 19rpx;
  385. height: 54rpx;
  386. display: flex;
  387. justify-content: space-between;
  388. }
  389. .balance .balance-top .withdraw {
  390. font-size: 28rpx;
  391. font-weight: 500;
  392. color: #ffffff;
  393. line-height: 48rpx;
  394. }
  395. .balance .balance-top .withdraw .withdraw-num {
  396. font-size: 37rpx;
  397. }
  398. .balance .balance-top .btn {
  399. width: 160rpx;
  400. height: 54rpx;
  401. text-align: center;
  402. line-height: 54rpx;
  403. background: #ffffff;
  404. opacity: 0.7;
  405. border-radius: 27rpx;
  406. font-weight: bold;
  407. color: #901b21;
  408. }
  409. .balance .balance-main {
  410. margin-top: 40rpx;
  411. display: flex;
  412. padding-top: 50rpx;
  413. color: #fff;
  414. }
  415. .balance .balance-main .tj-item {
  416. display: flex;
  417. flex-direction: column;
  418. flex-grow: 1;
  419. text-align: center;
  420. font-size: 26rpx;
  421. font-weight: 500;
  422. color: #3b3b3b;
  423. }
  424. .balance .balance-main .tj-item .tj-img image {
  425. width: 90rpx;
  426. height: 90rpx;
  427. }
  428. .balance .balance-main .tj-item .num {
  429. margin-top: 32rpx;
  430. font-size: 36rpx;
  431. font-weight: 500;
  432. }
  433. .balance .balance-main .jg {
  434. width: 2rpx;
  435. height: 81rpx;
  436. margin-top: 18rpx;
  437. background-color: #c5868a;
  438. }
  439. .foot-wrapper {
  440. width: 373rpx;
  441. height: 79rpx;
  442. background: #ffffff;
  443. box-shadow: 0px 3px 10px 0px rgba(180, 183, 187, 0.8);
  444. border-radius: 11rpx;
  445. margin: 46rpx auto 20rpx;
  446. text-align: center;
  447. line-height: 79rpx;
  448. font-size: 30rpx;
  449. font-weight: bold;
  450. color: #901b21;
  451. }
  452. .popup-box {
  453. width: 522rpx;
  454. height: 605rpx;
  455. background-color: #ffffff;
  456. border-radius: 20rpx;
  457. position: relative;
  458. }
  459. .popup-box .img {
  460. position: relative;
  461. top: -56rpx;
  462. left: 0;
  463. width: 522rpx;
  464. height: 132rpx;
  465. display: flex;
  466. justify-content: center;
  467. }
  468. .popup-box .img image {
  469. border-radius: 20rpx 20rpx 0 0;
  470. width: 450rpx;
  471. height: 132rpx;
  472. }
  473. .popup-box .mian {
  474. margin-top: -44rpx;
  475. display: flex;
  476. flex-direction: column;
  477. align-items: center;
  478. background-color: #ffffff;
  479. border-radius: 0 0 20rpx 20rpx;
  480. text-align: center;
  481. }
  482. .popup-box .mian .delivery {
  483. font-size: 40rpx;
  484. color: #333333;
  485. display: flex;
  486. align-items: center;
  487. flex-direction: column;
  488. }
  489. .popup-box .mian .delivery image {
  490. margin-top: 48rpx;
  491. width: 172rpx;
  492. height: 160rpx;
  493. }
  494. .popup-box .mian .nocancel {
  495. font-size: 32rpx;
  496. color: #333333;
  497. margin-top: 14rpx;
  498. }
  499. .popup-box .mian .comfirm-box {
  500. margin-top: 52rpx;
  501. display: flex;
  502. }
  503. .popup-box .mian .comfirm-box .cancel {
  504. display: flex;
  505. align-items: center;
  506. justify-content: center;
  507. width: 197rpx;
  508. height: 74rpx;
  509. border: 1px solid #dcc786;
  510. border-radius: 38rpx;
  511. font-size: 32rpx;
  512. color: #605128;
  513. }
  514. .popup-box .mian .comfirm-box .comfirm {
  515. margin-left: 32rpx;
  516. display: flex;
  517. align-items: center;
  518. justify-content: center;
  519. width: 197rpx;
  520. height: 74rpx;
  521. background: linear-gradient(-90deg, #d1ba77 0%, #f7e8ad 100%);
  522. border-radius: 38px;
  523. font-size: 32rpx;
  524. color: #605128;
  525. }
  526. .bind-admin-wappper {
  527. width: 600rpx;
  528. height: 682rpx;
  529. border-radius: 20rpx;
  530. background-color: #fff;
  531. }
  532. .bind-admin-wappper .title {
  533. padding-top: 70rpx;
  534. font-size: 42rpx;
  535. text-align: center;
  536. font-family: PingFang SC;
  537. font-weight: 500;
  538. color: #ffa200;
  539. }
  540. .bind-admin-wappper .admin-item .item-name {
  541. padding-top: 55rpx;
  542. padding-bottom: 20rpx;
  543. font-size: 32rpx;
  544. font-family: PingFang SC;
  545. font-weight: 500;
  546. color: #333333;
  547. padding-left: 68rpx;
  548. }
  549. .bind-admin-wappper .admin-item .item-val {
  550. width: 470rpx;
  551. height: 70rpx;
  552. line-height: 70rpx;
  553. margin: 0 auto;
  554. background: #ffffff;
  555. border: 1px solid #999999;
  556. border-radius: 6px;
  557. outline: none;
  558. }
  559. .bind-admin-wappper .admin-item .item-val input {
  560. padding-left: 20rpx;
  561. display: block;
  562. height: 70rpx;
  563. line-height: 70rpx;
  564. }
  565. .bind-admin-wappper .btn-wrapper {
  566. margin-top: 60rpx;
  567. display: flex;
  568. justify-content: space-between;
  569. height: 50rpx;
  570. padding: 0 65rpx;
  571. }
  572. .bind-admin-wappper .btn-wrapper .btn {
  573. text-align: center;
  574. font-size: 30rpx;
  575. font-family: PingFang SC;
  576. font-weight: 500;
  577. line-height: 70rpx;
  578. color: #666666;
  579. width: 224rpx;
  580. height: 70rpx;
  581. border-radius: 6rpx;
  582. border: 1px solid #999999;
  583. }
  584. .bind-admin-wappper .btn-wrapper .btn1 {
  585. color: #fff;
  586. background-color: #ff6600;
  587. }
  588. .icon-img {
  589. width: 52rpx;
  590. height: 43rpx;
  591. }
  592. .stk-tc {
  593. width: 560rpx;
  594. background-color: #fff;
  595. border-radius: 20rpx;
  596. position: relative;
  597. }
  598. .stk-tc .gift, .stk-tc .gift-bg, .stk-tc .gift-bg-mb {
  599. position: absolute;
  600. left: 0;
  601. right: 0;
  602. margin: auto;
  603. }
  604. .stk-tc .tc-tit, .stk-tc .tc-inp, .stk-tc .tc-btn {
  605. margin: auto;
  606. }
  607. .stk-tc .gift {
  608. top: -93rpx;
  609. width: 177rpx;
  610. height: 186rpx;
  611. }
  612. .stk-tc .gift-bg-mb {
  613. top: 0;
  614. width: 456rpx;
  615. height: 90rpx;
  616. background-color: #fff;
  617. }
  618. .stk-tc .gift-bg {
  619. top: -90rpx;
  620. width: 456rpx;
  621. height: 180rpx;
  622. }
  623. .stk-tc .tc-tit {
  624. font-weight: bold;
  625. color: #333333;
  626. font-size: 36rpx;
  627. text-align: center;
  628. }
  629. .stk-tc .tc-inp {
  630. display: block;
  631. margin: 20rpx auto;
  632. width: 440rpx;
  633. height: 70rpx;
  634. background-color: #f5f5f5;
  635. top: 210rpx;
  636. padding-left: 20rpx;
  637. border-radius: 15rpx;
  638. font-size: 32rpx;
  639. }
  640. .stk-tc .tc-inp-km {
  641. top: 305rpx;
  642. }
  643. .stk-tc .tc-btn {
  644. width: 405rpx;
  645. height: 86rpx;
  646. margin-top: 45rpx;
  647. background-color: #901b21;
  648. border-radius: 43rpx;
  649. text-align: center;
  650. color: #fff;
  651. line-height: 86rpx;
  652. font-size: 36rpx;
  653. }