|
|
@@ -15,13 +15,6 @@
|
|
|
<view class="search-bar">
|
|
|
<app-search-module v-model="searchText" placeholder="搜索商品" @input="searchFn" :height="66" :fontSize="28" />
|
|
|
</view>
|
|
|
- <view class="buy-flower-container">
|
|
|
- <button class="buy-material-btn" @click="buyProduct()">
|
|
|
- <view class="btn-content">
|
|
|
- <text class="btn-text">🌸 鲜花花材</text>
|
|
|
- </view>
|
|
|
- </button>
|
|
|
- </view>
|
|
|
</view>
|
|
|
|
|
|
<!-- 商品筛选标签栏 -->
|
|
|
@@ -638,9 +631,10 @@ page {
|
|
|
.filter-tab-item {
|
|
|
padding: 18upx 48upx;
|
|
|
border-radius: 50upx;
|
|
|
- font-size: 28upx;
|
|
|
- color: #3385FF;
|
|
|
- border: 2upx solid #3385FF;
|
|
|
+ font-size: 29upx;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #ff4757;
|
|
|
+ border: 2upx solid #ff4757;
|
|
|
background-color: transparent;
|
|
|
transition: all 0.3s ease;
|
|
|
white-space: nowrap;
|
|
|
@@ -649,9 +643,9 @@ page {
|
|
|
flex: 1;
|
|
|
|
|
|
&.active {
|
|
|
- background-color: #3385FF;
|
|
|
+ background-color: #ff4757;
|
|
|
color: #fff;
|
|
|
- border-color: #3385FF;
|
|
|
+ border-color: #ff4757;
|
|
|
}
|
|
|
|
|
|
&:active {
|