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"> <view class="item-view-jianjie">
{{item.content}} {{item.content}}
</view> </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> </view>
</view> </view>
@ -245,18 +250,22 @@
background-color:#fcf3da; background-color:#fcf3da;
color: #ff8600; color: #ff8600;
} }
.item-view-xiangmu span:nth-child(2){ .item-view-xiangmu span:nth-child(2){
font-weight: normal; font-weight: normal;
color: #666666; color: #666666;
margin-left: 5px; }
.item-view-xiangmu span:nth-child(1){
font-weight: normal;
color: #999;
margin-right: 5rpx;
} }
.item-view-xiangmu{ .item-view-xiangmu{
width: 100%; width: 100%;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
font-weight: 400; font-weight: 400;
font-size: 21rpx; font-size: 25rpx;
margin-top: 5px; align-items: flex-end;
} }
.item-view-title{ .item-view-title{
font-weight: bold; font-weight: bold;