vip.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. .container.data-v-61fb1047 {
  2. width: 100%;
  3. height: 100vh;
  4. min-height: 100vh;
  5. background-color: #F5F5F5;
  6. display: flex;
  7. padding-top: 30px;
  8. box-sizing: border-box;
  9. flex-direction: column;
  10. box-sizing: border-box;
  11. overflow: hidden;
  12. }
  13. .header.data-v-61fb1047 {
  14. display: flex;
  15. align-items: center;
  16. justify-content: space-between;
  17. padding: 20rpx 30rpx;
  18. padding-top: calc(20rpx + env(safe-area-inset-top));
  19. background-color: #FFFFFF;
  20. border-bottom: 1rpx solid #F0F0F0;
  21. position: relative;
  22. flex-shrink: 0;
  23. box-sizing: border-box;
  24. }
  25. .back-btn.data-v-61fb1047 {
  26. width: 60rpx;
  27. height: 60rpx;
  28. display: flex;
  29. align-items: center;
  30. justify-content: center;
  31. z-index: 10;
  32. }
  33. .back-icon.data-v-61fb1047 {
  34. font-size: 40rpx;
  35. color: #333333;
  36. font-weight: bold;
  37. }
  38. .header-title.data-v-61fb1047 {
  39. position: absolute;
  40. left: 50%;
  41. transform: translateX(-50%);
  42. font-size: 36rpx;
  43. font-weight: bold;
  44. color: #333333;
  45. }
  46. .header-right.data-v-61fb1047 {
  47. width: 60rpx;
  48. }
  49. .scroll-content.data-v-61fb1047 {
  50. flex: 1;
  51. width: 100%;
  52. height: 0;
  53. overflow: hidden;
  54. padding: 30rpx;
  55. padding-bottom: calc(30rpx + env(safe-area-inset-bottom));
  56. box-sizing: border-box;
  57. }
  58. .vip-plans.data-v-61fb1047 {
  59. display: flex;
  60. flex-direction: column;
  61. gap: 20rpx;
  62. }
  63. .plan-item.data-v-61fb1047 {
  64. background-color: #FFFFFF;
  65. border-radius: 16rpx;
  66. padding: 30rpx;
  67. border: 2rpx solid transparent;
  68. transition: all 0.3s;
  69. }
  70. .plan-item.active.data-v-61fb1047 {
  71. border-color: #FF6B35;
  72. box-shadow: 0 4rpx 12rpx rgba(255, 107, 53, 0.2);
  73. }
  74. .plan-header.data-v-61fb1047 {
  75. display: flex;
  76. justify-content: space-between;
  77. align-items: center;
  78. margin-bottom: 15rpx;
  79. }
  80. .plan-name.data-v-61fb1047 {
  81. font-size: 32rpx;
  82. font-weight: bold;
  83. color: #333333;
  84. }
  85. .plan-price.data-v-61fb1047 {
  86. font-size: 36rpx;
  87. font-weight: bold;
  88. color: #FF6B35;
  89. }
  90. .plan-desc.data-v-61fb1047 {
  91. font-size: 26rpx;
  92. color: #999999;
  93. margin-bottom: 20rpx;
  94. }
  95. .plan-benefits.data-v-61fb1047 {
  96. display: flex;
  97. flex-direction: column;
  98. gap: 10rpx;
  99. }
  100. .benefit-item.data-v-61fb1047 {
  101. font-size: 26rpx;
  102. color: #666666;
  103. }
  104. .bottom-bar.data-v-61fb1047 {
  105. display: flex;
  106. align-items: center;
  107. background-color: #FFFFFF;
  108. border-top: 1rpx solid #F0F0F0;
  109. padding: 20rpx 30rpx;
  110. padding-bottom: calc(20rpx + env(safe-area-inset-bottom));
  111. flex-shrink: 0;
  112. box-sizing: border-box;
  113. }
  114. .price-info.data-v-61fb1047 {
  115. flex: 1;
  116. background-color: #333333;
  117. border-radius: 8rpx;
  118. padding: 25rpx 30rpx;
  119. margin-right: 20rpx;
  120. display: flex;
  121. align-items: center;
  122. justify-content: center;
  123. }
  124. .price-text.data-v-61fb1047 {
  125. font-size: 32rpx;
  126. font-weight: bold;
  127. color: #FFFFFF;
  128. }
  129. .buy-btn.data-v-61fb1047 {
  130. flex: 1;
  131. height: 88rpx;
  132. background-color: #FF6B35;
  133. color: #FFFFFF;
  134. font-size: 32rpx;
  135. font-weight: bold;
  136. border: none;
  137. border-radius: 44rpx;
  138. display: flex;
  139. align-items: center;
  140. justify-content: center;
  141. }
  142. .buy-btn.data-v-61fb1047::after {
  143. border: none;
  144. }