Browse Source

bug 修复

lilei 4 years ago
parent
commit
89cefb3e78
2 changed files with 6 additions and 6 deletions
  1. 3 3
      pages/userCenter/deliveryRecord.vue
  2. 3 3
      pages/userCenter/liucheng.vue

+ 3 - 3
pages/userCenter/deliveryRecord.vue

@@ -7,7 +7,7 @@
 				<view class="cell-item" v-for="(item, index) in listdata" :key="index">
 					<text class="cell-item-date">{{item.deliveryTime}}</text>
 					<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-head">
 								<view class="cell-item-val">
@@ -102,7 +102,7 @@
 			.cell-item{
 				background-color: #fff;
 				color: #606266;
-				padding: 16rpx 32rpx 22rpx;
+				padding: 20rpx 32rpx 22rpx;
 				border-bottom: 1rpx solid #EEEEEE;
 				&:last-child{
 					border:0;
@@ -110,7 +110,7 @@
 				.cell-item-date{
 					display: block;
 					color: #909399;
-					font-size: 26rpx;
+					font-size: 24rpx;
 				}
 				.cell-item-main{
 					display: flex;

+ 3 - 3
pages/userCenter/liucheng.vue

@@ -1,8 +1,8 @@
 <template>
 	<view class="lc-container" >
-		<u-image width="100%" height="100%" src="/static/syZN.jpg"></u-image>
-		<u-image width="100%" height="100%" src="/static/zn1.jpg" ></u-image>
-		<u-image width="100%" height="100%" src="/static/zn2.jpg"></u-image>
+		<u-image width="750rpx" height="100%" src="/static/syZN.jpg"></u-image>
+		<u-image width="750rpx" height="100%" src="/static/zn1.jpg" ></u-image>
+		<u-image width="750rpx" height="100%" src="/static/zn2.jpg"></u-image>
 	</view>
 </template>