.
This commit is contained in:
parent
a8721b3039
commit
ac1d2d17a3
@ -222,11 +222,11 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="btn-img">
|
<view class="btn-img">
|
||||||
<view class="text">
|
<view class="text">
|
||||||
<view>-99.63</view>
|
<view class="left">-99.63</view>
|
||||||
<view>-99.63</view>
|
<view class="top">-99.63</view>
|
||||||
<view>离线</view>
|
<view class="content">离线</view>
|
||||||
<view>-99.63</view>
|
<view class="right">-99.63</view>
|
||||||
<view>-99.63</view>
|
<view class="bottom">-99.63</view>
|
||||||
</view>
|
</view>
|
||||||
<image src="../static/images/valves/valve3.png" mode="widthFix">
|
<image src="../static/images/valves/valve3.png" mode="widthFix">
|
||||||
</image>
|
</image>
|
||||||
@ -248,9 +248,6 @@
|
|||||||
</view>
|
</view>
|
||||||
</u-col>
|
</u-col>
|
||||||
</u-row>
|
</u-row>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -327,7 +324,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
::v-deep.uni-navbar__header-btns-left {
|
::v-deep.uni-navbar__header-btns-left {
|
||||||
font-size: 30rpx;
|
font-size: 27rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
::v-deep.uni-navbar__header-btns-right .icon {
|
::v-deep.uni-navbar__header-btns-right .icon {
|
||||||
|
@ -98,3 +98,4 @@
|
|||||||
}
|
}
|
||||||
.valve > view{display: flex;justify-content: center;}
|
.valve > view{display: flex;justify-content: center;}
|
||||||
.valve .btn-img{margin: 5px; position: relative;}
|
.valve .btn-img{margin: 5px; position: relative;}
|
||||||
|
.valve .btn-img .text{position: absolute; z-index: 2;}
|
||||||
|
Loading…
Reference in New Issue
Block a user