|
@@ -77,7 +77,8 @@
|
|
|
bottom:-5px;
|
|
bottom:-5px;
|
|
|
transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
|
}
|
|
}
|
|
|
- .top{
|
|
|
|
|
|
|
+ }
|
|
|
|
|
+ .top{
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
left:0;
|
|
left:0;
|
|
|
top:0;
|
|
top:0;
|
|
@@ -105,8 +106,11 @@
|
|
|
display: block;
|
|
display: block;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- }
|
|
|
|
|
.li_new{
|
|
.li_new{
|
|
|
|
|
+ background: rgba(39, 51, 76, 0.64);
|
|
|
|
|
+ margin-bottom: 30px;
|
|
|
|
|
+ padding: 20px;
|
|
|
|
|
+ position: relative;
|
|
|
&::before{
|
|
&::before{
|
|
|
content: url(../images/bk-1.png);
|
|
content: url(../images/bk-1.png);
|
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -222,7 +226,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</li>
|
|
</li>
|
|
|
<li style="width:30%;padding:0;">
|
|
<li style="width:30%;padding:0;">
|
|
|
- <div class="li li_new">
|
|
|
|
|
|
|
+ <div class="li_new">
|
|
|
<img class="top" src="../images/bk-1.png" alt="">
|
|
<img class="top" src="../images/bk-1.png" alt="">
|
|
|
<h4>最新告警</h4>
|
|
<h4>最新告警</h4>
|
|
|
<table cellpadding='0' cellspacing='0'>
|
|
<table cellpadding='0' cellspacing='0'>
|