|
|
@ -29,9 +29,11 @@ |
|
|
<view class="shop-content-center"> |
|
|
<view class="shop-content-center"> |
|
|
<view class="shop-rate"> |
|
|
<view class="shop-rate"> |
|
|
<view class="shop-rate-num">{{shopItem.shopScore}}</view> |
|
|
<view class="shop-rate-num">{{shopItem.shopScore}}</view> |
|
|
|
|
|
<view style="padding-top: 2px;"> |
|
|
<uni-rate :disabled="true" size="20" disabledColor="rgba(255, 184, 84, 1)" |
|
|
<uni-rate :disabled="true" size="20" disabledColor="rgba(255, 184, 84, 1)" |
|
|
:value="shopItem.shopScore" /> |
|
|
:value="shopItem.shopScore" /> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
</view> |
|
|
<view class="shop-tag"> |
|
|
<view class="shop-tag"> |
|
|
<text |
|
|
<text |
|
|
style="padding: 4rpx 10rpx;background: rgba(223, 255, 176, 1);color: #777;border-radius: 6rpx;"> |
|
|
style="padding: 4rpx 10rpx;background: rgba(223, 255, 176, 1);color: #777;border-radius: 6rpx;"> |
|
|
@ -803,6 +805,7 @@ |
|
|
height: 40rpx; |
|
|
height: 40rpx; |
|
|
display: flex; |
|
|
display: flex; |
|
|
border-radius: 20rpx; |
|
|
border-radius: 20rpx; |
|
|
|
|
|
padding: 0 5px 0 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.shop-rate-num { |
|
|
.shop-rate-num { |
|
|
|