优化图标
This commit is contained in:
@@ -110,12 +110,12 @@
|
||||
<!-- 底部导航栏 -->
|
||||
<view class="bottom-nav">
|
||||
<view class="nav-item active" @click="goToMyRedemption">
|
||||
<view class="nav-icon">💰</view>
|
||||
<!-- <view class="nav-icon">💰</view> -->
|
||||
<text class="nav-text">我的兑换</text>
|
||||
</view>
|
||||
<view class="nav-divider"></view>
|
||||
<view class="nav-item" @click="goToBuyPoints">
|
||||
<view class="nav-icon">🛒</view>
|
||||
<!-- <view class="nav-icon">🛒</view> -->
|
||||
<text class="nav-text">购买积分</text>
|
||||
</view>
|
||||
</view>
|
||||
@@ -530,11 +530,11 @@ onMounted(() => {
|
||||
transition: background-color 0.2s ease;
|
||||
}
|
||||
|
||||
.nav-item.active {
|
||||
/* .nav-item.active {
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
border-radius: 8px;
|
||||
margin: 4px;
|
||||
}
|
||||
} */
|
||||
|
||||
.nav-icon {
|
||||
font-size: 20px;
|
||||
|
||||
Reference in New Issue
Block a user