vip.css 11 KB

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