中建四(大屏):背景图更改
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="contentBox">
|
||||||
<div class="left">
|
<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>
|
<p class="num1">45%</p>
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<p>环境巡检率/环境总数</p>
|
<p>环境巡检率/环境总数</p>
|
||||||
@ -15,7 +15,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="right">
|
<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>
|
<p class="num1">36%</p>
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<p>环境巡检率/环境总数</p>
|
<p>环境巡检率/环境总数</p>
|
||||||
@ -41,8 +41,6 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-top: 5%;
|
|
||||||
margin-left: 10%;
|
|
||||||
.left,
|
.left,
|
||||||
.right {
|
.right {
|
||||||
height: 65%;
|
height: 65%;
|
||||||
@ -51,11 +49,10 @@ export default {
|
|||||||
color: #c5c7cc;
|
color: #c5c7cc;
|
||||||
.num1 {
|
.num1 {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 45%;
|
top: 55%;
|
||||||
left: 43%;
|
left: 45%;
|
||||||
}
|
}
|
||||||
.text {
|
.text {
|
||||||
margin-top: 5%;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user