fix: ui
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 57s

This commit is contained in:
luo
2026-07-30 12:17:32 +08:00
parent 8ef94125b9
commit 8027916e7a
25 changed files with 46 additions and 135 deletions

View File

@@ -36,7 +36,7 @@
</view>
<view class="package-side">
<view class="package-price"><text class="price-symbol">¥</text>{{ formatPackagePrice(item.retail_price) }}</view>
<button class="btn-apple btn-success package-buy-button" @tap="buyPackage(item)">立即订购</button>
<button class="btn-apple btn-primary package-buy-button" @tap="buyPackage(item)">立即订购</button>
</view>
</view>
</view>
@@ -713,7 +713,7 @@
.container .package-tab.active {
background: #fff;
box-shadow: 0 4rpx 14rpx rgba(31, 35, 41, 0.06);
color: #0a9f50;
color: var(--primary);
font-weight: 600;
}
@@ -765,8 +765,8 @@
min-width: 0;
padding: 10rpx 16rpx;
border-radius: 28rpx;
background: #eff8f3;
color: #15934f;
background: rgba(10, 132, 255, 0.08);
color: var(--primary-dark);
font-size: 24rpx;
line-height: 1.2;
white-space: nowrap;