index.less 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. .buyVip {
  2. position: fixed;
  3. z-index: 12;
  4. left: 0rpx;
  5. top: 0rpx;
  6. width: 100vw;
  7. height: 100vh;
  8. background: rgba(0, 0, 0, 0.7);
  9. .modal {
  10. position: relative;
  11. width: 677rpx;
  12. height: 860rpx;
  13. margin: 120rpx auto 0rpx;
  14. border-radius: 20rpx;
  15. text-align: center;
  16. overflow: hidden;
  17. background-color: white;
  18. .header {
  19. width: 100%;
  20. height: 172rpx;
  21. background-image: linear-gradient(129deg, #F9D9BF 0%, #F6D0B2 45%, #F3C0A3 70%, #F1B998 100%);
  22. text-align: center;
  23. font-size: 36rpx;
  24. font-weight: bold;
  25. border-bottom-left-radius: 100rpx;
  26. border-bottom-right-radius: 100rpx;
  27. overflow: hidden;
  28. .h1 {
  29. margin: 24rpx 0rpx;
  30. }
  31. }
  32. .payBox {
  33. position: relative;
  34. margin: 46rpx auto 56rpx;
  35. width: 480rpx;
  36. height: 245rpx;
  37. border-radius: 20rpx;
  38. background: url(http://reader-wx.ai160.com/images/reader/v3/learn/SVIPpop.png);
  39. background-size: cover;
  40. -webkit-box-reflect: below 2rpx linear-gradient(to bottom, transparent 92%, rgba(0, 0, 0, 0.3));
  41. .validity {
  42. position: absolute;
  43. font-size: 26rpx;
  44. left: 24rpx;
  45. bottom: 24rpx;
  46. color: #F9ECC1;
  47. }
  48. }
  49. .payBox2 {
  50. background: url(http://reader-wx.ai160.com/images/reader/v3/learn/VIPpop.png);
  51. background-size: cover;
  52. -webkit-box-reflect: below 2rpx linear-gradient(to bottom, transparent 92%, rgba(0, 0, 0, 0.3));
  53. }
  54. .payBox3 {
  55. background: url(http://reader-wx.ai160.com/images/reader/v3/learn/2-2.png);
  56. background-size: cover;
  57. -webkit-box-reflect: below 2rpx linear-gradient(to bottom, transparent 92%, rgba(0, 0, 0, 0.3));
  58. }
  59. .renewBox {
  60. margin-top: 70rpx;
  61. padding: 0rpx 20rpx;
  62. .title {
  63. text-align: left;
  64. font-size: 40rpx;
  65. font-weight: bold;
  66. margin-bottom: 18rpx;
  67. }
  68. .renew {
  69. margin-bottom: 32rpx;
  70. display: flex;
  71. align-items: center;
  72. justify-content: space-between;
  73. padding: 14rpx 18rpx 14rpx 22rpx;
  74. background-color: #F2F2F2;
  75. border-radius: 50rpx;
  76. font-size: 30rpx;
  77. .left {
  78. flex: 1;
  79. margin-right: 40rpx;
  80. display: flex;
  81. align-items: center;
  82. justify-content: space-between;
  83. color: #666666;
  84. .money {
  85. color: #FC614E;
  86. }
  87. }
  88. .pay {
  89. padding: 6rpx 40rpx;
  90. border-radius: 50rpx;
  91. background-image: linear-gradient(129deg, #F9D9BF 0%, #F6D0B2 45%, #F3C0A3 70%, #F1B998 100%);
  92. }
  93. }
  94. }
  95. }
  96. .close {
  97. display: block;
  98. margin: 0 auto;
  99. padding: 40rpx;
  100. width: 54rpx;
  101. height: 54rpx;
  102. }
  103. }