This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user