This commit is contained in:
王丹 2024-09-19 18:14:03 +08:00
parent 000e62c0fd
commit 55ea26edb1

View File

@ -209,8 +209,10 @@
<text>0.00</text> <text>0.00</text>
<view class="iconfont icon-suoding icon"></view> <view class="iconfont icon-suoding icon"></view>
</view> </view>
</view> </view>
<u-line-progress height="8" :showText="false" :percentage="60" style="width: 100%;">
</u-line-progress>
</u-col> </u-col>
<u-col span="6"> <u-col span="6">
<view class="valve"> <view class="valve">
@ -227,7 +229,8 @@
<view class="right">-99.63</view> <view class="right">-99.63</view>
<view class="bottom">-99.63</view> <view class="bottom">-99.63</view>
</view> </view>
<image src="../static/images/valves/valve3-all.gif" mode="widthFix"> <image src="../static/images/valves/valve3-all.gif"
mode="widthFix">
</image> </image>
</view> </view>
<view> <view>
@ -302,7 +305,8 @@
<view class="right">-99.63</view> <view class="right">-99.63</view>
<view class="bottom">-99.63</view> <view class="bottom">-99.63</view>
</view> </view>
<image src="../static/images/fiveValves/valve5.png" mode="widthFix"> <image src="../static/images/fiveValves/valve5.png"
mode="widthFix">
</image> </image>
</view> </view>
<view> <view>
@ -432,7 +436,12 @@
border-color: #ffffff !important; border-color: #ffffff !important;
} }
} }
.content{background-color: #fff;min-height: 100%;}
.content {
background-color: #fff;
min-height: 100%;
}
.content-section { .content-section {
position: relative; position: relative;
top: -92px; top: -92px;