ccjgmwz 3 年之前
父节点
当前提交
1dc693a4a4
共有 1 个文件被更改,包括 9 次插入3 次删除
  1. 9 3
      pages/sale/information.vue

+ 9 - 3
pages/sale/information.vue

@@ -76,11 +76,11 @@
 							<text v-if='item.comparePrice==0' class='yesterday'>-</text>
 						</view>
 						<view style='color:#B2B3BB;' class='flex'>
-							<view style='margin-right:10px;'>
+							<view class="port-number-style">
 								<image style='width:11px;height:11px;' src='../../static/img/homepage/water@3x.png'>
 								</image>
 								<={{item.waterContent}} </view>
-									<view>
+									<view class="port-number-style">
 										<image style='width:11px;height:11px;'
 											src='../../static/img/homepage/unitweight@3x.png'></image>
 										>={{item.bulkDensity}}
@@ -890,7 +890,8 @@
 		width: 38vw;
 		background: #F9F9FA;
 		padding: 10px;
-		margin: 10px;
+		
+		margin: 20rpx;
 		border-radius: 3px;
 		// width:50%;
 	}
@@ -1157,4 +1158,9 @@
 		height: 120px;
 		min-height: 120px;
 	}
+	.port-number-style{
+		display: flex;
+		align-items: center;
+		margin-right: 14rpx;
+	}
 </style>