From 7fbd4b23df501a02cbca1119722e4d9c7ba9a8a3 Mon Sep 17 00:00:00 2001 From: Wik-T <812952667@qq.com> Date: Mon, 27 Jun 2022 14:22:17 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E8=82=AF=E5=BE=B7=E5=9F=BA?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabBar/home/home.vue | 4 ++-- qianzhu-KFC/home/home.vue | 13 +++++++------ uni.scss | 3 +++ 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/pages/tabBar/home/home.vue b/pages/tabBar/home/home.vue index 7a3c30f..e1ef603 100644 --- a/pages/tabBar/home/home.vue +++ b/pages/tabBar/home/home.vue @@ -737,8 +737,8 @@ }) } else if (item.title == '肯德基') { uni.navigateTo({ - url: '/pages/tabBar/order/order?id=1' - // url:'../../../qianzhu-KFC/home/home' + // url: '/pages/tabBar/order/order?id=1' + url:'../../../qianzhu-KFC/home/home' }) } else if (item.title == '电影票') { uni.navigateTo({ diff --git a/qianzhu-KFC/home/home.vue b/qianzhu-KFC/home/home.vue index 4ae60b5..b2151bc 100644 --- a/qianzhu-KFC/home/home.vue +++ b/qianzhu-KFC/home/home.vue @@ -2,7 +2,7 @@ - + KFC在线点餐 5折起 @@ -10,14 +10,14 @@ 立即点餐(堂食/外带) - + 本产品为第三方代点餐/代配送服务! @@ -60,7 +60,8 @@ } .width48 { - width: 48%; + width: 60%; + margin-left: 20%; border-radius: 30rpx; } @@ -78,7 +79,7 @@ .heads { position: relative; - top: 500rpx; + top: 440rpx; } .border-15 { @@ -91,6 +92,6 @@ .foots { position: relative; - top: 500rpx; + top: 450rpx; } diff --git a/uni.scss b/uni.scss index 1915805..a505267 100644 --- a/uni.scss +++ b/uni.scss @@ -502,6 +502,9 @@ $uni-font-size-paragraph:30upx; .height260{ height: 260px; +} +.height280{ + height: 280px; } .height30 { height: 30px;