|
@@ -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>
|