vip.wxss 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561
  1. .radius {
  2. border-radius: 24rpx;
  3. box-sizing: border-box;
  4. overflow: hidden;
  5. }
  6. .user-info {
  7. height: 160rpx;
  8. padding: 0 30rpx;
  9. background: #fff;
  10. align-items: center;
  11. }
  12. .user-info .icon-left {
  13. width: 96rpx;
  14. height: 96rpx;
  15. margin-right: 20rpx;
  16. border-radius: 50%;
  17. }
  18. .user-info .info {
  19. flex: 1;
  20. }
  21. .user-info .info.active .name {
  22. color: #FF660D;
  23. }
  24. .user-info .info .time {
  25. font-size: 28rpx;
  26. color: #888888;
  27. margin-top: 8rpx;
  28. }
  29. .user-info .icon-right {
  30. width: 48rpx;
  31. height: 48rpx;
  32. }
  33. .vip-box {
  34. padding: 18rpx 20rpx;
  35. }
  36. .vip-power {
  37. background: linear-gradient(133deg, #858585 0%, #D4D4D4 100%);
  38. }
  39. .vip-power.active {
  40. background: linear-gradient(131deg, #FFD04B 0%, #FFC329 100%);
  41. }
  42. .vip-power .icon-left {
  43. width: 120rpx;
  44. height: 120rpx;
  45. border: 2rpx solid #FFFFFF;
  46. border-radius: 50%;
  47. }
  48. .vip-power .vip-time {
  49. height: 64rpx;
  50. background: linear-gradient(298deg, #FFB16E 0%, #FF6D6D 100%);
  51. }
  52. .vip-power .vip-time image {
  53. width: 48rpx;
  54. height: 28rpx;
  55. }
  56. .vip-power .top {
  57. padding: 30rpx 32rpx;
  58. position: relative;
  59. }
  60. .vip-power .top .info {
  61. margin-left: 22rpx;
  62. }
  63. .vip-power .top .text {
  64. flex: 1;
  65. /* font-size: 28rpx; */
  66. color: #333333;
  67. }
  68. .vip-power .top .btn {
  69. width: 156rpx;
  70. height: 56rpx;
  71. background: #FA7D22;
  72. border-radius: 28px;
  73. }
  74. .vip-power .btn text {
  75. font-family: PingFangSC-Medium, PingFang SC;
  76. font-size: 24rpx;
  77. font-weight: 500;
  78. color: #FFFFFF;
  79. }
  80. .vip-power .icon-right {
  81. width: 16rpx;
  82. height: 16rpx;
  83. }
  84. .vip-power .intro {
  85. margin: 4rpx 0;
  86. }
  87. .vip-power .gender {
  88. width: 44rpx;
  89. height: 28rpx;
  90. background: #FFFFFF;
  91. border-radius: 14rpx;
  92. }
  93. .vip-power .gender image {
  94. width: 28rpx;
  95. height: 28rpx;
  96. }
  97. .vip-power .city {
  98. height: 28rpx;
  99. padding: 0rpx 10rpx;
  100. background: #FFFFFF;
  101. border-radius: 14rpx;
  102. font-size: 16rpx;
  103. font-family: PingFangSC-Regular, PingFang SC;
  104. font-weight: 400;
  105. color: #666666;
  106. }
  107. .vip-power .expire {
  108. position: absolute;
  109. right: 0;
  110. top: 0;
  111. width: 98rpx;
  112. height: 46rpx;
  113. font-size: 24rpx;
  114. background: #AAAAAA;
  115. border-radius: 0rpx 24rpx 0rpx 24rpx;
  116. }
  117. .vip-power .content {
  118. height: 148rpx;
  119. background: #fff;
  120. /* justify-content: space-around; */
  121. border-radius: 24rpx;
  122. }
  123. .vip-power .content .item {
  124. align-items: center;
  125. width: 33.33%;
  126. }
  127. .vip-power .content .item.line {
  128. border-right: 2rpx solid #EEEEEE;
  129. /* border-radius: 16rpx; */
  130. }
  131. .vip-power .content image {
  132. width: 48rpx;
  133. height: 48rpx;
  134. margin-bottom: 6rpx;
  135. }
  136. .vip-power .content text {
  137. font-size: 28rpx;
  138. font-family: PingFangSC-Regular, PingFang SC;
  139. font-weight: 400;
  140. color: #666666;
  141. }
  142. .vip-toast {
  143. height: 168rpx;
  144. padding: 0 40rpx;
  145. background-color: #333333;
  146. position: relative;
  147. }
  148. .vip-toast image {
  149. width: 94rpx;
  150. height: 94rpx;
  151. /* border-radius: 50%; */
  152. /* background-color: red; */
  153. }
  154. .vip-toast .right {
  155. margin-left: 18rpx;
  156. }
  157. .vip-toast .right text {
  158. font-size: 28rpx;
  159. color: #FFFFFF;
  160. }
  161. .vip-toast .count-down {
  162. height: 40rpx;
  163. padding: 0 16rpx;
  164. background: linear-gradient(224deg, #FF8B8B 0%, #FF60A3 100%);
  165. border-radius: 0rpx 24rpx 0rpx 24rpx;
  166. position: absolute;
  167. right: 0;
  168. top: 0;
  169. color: #fff;
  170. font-size: 20rpx;
  171. }
  172. .vip-use {
  173. padding: 24rpx;
  174. background: #fff;
  175. margin-top: 20rpx;
  176. }
  177. .vip-use .item {
  178. /* width: 100%; */
  179. height: 114rpx;
  180. padding: 0rpx 24rpx;
  181. position: relative;
  182. border-radius: 20rpx;
  183. margin-top: 20rpx;
  184. }
  185. .vip-use .item:first-child {
  186. margin-top: 0;
  187. }
  188. .vip-use .use-btn image {
  189. width: 48rpx;
  190. height: 48rpx;
  191. }
  192. .vip-use .use-btn text {
  193. color: #333333;
  194. margin-left: 8rpx;
  195. }
  196. .vip-use .left {
  197. flex: 1;
  198. }
  199. .vip-use .item .left-title {
  200. font-size: 32rpx;
  201. font-family: PingFangSC-Medium, PingFang SC;
  202. font-weight: 500;
  203. color: #333333;
  204. }
  205. .vip-use .item .left-text {
  206. font-size: 24rpx;
  207. font-family: PingFangSC-Regular, PingFang SC;
  208. font-weight: 400;
  209. color: #666666;
  210. margin-top: 10rpx;
  211. }
  212. .vip-use .item.red {
  213. background: linear-gradient(312deg, #FDB553 0%, #FDA659 100%);
  214. overflow: hidden;
  215. }
  216. .vip-use .item.red text {
  217. color: #fff !important;
  218. }
  219. .vip-use .item.red .left-box text {
  220. font-family: PingFangSC-Medium, PingFang SC;
  221. }
  222. .vip-use .item.red .left-box {
  223. position: absolute;
  224. top: 0;
  225. left: 0;
  226. height: 54rpx;
  227. background: #FA7D22;
  228. border-radius: 20rpx 0rpx 20rpx 0rpx;
  229. padding: 0 20rpx;
  230. }
  231. .vip-use .item.red .left-box text {
  232. font-size: 32rpx;
  233. font-family: PingFangSC-Medium, PingFang SC;
  234. font-weight: 500;
  235. color: #FFFFFF;
  236. }
  237. .vip-use .item.red .left-text {
  238. margin-top: 54rpx;
  239. }
  240. .vip-use .right image {
  241. width: 40rpx;
  242. height: 40rpx;
  243. }
  244. .vip-use .right-box .min-price {
  245. font-size: 36rpx;
  246. font-family: PingFangSC-Semibold, PingFang SC;
  247. font-weight: 600;
  248. color: #FF2B00;
  249. }
  250. .vip-use .right-box .market-price {
  251. font-size: 24rpx;
  252. font-family: PingFangSC-Regular, PingFang SC;
  253. font-weight: 400;
  254. color: #CCCCCC;
  255. text-decoration: line-through;
  256. }
  257. .vip-rule {
  258. padding: 20rpx;
  259. background: #fff;
  260. margin-top: 20rpx;
  261. border-radius: 24rpx;
  262. }
  263. .vip-rule .title {
  264. font-size: 36rpx;
  265. font-family: PingFangSC-Medium, PingFang SC;
  266. font-weight: 500;
  267. color: #000000;
  268. }
  269. .vip-rule .content {
  270. margin-top: 30rpx;
  271. }
  272. .vip-rule .content .WxEmojiView {
  273. font-size: 28rpx;
  274. font-family: PingFangSC-Regular, PingFang SC;
  275. font-weight: 400;
  276. color: #666666;
  277. line-height: 48rpx;
  278. text-align: left;
  279. }
  280. .buy {
  281. height: 170rpx;
  282. padding: 0 30rpx;
  283. background: #fff;
  284. position: fixed;
  285. bottom: 0;
  286. width: 100%;
  287. box-sizing: border-box;
  288. }
  289. .buy-btn {
  290. width: 338rpx;
  291. height: 84rpx;
  292. background: #FA7D22;
  293. border-radius: 42rpx;
  294. font-size: 32rpx;
  295. font-family: PingFang-SC-Medium, PingFang-SC;
  296. font-weight: 500;
  297. color: #FFFFFF;
  298. }
  299. .use-popup {
  300. width: 558rpx;
  301. height: 614rpx;
  302. background: #FFFFFF;
  303. border-radius: 40rpx;
  304. justify-content: space-evenly;
  305. }
  306. .use-popup .red {
  307. font-size: 24rpx;
  308. font-family: PingFangSC-Regular, PingFang SC;
  309. font-weight: 400;
  310. color: #F64570;
  311. }
  312. .use-btn .btn {
  313. /* width: 208rpx; */
  314. height: 92rpx;
  315. margin: 0 48rpx;
  316. font-size: 36rpx;
  317. color: #FA7D22;
  318. border-radius: 52rpx;
  319. border: 2rpx solid #FA7D22;
  320. }
  321. .use-btn .confirm {
  322. margin-top: 28rpx;
  323. /* margin-left: 46rpx; */
  324. background-color: #FA7D22;
  325. color: #fff;
  326. }
  327. /* ============================================================================================ */
  328. /* =============================================================================== */
  329. .coupon-popup {
  330. height: 72vh;
  331. }
  332. .payType {
  333. height: 690rpx;
  334. }
  335. .coupon-popup .top {
  336. justify-content: center;
  337. padding: 0 48rpx;
  338. height: 112rpx;
  339. }
  340. .need-show-line{
  341. border-bottom: 2rpx solid #eee;
  342. }
  343. .coupon-popup .top text {
  344. font-size: 36rpx;
  345. }
  346. .coupon-popup .top .close-img {
  347. width: 56rpx;
  348. height: 56rpx;
  349. position: absolute;
  350. top: 28rpx;
  351. right: 32rpx;
  352. }
  353. .coupon-popup .list {
  354. height: 53vh;
  355. padding: 14rpx 30rpx;
  356. box-sizing: border-box;
  357. /* overflow-y: scroll; */
  358. }
  359. .coupon-popup .list .item {
  360. padding: 14rpx 0;
  361. height: 172rpx;
  362. /* border-bottom: 2rpx solid #eee; */
  363. }
  364. .coupon-popup .list .radio image {
  365. width: 48rpx;
  366. height: 48rpx;
  367. }
  368. .coupon-popup .list .coupon-item {
  369. display: block;
  370. margin-top: 10rpx;
  371. }
  372. .coupon-popup .item-left {
  373. width: 212rpx;
  374. height: 100%;
  375. font-family: PingFangSC-Semibold;
  376. color: #FFFFFF;
  377. font-size: 32rpx;
  378. border-top-left-radius: 16rpx;
  379. border-bottom-left-radius: 16rpx;
  380. background-image: radial-gradient(circle at 0px 50%, #fff 15rpx, #F5849F 15rpx);
  381. }
  382. .coupon-popup .item-left text {
  383. font-size: 36rpx;
  384. color: #fff;
  385. font-family: PingFangSC-Semibold, PingFang SC;
  386. }
  387. .coupon-popup .item-right {
  388. /* justify-content: center;
  389. align-items: flex-start; */
  390. padding: 0 30rpx;
  391. border-top-right-radius: 16rpx;
  392. border-bottom-right-radius: 16rpx;
  393. box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.13);
  394. }
  395. .coupon-popup .item-right text {
  396. color: #000;
  397. }
  398. .coupon-popup-btm {
  399. height: 170rpx;
  400. position: fixed;
  401. width: 100%;
  402. left: 0;
  403. bottom: 0;
  404. background: #FFFFFF;
  405. }
  406. .coupon-popup-btm-btn {
  407. width: 100%;
  408. height: 84rpx;
  409. font-size: 32rpx;
  410. color: #FFFFFF;
  411. margin: 0 40rpx;
  412. background: #FA7D22;
  413. border-radius: 42rpx;
  414. font-family: PingFang-SC-Medium, PingFang-SC;
  415. }
  416. .btm-text {
  417. margin: 42rpx 0 120rpx;
  418. }
  419. .item-products-content::-webkit-scrollbar,
  420. .scroll-x::-webkit-scrollbar {
  421. display: none;
  422. /* Chrome Safari */
  423. }
  424. .moneyShow {
  425. width: 100%;
  426. text-align: center;
  427. font-weight: 500;
  428. font-size: 56rpx;
  429. color: #FF3007;
  430. height: 100rpx;
  431. line-height: 100rpx;
  432. margin-bottom: 100rpx;
  433. }
  434. .select-pay-methon {
  435. margin-bottom: 60rpx;
  436. width: 100%;
  437. display: flex;
  438. align-items: center;
  439. }
  440. .pay-img {
  441. width: 48rpx;
  442. height: 48rpx;
  443. margin-left: 30rpx;
  444. }
  445. .pay-title {
  446. margin-left: 20rpx;
  447. font-size: 32rpx;
  448. font-weight: 400;
  449. color: #333333;
  450. flex: 1;
  451. text-align: left;
  452. }
  453. .pay-money {
  454. margin-right: 36rpx;
  455. font-size: 36rpx;
  456. font-weight: 500;
  457. color: #333333;
  458. }
  459. .pay-money text {
  460. font-size: 24rpx;
  461. }
  462. .select-activity {
  463. width: 48rpx;
  464. height: 48rpx;
  465. margin-right: 30rpx;
  466. }
  467. .moneyShow text{
  468. font-size: 28rpx;
  469. color: #FF3007;
  470. }