| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- .container.data-v-61fb1047 {
- width: 100%;
- height: 100vh;
- min-height: 100vh;
- background-color: #F5F5F5;
- display: flex;
- padding-top: 30px;
- box-sizing: border-box;
- flex-direction: column;
- box-sizing: border-box;
- overflow: hidden;
- }
- .header.data-v-61fb1047 {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 20rpx 30rpx;
- padding-top: calc(20rpx + env(safe-area-inset-top));
- background-color: #FFFFFF;
- border-bottom: 1rpx solid #F0F0F0;
- position: relative;
- flex-shrink: 0;
- box-sizing: border-box;
- }
- .back-btn.data-v-61fb1047 {
- width: 60rpx;
- height: 60rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- z-index: 10;
- }
- .back-icon.data-v-61fb1047 {
- font-size: 40rpx;
- color: #333333;
- font-weight: bold;
- }
- .header-title.data-v-61fb1047 {
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- font-size: 36rpx;
- font-weight: bold;
- color: #333333;
- }
- .header-right.data-v-61fb1047 {
- width: 60rpx;
- }
- .scroll-content.data-v-61fb1047 {
- flex: 1;
- width: 100%;
- height: 0;
- overflow: hidden;
- padding: 30rpx;
- padding-bottom: calc(30rpx + env(safe-area-inset-bottom));
- box-sizing: border-box;
- }
- .vip-plans.data-v-61fb1047 {
- display: flex;
- flex-direction: column;
- gap: 20rpx;
- }
- .plan-item.data-v-61fb1047 {
- background-color: #FFFFFF;
- border-radius: 16rpx;
- padding: 30rpx;
- border: 2rpx solid transparent;
- transition: all 0.3s;
- }
- .plan-item.active.data-v-61fb1047 {
- border-color: #FF6B35;
- box-shadow: 0 4rpx 12rpx rgba(255, 107, 53, 0.2);
- }
- .plan-header.data-v-61fb1047 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 15rpx;
- }
- .plan-name.data-v-61fb1047 {
- font-size: 32rpx;
- font-weight: bold;
- color: #333333;
- }
- .plan-price.data-v-61fb1047 {
- font-size: 36rpx;
- font-weight: bold;
- color: #FF6B35;
- }
- .plan-desc.data-v-61fb1047 {
- font-size: 26rpx;
- color: #999999;
- margin-bottom: 20rpx;
- }
- .plan-benefits.data-v-61fb1047 {
- display: flex;
- flex-direction: column;
- gap: 10rpx;
- }
- .benefit-item.data-v-61fb1047 {
- font-size: 26rpx;
- color: #666666;
- }
- .bottom-bar.data-v-61fb1047 {
- display: flex;
- align-items: center;
- background-color: #FFFFFF;
- border-top: 1rpx solid #F0F0F0;
- padding: 20rpx 30rpx;
- padding-bottom: calc(20rpx + env(safe-area-inset-bottom));
- flex-shrink: 0;
- box-sizing: border-box;
- }
- .price-info.data-v-61fb1047 {
- flex: 1;
- background-color: #333333;
- border-radius: 8rpx;
- padding: 25rpx 30rpx;
- margin-right: 20rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .price-text.data-v-61fb1047 {
- font-size: 32rpx;
- font-weight: bold;
- color: #FFFFFF;
- }
- .buy-btn.data-v-61fb1047 {
- flex: 1;
- height: 88rpx;
- background-color: #FF6B35;
- color: #FFFFFF;
- font-size: 32rpx;
- font-weight: bold;
- border: none;
- border-radius: 44rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .buy-btn.data-v-61fb1047::after {
- border: none;
- }
|