|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
<view> |
|
|
|
|
<image mode="widthFix" class="width100 imgs" src="../static/imgs/kfchome.png"></image> |
|
|
|
|
<view class="width94 heads alijusstart"> |
|
|
|
|
<view class="width48 backcorfff height260 fotct paddtop15"> |
|
|
|
|
<view class="width48 backcorfff height280 fotct paddtop15"> |
|
|
|
|
<view class="fcor666 font20"><text class="fcor333 fontwig6 ">KFC</text>在线点餐</view> |
|
|
|
|
<view class="c62a1e font28 mart10 fontwig6">5折起</view> |
|
|
|
|
<image class="width80p mart20" mode="widthFix" src="../static/imgs/kfc1.png"></image> |
|
|
|
@ -10,14 +10,14 @@ |
|
|
|
|
立即点餐(堂食/外带) |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="width48 backcorfff margitle height260 fotct paddtop15"> |
|
|
|
|
<!-- <view class="width48 backcorfff margitle height260 fotct paddtop15"> |
|
|
|
|
<view class="fcor666 font20">外卖优惠点餐</view> |
|
|
|
|
<view class="c62a1e font28 mart10 fontwig6">送到家</view> |
|
|
|
|
<image class="width80p mart20" mode="widthFix" src="../static/imgs/kfc2.png"></image> |
|
|
|
|
<view class="mart15 width90 height30 border-15 fcorfff backcorf062 font13" @click="jumpaddress()"> |
|
|
|
|
立即点餐 |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> --> |
|
|
|
|
</view> |
|
|
|
|
<view class="foots fotct marb20"> |
|
|
|
|
<view class="width90 mart30 colorbe font14"> 本产品为第三方代点餐/代配送服务!</view> |
|
|
|
@ -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; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|