index.wxss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558
  1. @charset "UTF-8";
  2. .text-center.data-v-5567d999 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-5567d999 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-5567d999 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-5567d999 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-5567d999 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-5567d999 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-5567d999 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-5567d999 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-5567d999 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .placeholder.data-v-5567d999 {
  39. height: 160rpx;
  40. background-color: #fff;
  41. }
  42. .member-level-name.data-v-5567d999 {
  43. max-width: 200rpx;
  44. }
  45. .info-text.data-v-5567d999 {
  46. margin: 0 20rpx;
  47. }
  48. .user.data-v-5567d999 {
  49. position: relative;
  50. height: 690rpx;
  51. width: 100%;
  52. background-color: #fff;
  53. overflow: hidden;
  54. }
  55. .user.recharge.data-v-5567d999 {
  56. height: 550rpx;
  57. }
  58. .user.recharge.less.data-v-5567d999 {
  59. height: 480rpx;
  60. }
  61. .user-info.data-v-5567d999 {
  62. position: absolute;
  63. left: 0;
  64. right: 0;
  65. top: 40rpx;
  66. width: 100%;
  67. padding: 0 45rpx;
  68. z-index: 5;
  69. color: #fff;
  70. padding-left: 185rpx;
  71. }
  72. .user-info .user-member-info.data-v-5567d999 {
  73. margin-top: 16rpx;
  74. font-size: 20rpx;
  75. display: -webkit-box;
  76. display: -webkit-flex;
  77. display: flex;
  78. -webkit-box-align: center;
  79. -webkit-align-items: center;
  80. align-items: center;
  81. }
  82. .user-info .avatar.data-v-5567d999 {
  83. height: 100rpx;
  84. width: 100rpx;
  85. border-radius: 50%;
  86. border: 2rpx solid #fff;
  87. position: absolute;
  88. left: 45rpx;
  89. }
  90. .member-detail.data-v-5567d999 {
  91. position: relative;
  92. height: 36rpx;
  93. line-height: 36rpx;
  94. border-radius: 18rpx;
  95. padding: 0 16rpx 0 54rpx;
  96. background-color: #454955;
  97. display: inline-block;
  98. }
  99. .member-detail .level-icon.data-v-5567d999 {
  100. border-radius: 50%;
  101. position: absolute;
  102. margin-bottom: -3rpx;
  103. }
  104. .member-detail image.data-v-5567d999 {
  105. height: 44rpx;
  106. width: 44rpx;
  107. position: absolute;
  108. bottom: 0;
  109. left: 0;
  110. }
  111. .card.data-v-5567d999 {
  112. height: 690rpx;
  113. width: 100%;
  114. position: relative;
  115. background-color: #292a31;
  116. z-index: 2;
  117. }
  118. .card.less.data-v-5567d999 {
  119. height: 650rpx;
  120. }
  121. .card.less.recharge.data-v-5567d999 {
  122. height: 480rpx;
  123. }
  124. .card.recharge.data-v-5567d999 {
  125. height: 530rpx;
  126. }
  127. .card-bottom.data-v-5567d999 {
  128. position: absolute;
  129. width: 100%;
  130. height: 80rpx;
  131. bottom: 0;
  132. left: 0;
  133. z-index: 5;
  134. }
  135. .question.data-v-5567d999 {
  136. position: absolute;
  137. right: 24rpx;
  138. top: 24rpx;
  139. z-index: 99;
  140. }
  141. .question image.data-v-5567d999 {
  142. height: 36rpx;
  143. width: 36rpx;
  144. }
  145. .card-img.data-v-5567d999 {
  146. position: absolute;
  147. bottom: 0;
  148. left: 0;
  149. right: 0;
  150. height: 320rpx;
  151. width: 660rpx;
  152. margin: 0 auto;
  153. border-radius: 16rpx;
  154. z-index: 3;
  155. }
  156. .member-info.data-v-5567d999 {
  157. background-color: #fff;
  158. padding-top: 40rpx;
  159. }
  160. .member-title image.data-v-5567d999 {
  161. height: 32rpx;
  162. width: 68rpx;
  163. }
  164. .user-balance.data-v-5567d999 {
  165. height: 140rpx;
  166. width: 660rpx;
  167. background-color: #454955;
  168. position: absolute;
  169. top: 210rpx;
  170. left: 45rpx;
  171. right: 45rpx;
  172. border-radius: 16rpx;
  173. z-index: 999;
  174. padding: 36rpx;
  175. color: #fff;
  176. }
  177. .user-balance.less.data-v-5567d999 {
  178. top: 160rpx;
  179. }
  180. .user-text.data-v-5567d999 {
  181. vertical-align: top;
  182. font-size: 18rpx;
  183. display: inline-block;
  184. }
  185. .user-price.data-v-5567d999 {
  186. font-size: 46rpx;
  187. font-family: DIN;
  188. }
  189. .go-btn.data-v-5567d999 {
  190. background-color: #454955;
  191. height: 56rpx;
  192. line-height: 52rpx;
  193. width: 140rpx;
  194. border-radius: 28rpx;
  195. font-size: 28rpx;
  196. color: #fff;
  197. border: 1rpx solid #fff;
  198. padding: 0;
  199. text-align: center;
  200. margin-top: 1rpx;
  201. }
  202. .go-btn.data-v-5567d999::after {
  203. border: 0;
  204. }
  205. .progress-line.data-v-5567d999 {
  206. height: 10rpx;
  207. border-radius: 5rpx;
  208. margin-bottom: 5rpx;
  209. background-color: #949598;
  210. position: relative;
  211. }
  212. .progress-active.data-v-5567d999 {
  213. height: 10rpx;
  214. border-radius: 5rpx;
  215. background-color: #FFB82F;
  216. position: absolute;
  217. left: 0;
  218. top: 0;
  219. }
  220. .card-info.data-v-5567d999 {
  221. position: absolute;
  222. bottom: -10rpx;
  223. left: 620rpx;
  224. height: 320rpx;
  225. width: 660rpx;
  226. padding: 78rpx 100rpx 0;
  227. color: rgba(53, 53, 53, 0.7);
  228. font-size: 24rpx;
  229. text-align: center;
  230. }
  231. .card-name.data-v-5567d999 {
  232. font-size: 44rpx;
  233. color: #fff;
  234. }
  235. .rights.data-v-5567d999 {
  236. margin-top: 40rpx;
  237. text-align: center;
  238. color: #353535;
  239. font-size: 26rpx;
  240. white-space: nowrap;
  241. width: auto;
  242. }
  243. .rights-item.data-v-5567d999 {
  244. display: inline-block;
  245. width: 150rpx;
  246. margin: 0 40rpx 20rpx;
  247. }
  248. .rights-item .t-omit.data-v-5567d999 {
  249. display: block;
  250. }
  251. .rights-img.data-v-5567d999 {
  252. height: 80rpx;
  253. width: 80rpx;
  254. margin-bottom: 12rpx;
  255. }
  256. .update.data-v-5567d999 {
  257. background-color: #fff;
  258. padding-top: 60rpx;
  259. padding-bottom: 40rpx;
  260. }
  261. .update-nav.data-v-5567d999 {
  262. height: 64rpx;
  263. padding: 0 26rpx;
  264. color: #999;
  265. font-size: 28rpx;
  266. }
  267. .update-img.data-v-5567d999 {
  268. float: left;
  269. height: 64rpx;
  270. width: 200rpx;
  271. }
  272. .more.data-v-5567d999 {
  273. height: 64rpx;
  274. line-height: 64rpx;
  275. float: right;
  276. }
  277. .more image.data-v-5567d999 {
  278. height: 22rpx;
  279. width: 12rpx;
  280. margin-left: 12rpx;
  281. }
  282. .member-list.data-v-5567d999 {
  283. margin-top: 32rpx;
  284. height: 505rpx;
  285. white-space: nowrap;
  286. width: auto;
  287. }
  288. .member-item.data-v-5567d999 {
  289. margin: 20rpx;
  290. width: 342rpx;
  291. height: 465rpx;
  292. display: inline-block;
  293. position: relative;
  294. text-align: center;
  295. font-size: 24rpx;
  296. color: #999;
  297. box-shadow: 0rpx 0rpx 20rpx rgba(0, 0, 0, 0.1);
  298. border-radius: 16rpx;
  299. }
  300. .memeber-other.data-v-5567d999 {
  301. padding-top: 22rpx;
  302. height: 290rpx;
  303. width: 100%;
  304. border: 1rpx solid #e2e2e2;
  305. border-top: 0;
  306. border-bottom-left-radius: 16rpx;
  307. border-bottom-right-radius: 16rpx;
  308. display: -webkit-box;
  309. display: -webkit-flex;
  310. display: flex;
  311. -webkit-box-pack: center;
  312. -webkit-justify-content: center;
  313. justify-content: center;
  314. -webkit-box-orient: vertical;
  315. -webkit-box-direction: normal;
  316. -webkit-flex-direction: column;
  317. flex-direction: column;
  318. }
  319. .memeber-img.data-v-5567d999 {
  320. width: 100%;
  321. height: 175rpx;
  322. display: block;
  323. border-top-left-radius: 16rpx;
  324. border-top-right-radius: 16rpx;
  325. }
  326. .member-name.data-v-5567d999 {
  327. color: #353535;
  328. font-size: 32rpx;
  329. width: 100%;
  330. text-align: center;
  331. }
  332. .member-price.data-v-5567d999 {
  333. margin-top: 8rpx;
  334. font-size: 24rpx;
  335. color: rgba(53, 53, 53, 0.7);
  336. }
  337. .member-price text.data-v-5567d999 {
  338. font-size: 42rpx;
  339. }
  340. .discount.data-v-5567d999 {
  341. padding-top: 12rpx;
  342. color: #ffb82f;
  343. font-size: 24rpx;
  344. }
  345. .discount text.data-v-5567d999 {
  346. font-size: 40rpx;
  347. }
  348. .update-btn.data-v-5567d999 {
  349. height: 62rpx;
  350. width: 60%;
  351. line-height: 60rpx;
  352. margin: 24rpx auto 0;
  353. font-size: 28rpx;
  354. color: #b4914f;
  355. border-radius: 31rpx;
  356. background-color: #fff;
  357. border: 1rpx solid #b4914f;
  358. }
  359. .update-btn.data-v-5567d999::after {
  360. border: 0;
  361. }
  362. .coupon.data-v-5567d999 {
  363. padding-bottom: 40rpx;
  364. background-color: #fff;
  365. }
  366. .coupon-list.data-v-5567d999 {
  367. margin-top: 32rpx;
  368. padding-left: 26rpx;
  369. height: 130rpx;
  370. white-space: nowrap;
  371. overflow: hidden;
  372. width: auto;
  373. }
  374. .coupon-item.data-v-5567d999 {
  375. height: 130rpx;
  376. width: 260rpx;
  377. position: relative;
  378. font-size: 24rpx;
  379. margin-right: 15rpx;
  380. display: inline-block;
  381. }
  382. .coupon-bg.data-v-5567d999 {
  383. height: 130rpx;
  384. width: 260rpx;
  385. }
  386. .coupon-price.data-v-5567d999 {
  387. position: absolute;
  388. top: 15rpx;
  389. left: 0;
  390. right: 0;
  391. color: #fff;
  392. text-align: center;
  393. width: 75%;
  394. }
  395. .coupon-price text.data-v-5567d999 {
  396. font-size: 40rpx;
  397. }
  398. .coupon-total.data-v-5567d999 {
  399. position: absolute;
  400. bottom: 10rpx;
  401. left: 0;
  402. right: 0;
  403. color: #fff;
  404. text-align: center;
  405. width: 75%;
  406. }
  407. .coupon-status.data-v-5567d999 {
  408. position: absolute;
  409. top: 0;
  410. right: 0;
  411. width: 70rpx;
  412. height: 130rpx;
  413. font-size: 22rpx;
  414. color: #fff;
  415. white-space: normal;
  416. line-height: 125%;
  417. padding: 10rpx 0 0 30rpx;
  418. }
  419. .goods.data-v-5567d999 {
  420. margin-bottom: 55rpx;
  421. }
  422. .goods-list.data-v-5567d999 {
  423. margin-top: 32rpx;
  424. height: 440rpx;
  425. white-space: nowrap;
  426. }
  427. .goods-item.data-v-5567d999 {
  428. margin: 20rpx 0;
  429. height: 400rpx;
  430. width: 220rpx;
  431. display: inline-block;
  432. margin-left: 20rpx;
  433. padding: 24rpx;
  434. color: #999;
  435. font-size: 24rpx;
  436. text-align: center;
  437. border-radius: 8rpx;
  438. box-shadow: 0 0 20rpx rgba(0, 0, 0, 0.1);
  439. }
  440. .goods-img.data-v-5567d999 {
  441. height: 210rpx;
  442. width: 210rpx;
  443. margin-bottom: 10rpx;
  444. display: block;
  445. }
  446. .goods-name.data-v-5567d999 {
  447. color: #666;
  448. width: 210rpx;
  449. }
  450. .goods-price.data-v-5567d999 {
  451. color: #b4914f;
  452. margin: 5rpx;
  453. }
  454. .goods-price text.data-v-5567d999 {
  455. font-size: 42rpx;
  456. }
  457. .before.data-v-5567d999 {
  458. text-decoration: line-through;
  459. }
  460. .level.data-v-5567d999 {
  461. margin: 32rpx auto 40rpx;
  462. width: 700rpx;
  463. height: 206rpx;
  464. border-radius: 16rpx;
  465. border: 1rpx solid #e2e2e2;
  466. position: relative;
  467. box-shadow: 0 0 20rpx rgba(0, 0, 0, 0.1);
  468. }
  469. .level-img.data-v-5567d999 {
  470. height: 100%;
  471. width: 400rpx;
  472. float: left;
  473. display: block;
  474. border-top-left-radius: 16rpx;
  475. border-bottom-left-radius: 16rpx;
  476. }
  477. .level-name.data-v-5567d999 {
  478. font-size: 32rpx;
  479. color: #353535;
  480. width: 100%;
  481. height: 40rpx;
  482. }
  483. .level-right.data-v-5567d999 {
  484. position: absolute;
  485. right: 0;
  486. top: 0;
  487. width: 300rpx;
  488. height: 206rpx;
  489. color: #999;
  490. font-size: 24rpx;
  491. text-align: center;
  492. padding: 20rpx 0;
  493. border-top-right-radius: 16rpx;
  494. border-bottom-right-radius: 16rpx;
  495. display: -webkit-box;
  496. display: -webkit-flex;
  497. display: flex;
  498. -webkit-box-orient: vertical;
  499. -webkit-box-direction: normal;
  500. -webkit-flex-direction: column;
  501. flex-direction: column;
  502. -webkit-box-align: center;
  503. -webkit-align-items: center;
  504. align-items: center;
  505. -webkit-box-pack: center;
  506. -webkit-justify-content: center;
  507. justify-content: center;
  508. }
  509. .level-right .discount.data-v-5567d999 {
  510. margin-left: 14rpx;
  511. margin-top: -5rpx;
  512. }
  513. .level-btn.data-v-5567d999 {
  514. margin-top: 14rpx;
  515. height: 48rpx;
  516. line-height: 46rpx;
  517. padding: 0 30rpx;
  518. border-radius: 24rpx;
  519. border: 1rpx solid #b4914f;
  520. font-size: 24rpx;
  521. display: inline-block;
  522. color: #b4914f;
  523. background-color: #fff;
  524. }
  525. .level-btn.data-v-5567d999::after {
  526. border: 0;
  527. }
  528. .banner.data-v-5567d999 {
  529. width: 100%;
  530. height: 110rpx;
  531. display: block;
  532. margin: 40rpx 0 20rpx;
  533. }
  534. .no-rights.data-v-5567d999 {
  535. height: 200rpx;
  536. width: 700rpx;
  537. margin: 0 auto;
  538. border: 1rpx solid #b4914f;
  539. border-radius: 16rpx;
  540. text-align: center;
  541. color: #353535;
  542. font-size: 26rpx;
  543. padding-top: 35rpx;
  544. }
  545. .rights.border.data-v-5567d999 {
  546. border: 1rpx solid #b4914f;
  547. margin: 0 26rpx;
  548. width: auto;
  549. min-height: 200rpx;
  550. border-radius: 16rpx;
  551. }
  552. .border .rights-item.data-v-5567d999 {
  553. margin-top: 34rpx;
  554. }
  555. .no-next.data-v-5567d999 {
  556. padding-top: 140rpx;
  557. }