中建四(大屏):背景图更改

This commit is contained in:
骆乐 2022-09-14 16:40:48 +08:00
parent 2518282202
commit 7c69583e87
3 changed files with 4 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

View File

@ -3,7 +3,7 @@
<!-- 环境监测 -->
<div class="contentBox">
<div class="left">
<img src="../assets/images/common/echart_orange.png" alt />
<img src="../assets/images/common/echart_orange.gif" alt />
<p class="num1">45%</p>
<div class="text">
<p>环境巡检率/环境总数</p>
@ -15,7 +15,7 @@
</div>
<div class="right">
<img src="../assets/images/common/echart_blue.png" alt />
<img src="../assets/images/common/echart_blue.gif" alt />
<p class="num1">36%</p>
<div class="text">
<p>环境巡检率/环境总数</p>
@ -41,8 +41,6 @@ export default {
width: 100%;
height: 100%;
display: flex;
margin-top: 5%;
margin-left: 10%;
.left,
.right {
height: 65%;
@ -51,11 +49,10 @@ export default {
color: #c5c7cc;
.num1 {
position: absolute;
top: 45%;
left: 43%;
top: 55%;
left: 45%;
}
.text {
margin-top: 5%;
font-size: 14px;
width: 100%;
text-align: center;