index.wxss 2.5 KB

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