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;