vip.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611
  1. /* mine/vip/vip.wxss */
  2. .top {
  3. height: 290rpx;
  4. position: relative;
  5. }
  6. .price {
  7. font-size: 24rpx;
  8. color: #FE0419;
  9. align-items: center;
  10. display: flex;
  11. }
  12. .price .vip {
  13. font-size: 24rpx;
  14. margin-left: 12rpx;
  15. color: var(--vip);
  16. border: 1rpx solid;
  17. padding: 0 8rpx 2rpx 8rpx;
  18. border-radius: 5px;
  19. font-weight: normal;
  20. }
  21. .price .vip .members{
  22. font-size: 24rpx !important;
  23. font-weight: normal !important;
  24. margin-left: 2rpx;
  25. }
  26. .price .vip .sale{
  27. font-size: 24rpx !important;
  28. font-weight: normal !important;
  29. }
  30. .vipbg1 {
  31. width: 100%;
  32. height: 86rpx;
  33. position: absolute;
  34. left: 0;
  35. bottom: 0;
  36. z-index: 1;
  37. }
  38. .topc {
  39. position: relative;
  40. z-index: 3;
  41. padding: 55rpx 70rpx 0;
  42. align-items: center;
  43. }
  44. .card-id {
  45. font-size: 30rpx;
  46. color: #333;
  47. }
  48. .card-id text {
  49. font-size: 24rpx;
  50. margin-left: 12rpx;
  51. }
  52. .level {
  53. font-size: 43rpx;
  54. color: #333;
  55. margin: 50rpx 0 15rpx;
  56. }
  57. .level image {
  58. width: 63rpx;
  59. height: 54rpx;
  60. margin-right: 8rpx;
  61. }
  62. .cheng {
  63. font-size: 24rpx;
  64. color: #333;
  65. opacity: .5;
  66. }
  67. /* 会员 */
  68. /* 会员权益 */
  69. .quanyi {
  70. padding: 30rpx 20rpx;
  71. }
  72. .quanyi-tit {
  73. font-size: 34rpx;color: #222;font-weight: bold;
  74. }
  75. .quanyi-tit image {
  76. width: 111rpx;
  77. height: 5rpx;
  78. }
  79. .quanyi-tit image:first-child {
  80. margin-right: 20rpx;
  81. }
  82. .quanyi-tit image:last-child {
  83. margin-left: 20rpx;
  84. }
  85. .quanyi-tit image.quanyi_c {
  86. width: 153rpx;
  87. height: 35rpx;
  88. }
  89. .qylist .li {
  90. width: 25%;
  91. font-size: 24rpx;
  92. color: #555;
  93. padding: 40rpx 0;
  94. text-align: center;
  95. }
  96. .qylist .li image {
  97. width: 74rpx;
  98. height: 74rpx;
  99. margin: 0 auto 15rpx;
  100. }
  101. .ziyou {
  102. background: #fff;border-radius: 24rpx;padding: 30rpx;
  103. margin-top: 25rpx;
  104. line-height: 1.7;
  105. font-size: 30rpx;
  106. }
  107. .ziyou image {
  108. width: 100%;
  109. }
  110. /* 会员专区 */
  111. .cai{margin-top: 30rpx;}
  112. .cai-tit {
  113. font-size: 34rpx;
  114. color: #222;
  115. font-weight: bold;
  116. padding-bottom: 30rpx;
  117. padding: 0 20rpx;
  118. }
  119. .cai-tit text{margin-left: 20rpx;font-size: 26rpx;color: #999;font-weight: normal;}
  120. .cai-tit image {
  121. width: 63rpx;
  122. height: 5rpx;
  123. }
  124. .cai-tit image:first-child {
  125. margin-right: 20rpx;
  126. }
  127. .cai-tit image:last-child {
  128. margin-left: 20rpx;
  129. }
  130. .tabcon {
  131. flex-wrap: wrap;
  132. background: #f6f6f6;
  133. overflow: hidden;
  134. padding-bottom: 30rpx;
  135. }
  136. .tabcon .li {
  137. background: #fff;
  138. border-radius: 10rpx;
  139. width: 345rpx;
  140. margin: 20rpx 20rpx 0 0;
  141. }
  142. .tabcon .li:nth-child(2n) {
  143. margin-right: 0;
  144. }
  145. .jsdimgs {
  146. width: 345rpx;
  147. height: 345rpx;
  148. position: relative;
  149. }
  150. .jsdpro {
  151. width: 100%;
  152. height: 100%;
  153. }
  154. .jsdimg {
  155. width: 82rpx;
  156. height: 36rpx;
  157. position: absolute;
  158. top: 20rpx;
  159. left: 20rpx;
  160. }
  161. .jsdinfo {
  162. padding: 15rpx 20rpx 30rpx;
  163. }
  164. .proname {
  165. font-size: 28rpx;
  166. color: #333;
  167. text-overflow: ellipsis;
  168. white-space: nowrap;
  169. overflow: hidden;
  170. margin-bottom: 20rpx;
  171. }
  172. .operate {
  173. justify-content: space-between;
  174. align-items: center;
  175. }
  176. .price text {
  177. font-size: 36rpx;
  178. font-weight: bold;
  179. }
  180. .price .del {
  181. font-weight: normal;
  182. font-size: 24rpx;
  183. color: #999;
  184. margin-left: 12rpx;
  185. text-decoration: line-through;
  186. }
  187. .add-cart image {
  188. width: 42rpx;
  189. height: 42rpx;
  190. }
  191. /* 会员暂未开通 */
  192. .notTopc {
  193. align-items: center;
  194. }
  195. .notOpen {
  196. font-size: 100rpx;
  197. font-weight: bold;
  198. flex: 0.8;
  199. }
  200. .notOpen text {
  201. font-size: 33rpx;
  202. }
  203. .btn {
  204. /* border: 1rpx solid; */
  205. border-radius: 40rpx;
  206. padding: 15rpx 43rpx;
  207. background: #FFFFFF;
  208. text-align: center;
  209. }
  210. .expireTime{
  211. align-items: center;
  212. font-size: 26rpx;
  213. color: #915D31;
  214. align-items: center;
  215. }
  216. .expireTime text{margin-left: 5rpx;}
  217. .expireTime .jianquimg{
  218. width: 11rpx;
  219. height: 18rpx;
  220. margin-left: 21rpx;
  221. }
  222. .openvip {
  223. display: inline-block;
  224. margin-right: 30rpx;
  225. margin-top: 40rpx;
  226. padding: 45rpx;
  227. background: rgb(232, 177, 117);
  228. border-radius: 5px;
  229. width: 70%;
  230. /* position: absolute; */
  231. overflow: overlay;
  232. position: relative;
  233. }
  234. .openvipbg {
  235. width: 100%;
  236. height: 100%;
  237. position: absolute;
  238. left: 0;
  239. bottom: 0;
  240. z-index: 1;
  241. }
  242. .go {
  243. margin-top: 40px;
  244. position: relative;
  245. /* top: 142rpx; */
  246. /* left: 160px;
  247. width: 135rpx; */
  248. right: 0rpx;
  249. z-index: 3;
  250. justify-content: space-between;
  251. align-items: center;
  252. }
  253. .openvip .vipname {
  254. font-size: 43rpx;
  255. font-weight: bold;
  256. }
  257. .openvip .icon {
  258. width: 63rpx;
  259. height: 54rpx;
  260. margin-right: 8rpx;
  261. }
  262. .openvip .userimg {
  263. width: 60rpx;
  264. height: 60rpx;
  265. border-radius: 50%;
  266. margin-right: 20rpx;
  267. }
  268. .openvip .username{
  269. font-size: 32rpx;
  270. color: #915D31;
  271. margin-bottom: 12rpx;
  272. }
  273. .openvip .usercont{
  274. font-size: 24rpx;
  275. color: #915D31;
  276. }
  277. .openvip .vipcont {
  278. margin-top: 10rpx;
  279. }
  280. .openvip .vipmoney {
  281. margin-top: 40rpx;
  282. text-align: right;
  283. font-size: 41rpx;
  284. }
  285. .timg {
  286. position: relative;
  287. padding: 20rpx;
  288. align-items: center;
  289. }
  290. .timg image {
  291. width: 50rpx;
  292. height: 50rpx;
  293. border-radius: 50%;
  294. margin-right: 20rpx;
  295. }
  296. .money .txt {
  297. font-size: 30rpx;
  298. color: #999;
  299. }
  300. .tab {
  301. display: flex;
  302. display: -webkit-flex;
  303. height: 80rpx;
  304. background: #fff;
  305. line-height: 80rpx;
  306. }
  307. .tab .li {
  308. font-size: 28rpx;
  309. color: #999;
  310. width: 20%;
  311. text-align: center;
  312. position: relative;
  313. display: inline-block;
  314. }
  315. .tab .li.active {
  316. color: #333;
  317. }
  318. .tab .li.active::after {
  319. content: '';
  320. display: block;
  321. width: 49rpx;
  322. height: 6rpx;
  323. background: var(--mina) !important;
  324. position: absolute;
  325. left: 50%;
  326. transform: translateX(-50%);
  327. bottom: 0;
  328. }
  329. .cont {
  330. padding: 0 20rpx 20rpx;
  331. background: #fff;
  332. }
  333. .viptitle {
  334. position: relative;
  335. z-index: 3;
  336. height: 80rpx;
  337. align-items: center;
  338. }
  339. .btnleft{
  340. margin-left: 290rpx;
  341. }
  342. .jiage {
  343. margin: 28rpx 0;
  344. }
  345. .username text{
  346. background: #fff;
  347. padding: 5rpx 10rpx;
  348. font-size: 24rpx;
  349. border-radius: 8rpx;
  350. }
  351. .jiage .li {
  352. width: 33%;
  353. text-align: center;
  354. /* border: 1rpx solid; */
  355. box-shadow: -5px 1px 90px -39px #888888;
  356. border-radius: 20rpx;
  357. margin-right: 20rpx;
  358. display: inline-block;
  359. margin-top: 50rpx;
  360. }
  361. .jiage .month {
  362. padding: 14px;
  363. border-bottom: 1rpx solid #E5E5E5;
  364. font-size: 30rpx;
  365. border-radius: 20rpx 20rpx 0 0;
  366. }
  367. .jiage .money {
  368. font-size: 44rpx;
  369. padding: 70rpx 0;
  370. /* font-weight: bold; */
  371. border-radius: 0 0 20rpx 20rpx;
  372. }
  373. .title {
  374. color: #999;
  375. }
  376. /* .huiyuan .active {
  377. border: 5rpx solid var(--mina);
  378. padding: 55rpx;
  379. } */
  380. .confirm {
  381. height: 80rpx;
  382. line-height: 80rpx;
  383. border-radius: 40rpx;
  384. font-size: 30rpx;
  385. color: #fff;
  386. text-align: center;
  387. margin-top: 45rpx;
  388. }
  389. .purchaseVip {
  390. position: fixed;
  391. z-index: 100;
  392. left: 0;
  393. right: 0;
  394. bottom: 0;
  395. border-radius: 20rpx 20rpx 0 0;
  396. background: rgb(240, 240, 240);
  397. }
  398. .jiage .act {
  399. background: var(--mina);
  400. border: 0;color: #fff;
  401. }
  402. .jiage .actbor {
  403. border-left: 5rpx solid var(--mina);
  404. border-right: 5rpx solid var(--mina);
  405. border-bottom: 5rpx solid var(--mina);
  406. }
  407. .scroll-box {
  408. white-space: nowrap;
  409. }
  410. .card-box {
  411. display: inline-block;
  412. }
  413. .card {
  414. display: flex;
  415. justify-content: center;
  416. align-items: center;
  417. box-sizing: border-box;
  418. font-size: 40px;
  419. background: #F8F2DC;
  420. border-radius: 4px;
  421. }
  422. ::-webkit-scrollbar {
  423. width: 0;
  424. height: 0;
  425. color: transparent;
  426. }
  427. .chufangy {
  428. position: fixed;
  429. /* opacity: 0.8; */
  430. left: 0;
  431. right: 0;
  432. bottom: 0;
  433. height: 110rpx;
  434. line-height: 110rpx;
  435. color: #fff;
  436. text-align: center;
  437. z-index: 50;
  438. }
  439. .bg {
  440. position: absolute;
  441. width: 93%;
  442. height: 95%;
  443. left: 26rpx;
  444. top: 17rpx;
  445. z-index: -1;
  446. border-radius: 10rpx;
  447. }
  448. .submit {
  449. position: fixed;
  450. left: 40rpx;
  451. right: 40rpx;
  452. bottom: 10rpx;
  453. height: 100rpx !important;
  454. line-height: 100rpx !important;
  455. background: #FE0419;
  456. font-size: 34rpx;
  457. color: #fff;
  458. text-align: center;
  459. border-radius: 10rpx !important;
  460. }
  461. /* 会员等级 */
  462. .huiyuan {position: relative;padding: 30rpx 0 30rpx 30rpx;overflow-x: hidden;}
  463. .huiyuan::after{content: '';display: block;width: 120%;position: absolute;top: 0;left: -10%;right: -10%;height: 265rpx;background: #333;border-radius: 0 0 30% 30%;}
  464. .swiper{position: relative;z-index: 2;height: 339rpx;border-radius: 16rpx;}
  465. .swiper .li{border-radius: 16rpx;position: relative;}
  466. .vipbg{width: 690rpx;height: 339rpx;border-radius: 16rpx;position: absolute;left: 0;bottom: 0;z-index: 1;}
  467. .userinfo{position: relative;z-index: 5;padding: 35rpx 40rpx 0;width: 690rpx;height: 339rpx;box-sizing: border-box;border-radius: 16rpx;}
  468. .infos{align-items: center;}
  469. .user-img{width: 64rpx;height: 64rpx;border-radius: 50%;background: #fff;margin-right: 12rpx;}
  470. .username{font-size: 30rpx;color: #F8FAFF;font-weight: bold;}
  471. .level-img{/* width: 106rpx; */height: 32rpx;margin-top: 5rpx;}
  472. .obtn{width: 145rpx;height: 54rpx;border-radius: 27rpx;font-size: 24rpx;text-align: center;line-height: 54rpx;position: absolute;right: 50rpx;bottom: 57rpx;background: linear-gradient(127deg, #FEF1E1 0%, #F6D8B9 59%, #F3C99F 100%);color: #C28048;}
  473. .swiper .li0 .obtn{background: linear-gradient(127deg, #FFF0EB 0%, #FBE3DB 59%, #F8D2C6 100%);color: #CC6240;}
  474. .swiper .li1 .obtn{background: linear-gradient(127deg, #FEF1E1 0%, #F6D8B9 59%, #F3C99F 100%);color: #C28048;}
  475. .swiper .li2 .obtn{background: linear-gradient(127deg, #EFF3FB 0%, #DCE2EE 59%, #C7D0E1 100%);color: #697D9E;}
  476. .dots{position: absolute;left: 0;bottom: 0;right: 0;justify-content: center;z-index: 5;}
  477. .dot{width: 20rpx;height: 6rpx;background: #E9E9E9;margin: 0 5rpx;}
  478. .dot.active{background: #FD4F37;}
  479. .times{position: absolute;bottom: 50rpx;left: 40rpx;}
  480. .vipid{font-size: 24rpx; color: #fff;margin-top: 10rpx;text-shadow: 0 0 5rpx rgba(0,0,0,.3);}
  481. .expire{font-size: 22rpx; color: #C17D44;align-items: center;}
  482. .expire image{width: 14rpx;height: 21rpx;margin-left: 11rpx;}
  483. .swiper .li0 .vipid{color: #FFF7F5;}
  484. .swiper .li1 .vipid{color: #FFF7F5;}
  485. .swiper .li2 .vipid{color: #FFF7F5;}
  486. .swiper .li0 .expire{color: #C45633;}
  487. .swiper .li1 .expire{color: #C17D44;}
  488. .swiper .li2 .expire{color: #7385A5;}
  489. .v-times{position: absolute;bottom: 50rpx;left: 40rpx;}
  490. .invi{font-size: 24rpx;color: #fff;}
  491. .v-price{font-size: 48rpx;color: #fff;font-weight: bold;margin-bottom: 10rpx;}
  492. .v-price text{font-size: 24rpx;}
  493. .xiaol{margin-bottom: 15rpx;line-height: 32rpx;}
  494. .zhuan{float: left;height: 32rpx;font-size: 20rpx;color: #fff;box-sizing: border-box;align-items: center;margin-right: 15rpx;}
  495. .zhuan text{padding: 0 6rpx;border-radius: 2rpx 0 0 2rpx;background: #C28A4F;height: 32rpx;line-height: 32rpx;}
  496. .zhuan view{font-size: 22rpx;color: #BF7A40;padding: 0 5rpx 0 2rpx;background: #fff;height: 28rpx;border: 2rpx solid #C08046;border-radius: 0 2rpx 2rpx 0;border-left: none;}
  497. .yishou{font-size: 24rpx;color: #999;clear: both;overflow: hidden;}
  498. /* 会员优惠券 */
  499. .quan{padding-top: 25rpx;overflow: hidden;}
  500. .quans{white-space: nowrap;}
  501. .quans .li{display: inline-block;width: 600rpx;background: #fff;box-shadow: 0 0 32rpx rgba(0, 0, 0, 0.04);border-radius: 15rpx;padding: 0 22rpx;color: #999;position: relative;margin-right: 20rpx;box-sizing: border-box;white-space: initial;vertical-align: top;}
  502. .quans .li:first-child{margin-left: 20rpx;}
  503. .quans1 .li{width: 710rpx;}
  504. .q-info{border-bottom: 1rpx dashed #E9E9E9;padding: 20rpx 0;position: relative;}
  505. .q-info::before,.info::after{content: '';display: block;width: 20rpx;height: 20rpx;background: #f6f6f6;border-radius: 50%;position: absolute;bottom: -10rpx;}
  506. .q-info::before{left: -34rpx;}
  507. .q-info::after{right: -34rpx;}
  508. .icon{width: 80rpx;height: 80rpx;border-radius: 8rpx;margin-right: 15px;}
  509. .q-title{font-size:28rpx;color: #222;font-weight: bold;}
  510. .q-time{font-size: 22rpx;margin-top: 15rpx;}
  511. .q-time view{white-space: nowrap;}
  512. .q-time text{margin: 0 10rpx;}
  513. .info-r{text-align: right;margin-left: 20rpx;}
  514. .q-money{font-size: 60rpx;color: #EB0000;}
  515. .q-money text{font-size: 30rpx;}
  516. .q-man{font-size: 22rpx;}
  517. .li-bot{padding: 15rpx 0 15rpx 0;height: 50rpx;}
  518. .check{font-size: 24rpx;color: #666;}
  519. .check image{width: 17rpx;height: 11rpx;margin-left: 8rpx;}
  520. .yong{width: 130rpx;height: 50rpx;background: linear-gradient(90deg, #FE934C 0%, #FD3A31 100%);border-radius: 28rpx;font-size: 24rpx;color: #fff;justify-content: center;}
  521. .yong::after{content: '';display: block;width: 0;height: 0;border: 10rpx solid transparent;border-right: none;border-left-color: #fff;border-radius: 5rpx;margin-left: 8rpx;}
  522. .q-infos{font-size: 20rpx;padding: 15rpx 0 30rpx;}
  523. .q-infos view{padding: 5rpx 0;}