中建四(大屏):背景图更改
This commit is contained in:
parent
2518282202
commit
7c69583e87
BIN
src/views/projectAdmin/zjsj/assets/images/common/echart_blue.gif
Normal file
BIN
src/views/projectAdmin/zjsj/assets/images/common/echart_blue.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.2 MiB |
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user