This commit is contained in:
kbing1981 2024-07-04 14:03:51 +08:00
parent 82f1d0164f
commit b7e97a590a
1 changed files with 15 additions and 6 deletions

View File

@ -43,8 +43,13 @@
<view class="item-view-jianjie">
{{item.content}}
</view>
<view class="item-view-bottom-btn">
查看
<view class="item-view-bottom">
<view class="item-view-xiangmu">
<span>已售</span><span>{{item.sales}}w+</span><!-- | 好评{{item.esteemRate}}% -->
</view>
<view class="item-view-bottom-btn">
查看
</view>
</view>
</view>
</view>
@ -245,18 +250,22 @@
background-color:#fcf3da;
color: #ff8600;
}
.item-view-xiangmu span:nth-child(2){
.item-view-xiangmu span:nth-child(2){
font-weight: normal;
color: #666666;
margin-left: 5px;
}
.item-view-xiangmu span:nth-child(1){
font-weight: normal;
color: #999;
margin-right: 5rpx;
}
.item-view-xiangmu{
width: 100%;
display: flex;
flex-direction: row;
font-weight: 400;
font-size: 21rpx;
margin-top: 5px;
font-size: 25rpx;
align-items: flex-end;
}
.item-view-title{
font-weight: bold;