|
@@ -40,7 +40,7 @@
|
|
|
<text class="price">¥{{ formatPrice(g.price) }}</text>
|
|
<text class="price">¥{{ formatPrice(g.price) }}</text>
|
|
|
<text class="origin-price">¥{{ formatPrice(g.originPrice) }}</text>
|
|
<text class="origin-price">¥{{ formatPrice(g.originPrice) }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="action-btn">{{ actionText }} ></view>
|
|
|
|
|
|
|
+ <view class="action-btn">{{ actionText }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -384,8 +384,8 @@ export default {
|
|
|
}
|
|
}
|
|
|
.action-btn {
|
|
.action-btn {
|
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
|
- padding: 13upx 24upx;
|
|
|
|
|
- font-size: 24upx;
|
|
|
|
|
|
|
+ padding: 18upx 24upx;
|
|
|
|
|
+ font-size: 26upx;
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
background: linear-gradient(135deg, #FF8FA3, #FF4D6D);
|
|
background: linear-gradient(135deg, #FF8FA3, #FF4D6D);
|
|
|
border-radius: 28upx;
|
|
border-radius: 28upx;
|