Browse Source

buyfood

master
tianyi 3 weeks ago
parent
commit
4e333e5b08
  1. 13
      package1/buyFood/buyFood.vue

13
package1/buyFood/buyFood.vue

@ -146,10 +146,10 @@
</view> </view>
</view> </view>
<view class="goods-content-bottom"> <view class="goods-content-bottom">
<view style="width: 45%;"> <view style="width: 45%;flex:1;">
X{{cartItem.quantity}} X{{cartItem.quantity}}
</view> </view>
<view class="pintuan-left-price" style="flex:1;"> <view class="pintuan-left-price">
{{cartItem.price}} {{cartItem.price}}
</view> </view>
</view> </view>
@ -172,10 +172,10 @@
</view> </view>
</view> </view>
<view class="goods-content-bottom"> <view class="goods-content-bottom">
<view style="width: 45%;"> <view style="width: 45%;flex:1;">
X1 X1
</view> </view>
<view class="pintuan-left-price" style="flex:1;"> <view class="pintuan-left-price">
<view <view
style="background: rgba(255, 57, 57, 0.2);padding: 0px 12rpx;border-radius: 20rpx;margin-left: 20rpx;"> style="background: rgba(255, 57, 57, 0.2);padding: 0px 12rpx;border-radius: 20rpx;margin-left: 20rpx;">
<text>拼团</text> <text>拼团</text>
@ -882,11 +882,13 @@
width: 160rpx; width: 160rpx;
height: 160rpx; height: 160rpx;
position: relative; position: relative;
img { img {
width: 100%; width: 100%;
background-size: 100%; background-size: 100%;
height: 100%; height: 100%;
border-radius: 10px;
} }
} }
@ -907,7 +909,7 @@
} }
.pintuan-left-price { .pintuan-left-price {
width: 55%; // width: 55%;
text-align: right; text-align: right;
font-weight: 700; font-weight: 700;
color: #000; color: #000;
@ -927,6 +929,7 @@
font-size: 32rpx; font-size: 32rpx;
font-weight: 700; font-weight: 700;
padding: 0 40rpx; padding: 0 40rpx;
margin-top: 10px;
} }
.time-box { .time-box {

Loading…
Cancel
Save