main
liudan 2 years ago
parent c02b03b298
commit 3ee9c6a237
  1. 7
      pages/index/category/takeout-catgory.vue
  2. 2
      pages/index/components/sh-goods-card.vue

@ -528,7 +528,7 @@
.right-box {
height: 100%;
width: calc(100% - 200rpx);
// width: calc(100% - 200rpx);
}
}
@ -666,7 +666,8 @@
// font-size: 26rpx;
// font-weight: 500;
// color: #ffffff;
padding:18upx 18upx;
// padding:18upx 18upx;
padding: 18rpx 47rpx;
background: #111111;
border: 1px solid #EAEAEA;
border-radius: 33px;
@ -682,7 +683,7 @@
align-items: center;
image{
width:180upx;
width:90upx;
height:auto
}
text{

@ -23,7 +23,7 @@
:show-percent="false" height="20"
style="width: 60%;"
inactive-color="#F6EEE6" :percent="70"></u-line-progress>
<text>已售200</text>
<text>已售{{sales}}</text>
</view>
<view class="price">
<view class="priceInfo">

Loading…
Cancel
Save