Showing
2 changed files
with
4 additions
and
3 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2023-06-21 10:23:09 | 2 | * @Date: 2023-06-21 10:23:09 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2026-01-07 22:25:27 | 4 | + * @LastEditTime: 2026-01-08 10:20:38 |
| 5 | * @FilePath: /xyxBooking-weapp/src/pages/index/index.vue | 5 | * @FilePath: /xyxBooking-weapp/src/pages/index/index.vue |
| 6 | * @Description: 预约页首页 | 6 | * @Description: 预约页首页 |
| 7 | --> | 7 | --> |
| ... | @@ -32,7 +32,7 @@ | ... | @@ -32,7 +32,7 @@ |
| 32 | 首页 | 32 | 首页 |
| 33 | </view> | 33 | </view> |
| 34 | <view class="nav-logo" @tap="toCode"> | 34 | <view class="nav-logo" @tap="toCode"> |
| 35 | - <image :src="icon_4" style="width: 160rpx; height: 160rpx; position: absolute; top: -110rpx;" /> | 35 | + <image :src="icon_4" style="width: 140rpx; height: 140rpx; position: absolute; top: -100rpx;" /> |
| 36 | <view style="width: 48rpx; height: 48rpx;"></view> | 36 | <view style="width: 48rpx; height: 48rpx;"></view> |
| 37 | 预约码 | 37 | 预约码 |
| 38 | </view> | 38 | </view> | ... | ... |
| ... | @@ -15,7 +15,8 @@ | ... | @@ -15,7 +15,8 @@ |
| 15 | 首页 | 15 | 首页 |
| 16 | </view> | 16 | </view> |
| 17 | <view class="nav-logo" @tap="toCode"> | 17 | <view class="nav-logo" @tap="toCode"> |
| 18 | - <image :src="icon_4" style="width: 48rpx; height: 48rpx; margin-bottom: 3rpx;" /> | 18 | + <image :src="icon_4" style="width: 140rpx; height: 140rpx; position: absolute; top: -100rpx;" /> |
| 19 | + <view style="width: 48rpx; height: 48rpx;"></view> | ||
| 19 | 预约码 | 20 | 预约码 |
| 20 | </view> | 21 | </view> |
| 21 | <view class="nav-logo"> | 22 | <view class="nav-logo"> | ... | ... |
-
Please register or login to post a comment