|
|
@@ -23,19 +23,22 @@
|
|
|
</view>
|
|
|
<view class="nav-btn" @click="navTo('guagnfu')">
|
|
|
<view class="nav-btn-icon icon-circle">
|
|
|
- <u-image width="28px" height="28px" mode="aspectFit" src="@/static/images/home/restaurant.png"></u-image>
|
|
|
+ <view style="width: 30px;font-size: 28px;font-weight: 28px;">广</view>
|
|
|
+ <!-- <u-image width="28px" height="28px" mode="aspectFit" src="@/static/images/home/restaurant.png"></u-image> -->
|
|
|
</view>
|
|
|
<view class="nav-btn-text">广府菜</view>
|
|
|
</view>
|
|
|
<view class="nav-btn" @click="navTo('chaozhou')">
|
|
|
<view class="nav-btn-icon icon-circle">
|
|
|
- <u-image width="28px" height="28px" mode="aspectFit" src="@/static/images/home/dish.png"></u-image>
|
|
|
+ <view style="width: 30px;font-size: 28px;font-weight: 28px;">潮</view>
|
|
|
+ <!-- <u-image width="28px" height="28px" mode="aspectFit" src="@/static/images/home/dish.png"></u-image> -->
|
|
|
</view>
|
|
|
<view class="nav-btn-text">潮州菜</view>
|
|
|
</view>
|
|
|
<view class="nav-btn" @click="navTo('kejia')">
|
|
|
<view class="nav-btn-icon icon-circle">
|
|
|
- <u-image width="28px" height="28px" mode="aspectFit" src="@/static/images/home/snacks.png"></u-image>
|
|
|
+ <view style="width: 30px;font-size: 28px;font-weight: 28px;">客</view>
|
|
|
+ <!-- <u-image width="28px" height="28px" mode="aspectFit" src="@/static/images/home/snacks.png"></u-image> -->
|
|
|
</view>
|
|
|
<view class="nav-btn-text">客家菜</view>
|
|
|
</view>
|
|
|
@@ -204,6 +207,7 @@
|
|
|
.icon-circle {
|
|
|
border-radius: 50%;
|
|
|
border: 4rpx solid #65371b;
|
|
|
+ color: #65371b;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|