Jelajahi Sumber

央视修改

lijj 2 tahun lalu
induk
melakukan
0abf277800

+ 1 - 4
miniapp/pages/yuecai/dish/index.vue

@@ -81,10 +81,6 @@
               code: "4404",
               name: "珠海市"
             },
-            {
-              code: "4405",
-              name: "汕头市"
-            },
             {
               code: "4406",
               name: "佛山市"
@@ -378,5 +374,6 @@
   .search-result {
     width: calc(100% - 70px);
     height: 100%;
+    background-color: #f4f4f4;
   }
 </style>

+ 7 - 3
miniapp/pages/yuecai/home/index.vue

@@ -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;