|
|
@@ -24,11 +24,11 @@
|
|
|
<span v-else class="amount_sub">欠款{{item.balance?Math.abs(parseFloat(item.balance)):0}}</span>
|
|
|
</span>
|
|
|
|
|
|
- <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 10000" style="font-size:24upx;margin-left:20upx;color:green;font-weight:bold;">没有下过单</text>
|
|
|
- <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 7" style="font-size:24upx;margin-left:20upx;color:green;font-weight:bold;">超1周未下单</text>
|
|
|
- <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 30" style="font-size:24upx;margin-left:20upx;color:green;font-weight:bold;">超1个月未下单</text>
|
|
|
- <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 180" style="font-size:24upx;margin-left:20upx;color:green;font-weight:bold;">超半年未下单</text>
|
|
|
- <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 365" style="font-size:24upx;margin-left:20upx;color:green;font-weight:bold;">超1年未下单</text>
|
|
|
+ <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 10000" style="font-size:24upx;margin-left:20upx;color:green;">没有下过单</text>
|
|
|
+ <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 7" style="font-size:24upx;margin-left:20upx;color:green;">超1周未下单</text>
|
|
|
+ <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 30" style="font-size:24upx;margin-left:20upx;color:green;">超1个月未下单</text>
|
|
|
+ <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 180" style="font-size:24upx;margin-left:20upx;color:green;">超半年未下单</text>
|
|
|
+ <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 365" style="font-size:24upx;margin-left:20upx;color:green;">超1年未下单</text>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
@@ -269,7 +269,7 @@
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
width: 450upx;
|
|
|
- font-size: 38upx;
|
|
|
+ font-size: 34upx;
|
|
|
.super-man{
|
|
|
margin-left:30upx;
|
|
|
color:red;
|
|
|
@@ -299,7 +299,7 @@
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
- font-size: 28upx;
|
|
|
+ font-size: 26upx;
|
|
|
line-height: 1;
|
|
|
color: #9397a4;
|
|
|
.balance-amount{
|
|
|
@@ -307,12 +307,10 @@
|
|
|
.amount_sub{
|
|
|
color:red;
|
|
|
margin-left:6upx;
|
|
|
- font-weight:bold;
|
|
|
}
|
|
|
.amount_add{
|
|
|
color:#3385FF;
|
|
|
margin-left:6upx;
|
|
|
- font-weight:bold;
|
|
|
}
|
|
|
}
|
|
|
}
|