wx-program
parent
f54d1bc480
commit
2f449424f2
|
@ -58,6 +58,15 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="bottom">
|
||||
<view class="shunshi">
|
||||
<!-- // {
|
||||
// image: '../../static/icon_2.png',
|
||||
// title: '灌溉瞬时流量',
|
||||
// timer: '0L/h'
|
||||
// }, -->
|
||||
<image src="../../static/icon_2.png" mode=""></image>
|
||||
<text>灌溉瞬时流量{{inputData['3010']}}L/h</text>
|
||||
</view>
|
||||
<view class="btn-1" :class="inputData['3012'] ? 'in' : 'out'">
|
||||
<image v-if="inputData['3012']" src="../../static/in-sel.png"
|
||||
mode=""></image>
|
||||
|
@ -77,9 +86,9 @@
|
|||
<view class="">
|
||||
<view :class="right2Index.indexOf(index) != -1?'item_act':'item'" v-for="(item,index) in rightList2.slice(0, 4)" :key="index">{{item}}</view>
|
||||
</view>
|
||||
<view class="">
|
||||
<!-- <view class="">
|
||||
<view :class="right2Index.indexOf(index + 4) != -1?'item_act':'item'" v-for="(item,index) in rightList2.slice(4, 8)" :key="index">{{item}}</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="set">
|
||||
<view class="item" @click="openSoilshow">
|
||||
|
@ -1122,7 +1131,23 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
.shunshi{
|
||||
width: 50%;
|
||||
height: 80rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
>image {
|
||||
width: 60rpx;
|
||||
height: 60rpx;
|
||||
}
|
||||
text{
|
||||
font-size: 24rpx;
|
||||
font-family: PingFang SC;
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
}
|
||||
}
|
||||
.btn-1 {
|
||||
>image {
|
||||
width: 39rpx;
|
||||
|
@ -1141,7 +1166,7 @@
|
|||
}
|
||||
|
||||
.in {
|
||||
width: 100%;
|
||||
width: 50%;
|
||||
height: 80rpx;
|
||||
background: linear-gradient(0deg, #54CDA4, #27B584);
|
||||
border-radius: 10rpx;
|
||||
|
@ -1160,7 +1185,7 @@
|
|||
}
|
||||
|
||||
.out {
|
||||
width: 100%;
|
||||
width: 50%;
|
||||
height: 80rpx;
|
||||
background: #EFFCF7;
|
||||
border: 2px solid rgba(58, 187, 144, 0.25);
|
||||
|
@ -1181,7 +1206,7 @@
|
|||
|
||||
.signal {
|
||||
width: 690rpx;
|
||||
height: 180rpx;
|
||||
// height: 180rpx;
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(153, 153, 153, 0.1);
|
||||
border-radius: 20rpx;
|
||||
|
|
Loading…
Reference in New Issue