feat: 样式调整

This commit is contained in:
Blizzard
2026-04-28 10:32:19 +08:00
parent 7f51b2a0a8
commit ce91e2cbbe
33 changed files with 1553 additions and 619 deletions
+6 -6
View File
@@ -23,7 +23,7 @@
<view class="plan-top">
<text class="plan-name">包月</text>
<view class="plan-badge" wx:if="{{selectedPlan === 'monthly'}}">
<t-icon name="check-circle-filled" size="36rpx" color="#FF9D42" />
<t-icon name="check-circle-filled" size="36rpx" color="#FF9E6D" />
</view>
</view>
<text class="plan-price">¥{{monthlyPrice}}</text>
@@ -41,7 +41,7 @@
<text class="plan-name">包季</text>
<t-tag wx:if="{{quarterlyPrice > 0 && monthlyPrice > 0}}" size="small" variant="filled" theme="success">省{{_quarterlySaving}}元</t-tag>
<view class="plan-badge" wx:if="{{selectedPlan === 'quarterly'}}">
<t-icon name="check-circle-filled" size="36rpx" color="#FF9D42" />
<t-icon name="check-circle-filled" size="36rpx" color="#FF9E6D" />
</view>
</view>
<text class="plan-price">¥{{quarterlyPrice}}</text>
@@ -60,7 +60,7 @@
<text class="plan-name">包年</text>
<t-tag wx:if="{{annualPrice > 0 && monthlyPrice > 0}}" size="small" variant="filled" theme="success">省{{_annualSaving}}元</t-tag>
<view class="plan-badge" wx:if="{{selectedPlan === 'annual'}}">
<t-icon name="check-circle-filled" size="36rpx" color="#FF9D42" />
<t-icon name="check-circle-filled" size="36rpx" color="#FF9E6D" />
</view>
</view>
<text class="plan-price">¥{{annualPrice}}</text>
@@ -71,15 +71,15 @@
<!-- 权益说明 -->
<view class="benefits">
<view class="benefit-item">
<t-icon name="check" size="28rpx" color="#FF9D42" />
<t-icon name="check" size="28rpx" color="#FF9E6D" />
<text>订阅后可无限收听该频道所有节目</text>
</view>
<view class="benefit-item">
<t-icon name="check" size="28rpx" color="#FF9D42" />
<t-icon name="check" size="28rpx" color="#FF9E6D" />
<text>后台播放,边听边做其他事</text>
</view>
<view class="benefit-item">
<t-icon name="check" size="28rpx" color="#FF9D42" />
<t-icon name="check" size="28rpx" color="#FF9E6D" />
<text>新节目第一时间推送通知</text>
</view>
</view>