|
@@ -7,7 +7,7 @@
|
|
<view class="cell-item" v-for="(item, index) in listdata" :key="index">
|
|
<view class="cell-item" v-for="(item, index) in listdata" :key="index">
|
|
<text class="cell-item-date">{{item.deliveryTime}}</text>
|
|
<text class="cell-item-date">{{item.deliveryTime}}</text>
|
|
<view class="cell-item-main">
|
|
<view class="cell-item-main">
|
|
- <u-image width="100rpx" height="100rpx" :src="`/static/${item.rubbishType}.png`" class="cell-item-pic"></u-image>
|
|
|
|
|
|
+ <u-image mode="scaleToFill" shape="circle" width="80rpx" height="80rpx" :src="`/static/${item.rubbishType}.png`" class="cell-item-pic"></u-image>
|
|
<view class="cell-item-r">
|
|
<view class="cell-item-r">
|
|
<view class="cell-item-head">
|
|
<view class="cell-item-head">
|
|
<view class="cell-item-val">
|
|
<view class="cell-item-val">
|
|
@@ -102,7 +102,7 @@
|
|
.cell-item{
|
|
.cell-item{
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
color: #606266;
|
|
color: #606266;
|
|
- padding: 16rpx 32rpx 22rpx;
|
|
|
|
|
|
+ padding: 20rpx 32rpx 22rpx;
|
|
border-bottom: 1rpx solid #EEEEEE;
|
|
border-bottom: 1rpx solid #EEEEEE;
|
|
&:last-child{
|
|
&:last-child{
|
|
border:0;
|
|
border:0;
|
|
@@ -110,7 +110,7 @@
|
|
.cell-item-date{
|
|
.cell-item-date{
|
|
display: block;
|
|
display: block;
|
|
color: #909399;
|
|
color: #909399;
|
|
- font-size: 26rpx;
|
|
|
|
|
|
+ font-size: 24rpx;
|
|
}
|
|
}
|
|
.cell-item-main{
|
|
.cell-item-main{
|
|
display: flex;
|
|
display: flex;
|