|
@@ -28,29 +28,29 @@
|
|
<view class="bottom-statistics">
|
|
<view class="bottom-statistics">
|
|
<view class="statistics-rubbishType">
|
|
<view class="statistics-rubbishType">
|
|
<view class="statistics-box" v-if="rubbishPaperList.length">
|
|
<view class="statistics-box" v-if="rubbishPaperList.length">
|
|
- <view class="rubbishType-type"><span class="t-icon t-icon-home_icon_paper" style="display: inline-block;margin: 0 10upx;"></span>{{rubbishPaperName ? rubbishPaperName :''}}</view>
|
|
|
|
|
|
+ <view class="rubbishType-type"><span class="t-icon t-icon-home_icon_paper" style="display: inline-block;margin-right:10upx;"></span>{{rubbishPaperName ? rubbishPaperName :''}}</view>
|
|
<view v-for="item in rubbishPaperList" class="rubbishType-item">
|
|
<view v-for="item in rubbishPaperList" class="rubbishType-item">
|
|
- <view>{{item.name ? item.name+':' :''}}{{item.customerPrice ? (item.customerPrice/1000).toFixed(2)/1 :0}} 元/kg</view>
|
|
|
|
|
|
+ <span>{{item.name ? item.name+':' :''}}</span><span>{{item.customerPrice ? (item.customerPrice).toFixed(2)/1 :0}} 元/kg</span>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="statistics-box" v-if="rubbishYWList.length">
|
|
<view class="statistics-box" v-if="rubbishYWList.length">
|
|
- <view class="rubbishType-type"><span class="t-icon t-icon-home_icon_clothing" style="display: inline-block;margin: 0 10upx;"></span>{{rubbishYWName ? rubbishYWName :''}}</view>
|
|
|
|
|
|
+ <view class="rubbishType-type"><span class="t-icon t-icon-home_icon_clothing" style="display: inline-block;margin-right:10upx;"></span>{{rubbishYWName ? rubbishYWName :''}}</view>
|
|
<view v-for="item in rubbishYWList" class="rubbishType-item">
|
|
<view v-for="item in rubbishYWList" class="rubbishType-item">
|
|
- <view>{{item.name ? item.name+':' :''}}{{item.customerPrice ? (item.customerPrice/1000).toFixed(2)/1 :0}} 元/kg</view>
|
|
|
|
|
|
+ <view>{{item.name ? item.name+':' :''}}{{item.customerPrice ? (item.customerPrice).toFixed(2)/1 :0}} 元/kg</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="statistics-rubbishType">
|
|
<view class="statistics-rubbishType">
|
|
<view class="statistics-box" v-if="rubbishSLList.length">
|
|
<view class="statistics-box" v-if="rubbishSLList.length">
|
|
- <view class="rubbishType-type"><span class="t-icon t-icon-home_icon_plastic" style="display: inline-block;margin: 0 10upx;"></span>{{rubbishSLName ? rubbishSLName :''}}</view>
|
|
|
|
|
|
+ <view class="rubbishType-type"><span class="t-icon t-icon-home_icon_plastic" style="display: inline-block;margin-right:10upx;"></span>{{rubbishSLName ? rubbishSLName :''}}</view>
|
|
<view v-for="item in rubbishSLList" class="rubbishType-item">
|
|
<view v-for="item in rubbishSLList" class="rubbishType-item">
|
|
- <view>{{item.name ? item.name+':' :''}}{{item.customerPrice ? (item.customerPrice/1000).toFixed(2)/1 :0}} 元/kg</view>
|
|
|
|
|
|
+ <view>{{item.name ? item.name+':' :''}}{{item.customerPrice ? (item.customerPrice).toFixed(2)/1 :0}} 元/kg</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="statistics-box" v-if="rubbishJSList.length">
|
|
<view class="statistics-box" v-if="rubbishJSList.length">
|
|
- <view class="rubbishType-type"><span class="t-icon t-icon-home_icon_metal" style="display: inline-block;margin: 0 10upx;"></span>{{rubbishJSName ? rubbishJSName :''}}</view>
|
|
|
|
|
|
+ <view class="rubbishType-type"><span class="t-icon t-icon-home_icon_metal" style="display: inline-block;margin-right:10upx;"></span>{{rubbishJSName ? rubbishJSName :''}}</view>
|
|
<view v-for="item in rubbishJSList" class="rubbishType-item">
|
|
<view v-for="item in rubbishJSList" class="rubbishType-item">
|
|
- <view>{{item.name ? item.name+':' :''}}{{item.customerPrice ? (item.customerPrice/1000).toFixed(2)/1 :0}} 元/kg</view>
|
|
|
|
|
|
+ <view>{{item.name ? item.name+':' :''}}{{item.customerPrice ? (item.customerPrice).toFixed(2)/1 :0}} 元/kg</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -306,7 +306,7 @@
|
|
.statistics-box{
|
|
.statistics-box{
|
|
margin-bottom:30upx ;
|
|
margin-bottom:30upx ;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
- padding: 20upx;
|
|
|
|
|
|
+ padding: 20upx 10upx 20upx 20upx;
|
|
border-radius:16upx;
|
|
border-radius:16upx;
|
|
}
|
|
}
|
|
.statistics-box:last-child{
|
|
.statistics-box:last-child{
|
|
@@ -316,7 +316,7 @@
|
|
.rubbishType-type{
|
|
.rubbishType-type{
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
- justify-content: center;
|
|
|
|
|
|
+ justify-content: flex-start;
|
|
font-size: 28upx;
|
|
font-size: 28upx;
|
|
font-family: PingFang SC;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
@@ -324,7 +324,7 @@
|
|
}
|
|
}
|
|
.rubbishType-item{
|
|
.rubbishType-item{
|
|
display: flex;
|
|
display: flex;
|
|
- justify-content: center;
|
|
|
|
|
|
+ justify-content: flex-start;
|
|
margin:10upx 0 ;
|
|
margin:10upx 0 ;
|
|
font-size: 26upx;
|
|
font-size: 26upx;
|
|
font-family: PingFang SC;
|
|
font-family: PingFang SC;
|