|
|
|
@ -126,6 +126,12 @@ |
|
|
|
<view v-else style="display: flex;padding: 20rpx;background: #F5F5F5;border-radius: 20rpx;"> |
|
|
|
<view class="goods-img"> |
|
|
|
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/4130b6a412584c71949b3a03e5834453.png" alt=""> |
|
|
|
<view class="jiaobiao"> |
|
|
|
3个 |
|
|
|
</view> |
|
|
|
<!-- <view class="jiaobiao"> |
|
|
|
快递 |
|
|
|
</view> --> |
|
|
|
</view> |
|
|
|
<view class="goods-content"> |
|
|
|
<view class="goods-name" style="font-size: 24rpx;line-height: 50rpx;display: flex;"> |
|
|
|
@ -407,4 +413,17 @@ |
|
|
|
.bottom-btn { |
|
|
|
height: 80rpx; |
|
|
|
} |
|
|
|
.jiaobiao{ |
|
|
|
width:38px; |
|
|
|
height:20px; |
|
|
|
background:rgba(227, 255, 150, 1); |
|
|
|
font-weight:700; |
|
|
|
position: absolute; |
|
|
|
top: 0; |
|
|
|
left: 0; |
|
|
|
border-top-left-radius: 10px; |
|
|
|
border-bottom-right-radius: 10px; |
|
|
|
text-align: center; |
|
|
|
line-height: 20px; |
|
|
|
} |
|
|
|
</style> |