hookehuyr

style(页面布局): 调整预约码图标大小和位置

统一两个页面的预约码图标尺寸和位置,使其保持一致
<!--
* @Date: 2023-06-21 10:23:09
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2026-01-07 22:25:27
* @LastEditTime: 2026-01-08 10:20:38
* @FilePath: /xyxBooking-weapp/src/pages/index/index.vue
* @Description: 预约页首页
-->
......@@ -32,7 +32,7 @@
首页
</view>
<view class="nav-logo" @tap="toCode">
<image :src="icon_4" style="width: 160rpx; height: 160rpx; position: absolute; top: -110rpx;" />
<image :src="icon_4" style="width: 140rpx; height: 140rpx; position: absolute; top: -100rpx;" />
<view style="width: 48rpx; height: 48rpx;"></view>
预约码
</view>
......
......@@ -15,7 +15,8 @@
首页
</view>
<view class="nav-logo" @tap="toCode">
<image :src="icon_4" style="width: 48rpx; height: 48rpx; margin-bottom: 3rpx;" />
<image :src="icon_4" style="width: 140rpx; height: 140rpx; position: absolute; top: -100rpx;" />
<view style="width: 48rpx; height: 48rpx;"></view>
预约码
</view>
<view class="nav-logo">
......