。
@ -172,7 +172,7 @@
|
|||||||
</u-col>
|
</u-col>
|
||||||
</u-row>
|
</u-row>
|
||||||
<view class="card-grey">
|
<view class="card-grey">
|
||||||
<view class="title">
|
<view class="card-title">
|
||||||
<u-row>
|
<u-row>
|
||||||
<u-col span="3">
|
<u-col span="3">
|
||||||
<view><text class="font-green">●</text>1-1</view>
|
<view><text class="font-green">●</text>1-1</view>
|
||||||
@ -196,7 +196,17 @@
|
|||||||
</u-col>
|
</u-col>
|
||||||
</u-row>
|
</u-row>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="control">
|
||||||
|
<view class="buttons"></view>
|
||||||
|
<view class="valve">
|
||||||
|
<view class=""></view>
|
||||||
|
<view class="">
|
||||||
|
<image src="../static/images/login/logo.png"></image>
|
||||||
|
</view>
|
||||||
|
<view class=""></view>
|
||||||
|
</view>
|
||||||
|
<view class="buttons"></view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</u-collapse-item>
|
</u-collapse-item>
|
||||||
|
BIN
static/images/fiveValves/valve5-1.gif
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
static/images/fiveValves/valve5-2.gif
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
static/images/fiveValves/valve5-3.gif
Normal file
After Width: | Height: | Size: 9.8 KiB |
BIN
static/images/fiveValves/valve5-4.gif
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
static/images/fiveValves/valve5-all.gif
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
static/images/fiveValves/valve5-run.gif
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
static/images/fiveValves/valve5.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
static/images/valves/valve3-1.gif
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
static/images/valves/valve3-2.gif
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
static/images/valves/valve3-all.gif
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
static/images/valves/valve3-run.gif
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
static/images/valves/valve3.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
@ -75,11 +75,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-grey {
|
.card-grey {
|
||||||
.title {
|
.card-title {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-bottom: 1px solid #c7c7c7;
|
border-bottom: 1px solid #c7c7c7;
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
color: #39ac4f;
|
color: #39ac4f;
|
||||||
}
|
}
|
||||||
|
.u-row{margin-bottom: 0 !important;}
|
||||||
|
}
|
||||||
|
.control{
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
}
|
}
|