|
|
@ -65,6 +65,9 @@ |
|
|
<view class="shop-content-center"> |
|
|
<view class="shop-content-center"> |
|
|
<view class="shop-rate"> |
|
|
<view class="shop-rate"> |
|
|
<view class="shop-rate-num">{{item.shopScore}}</view> |
|
|
<view class="shop-rate-num">{{item.shopScore}}</view> |
|
|
|
|
|
<view style="padding-top: 2px;"> |
|
|
|
|
|
<uni-rate :disabled="true" size="16" disabledColor="rgba(255, 184, 84, 1)" :value="item.shopScore" /> |
|
|
|
|
|
</view> |
|
|
<uni-rate :disabled="true" size="16" disabledColor="rgba(255, 184, 84, 1)" :value="item.shopScore" /> |
|
|
<uni-rate :disabled="true" size="16" disabledColor="rgba(255, 184, 84, 1)" :value="item.shopScore" /> |
|
|
</view> |
|
|
</view> |
|
|
<view class="shop-tag"> |
|
|
<view class="shop-tag"> |
|
|
@ -365,7 +368,7 @@ |
|
|
height: 54rpx; |
|
|
height: 54rpx; |
|
|
margin-left: 20rpx; |
|
|
margin-left: 20rpx; |
|
|
border-radius: 54rpx; |
|
|
border-radius: 54rpx; |
|
|
width: 380rpx; |
|
|
width: 370rpx; |
|
|
input{ |
|
|
input{ |
|
|
height: 54rpx; |
|
|
height: 54rpx; |
|
|
line-height: 54rpx; |
|
|
line-height: 54rpx; |
|
|
@ -443,6 +446,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{ |
|
|
width: 50rpx; |
|
|
width: 50rpx; |
|
|
|