Browse Source

修改样式

master
邓宏 11 months ago
parent
commit
312d6fa2ae
  1. 17
      pages/patrolGarden/record.vue

17
pages/patrolGarden/record.vue

@ -51,9 +51,24 @@
border-radius: 8rpx;
width:calc((100% - 20rpx*3)/4);
height:140rpx;
position:relative;
&+image{
margin-left:20rpx;
}
&:nth-child(4){
&:before{
content:"+32";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0, 0, 0, 0.4);
color:#fff;
line-height: 140rpx;
text-align: center;
}
}
}
}
&>.foot{
@ -83,7 +98,7 @@
<text class="statu no">无异常</text>
</view>
<view class="imgs">
<image v-for="i in 4" :key="i" mode="aspectFit" src="https://alipic.lanhuapp.com/XDSlicePNGMAX3347bbbb56235edbfb4639fd8039bce3d3d9b375b7ead4bc95a9a6f3d4156935.png"/>
<image v-for="i in 4" :key="i" mode="aspectFill" src="https://alipic.lanhuapp.com/XDSlicePNGMAX3347bbbb56235edbfb4639fd8039bce3d3d9b375b7ead4bc95a9a6f3d4156935.png"/>
</view>
<u-read-more toggle closetext="展开" showHeight="80rpx">
柑橘黄斑病是子囊菌亚门球腔菌属的柑橘球腔菌侵染所致病菌以菌丝体在病叶和落叶中越冬柑橘黄斑病是子囊菌亚门球腔菌属的柑橘球腔菌侵染所致病菌以菌丝体在病叶和落叶中越冬柑橘黄斑病是子囊菌亚门球

Loading…
Cancel
Save