|
|
@@ -156,10 +156,10 @@
|
|
|
<!-- 操作按钮组 -->
|
|
|
<view class="action-buttons">
|
|
|
<view class="action-btn primary" @click.stop="bug(item)">
|
|
|
- <text class="btn-text">🌸 绿植花材</text>
|
|
|
+ <text class="btn-text">🌸 鲜花花材</text>
|
|
|
</view>
|
|
|
<view class="action-btn secondary" @click.stop="hs(item)">
|
|
|
- <text class="btn-text">💐 花束花篮</text>
|
|
|
+ <text class="btn-text">💐 花束绿植</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
@@ -832,11 +832,11 @@ page {
|
|
|
} */
|
|
|
|
|
|
&.primary {
|
|
|
- background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
|
|
|
+ background: linear-gradient(135deg, #a55eea 0%, #8e44ad 100%);
|
|
|
}
|
|
|
|
|
|
&.secondary {
|
|
|
- background: linear-gradient(135deg, #a55eea 0%, #8e44ad 100%);
|
|
|
+ background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
|
|
|
}
|
|
|
|
|
|
&.tertiary {
|
|
|
@@ -845,7 +845,7 @@ page {
|
|
|
|
|
|
.btn-text {
|
|
|
color: white;
|
|
|
- font-size: 28upx;
|
|
|
+ font-size: 32upx;
|
|
|
font-weight: 600;
|
|
|
text-shadow: 0 1upx 2upx rgba(0, 0, 0, 0.2);
|
|
|
}
|