|
|
|
@ -8,7 +8,7 @@ |
|
|
|
<view class="com" v-for="(tab, tabIndex) in tab_list" v-if="tabIndex == current" :key="tab.id"> |
|
|
|
<view class="flex-direction justify-around list" v-for="(item, index) in tab.list" :key="item.id" @tap="goDetails(tabIndex,index)"> |
|
|
|
<view class="lf-row-between"> |
|
|
|
<view class="left" style="position: relative;"> |
|
|
|
<view class="left" style="position: relative;display: flex;"> |
|
|
|
<image :src="item.goods.cover" mode=""></image> |
|
|
|
<view class="cu-tag badge tag-self lf-font-28 font-400" :style="{'background-color':item.state_text.bg_color,'color':item.state_text.color}">{{item.state_text.text}}</view> |
|
|
|
</view> |
|
|
|
@ -18,7 +18,7 @@ |
|
|
|
<text class="progress margin-right-xs">数量</text> |
|
|
|
<text class="bought">x {{item.number}}</text> |
|
|
|
</view> |
|
|
|
<view class="lf-row-between price"> |
|
|
|
<view class="lf-row-between price" style="padding-right: 14rpx;"> |
|
|
|
<text class="lf-font-bold"> |
|
|
|
<text class="lf-font-24">¥</text> |
|
|
|
<text class="lf-font-42">{{item.selling_price}}</text> |
|
|
|
@ -34,7 +34,7 @@ |
|
|
|
<view class="text-gray lf-font-28" style="padding: 20rpx;"> |
|
|
|
{{item.created_at_text}} |
|
|
|
</view> |
|
|
|
<view class="text-orange" v-if="item.state==1" style="padding: 20rpx;"> |
|
|
|
<view class="text-orange" v-if="item.state==1" style="padding: 20rpx 40rpx 20rpx 20rpx;"> |
|
|
|
{{item.comment_text}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -227,7 +227,7 @@ |
|
|
|
.cu-btn1 { |
|
|
|
background-color: white!important; |
|
|
|
color: #777!important; |
|
|
|
border: 1px solid #777; |
|
|
|
border: 1px solid #777!important; |
|
|
|
} |
|
|
|
.font-400 { |
|
|
|
font-weight: 400; |
|
|
|
@ -242,7 +242,7 @@ |
|
|
|
.title { |
|
|
|
font-size: 28rpx; |
|
|
|
color: $u-content-color; |
|
|
|
height: 80rpx; |
|
|
|
height: 98rpx; |
|
|
|
} |
|
|
|
|
|
|
|
// tab |
|
|
|
@ -279,10 +279,10 @@ |
|
|
|
|
|
|
|
.right { |
|
|
|
overflow: hidden; |
|
|
|
width: 64%; |
|
|
|
width: 67%; |
|
|
|
|
|
|
|
.title { |
|
|
|
margin: 0rpx 20rpx 10rpx 0; |
|
|
|
margin: 0rpx 20rpx 0rpx 0; |
|
|
|
color: #222222; |
|
|
|
font-size: 32rpx; |
|
|
|
} |
|
|
|
@ -312,7 +312,6 @@ |
|
|
|
.price { |
|
|
|
overflow: hidden; |
|
|
|
color: #FF0000; |
|
|
|
margin-top: 10rpx; |
|
|
|
button { |
|
|
|
width: 176rpx; |
|
|
|
height: 60rpx; |
|
|
|
|