|
@ -83,7 +83,7 @@ body {
|
|
|
.alert_content .alert_people {
|
|
|
padding-left: .260417rem;
|
|
|
padding-right: .260417rem;
|
|
|
margin-top: 15px;
|
|
|
margin-top: .078125rem;
|
|
|
}
|
|
|
.alert_content .alert_people > div {
|
|
|
width: 1.677083rem;
|
|
@ -123,7 +123,7 @@ body {
|
|
|
width: 2.15625rem;
|
|
|
}
|
|
|
.alert_chart .left_2 ul {
|
|
|
width: 199px;
|
|
|
width: 1.036458rem;
|
|
|
}
|
|
|
.alert_chart .left_2 ul li {
|
|
|
background-color: rgba(5, 31, 51, 0.75);
|
|
@ -133,12 +133,12 @@ body {
|
|
|
border: 1px solid #009dfe;
|
|
|
}
|
|
|
.alert_chart .left_2 ul li.title div {
|
|
|
height: 42px;
|
|
|
line-height: 42px;
|
|
|
height: .21875rem;
|
|
|
line-height: .21875rem;
|
|
|
}
|
|
|
.alert_chart .left_2 ul li div {
|
|
|
height: 46px;
|
|
|
line-height: 46px;
|
|
|
height: .239583rem;
|
|
|
line-height: .239583rem;
|
|
|
text-align: center;
|
|
|
color: #b5e1fc;
|
|
|
border: solid 1px #004b7a;
|
|
@ -151,7 +151,7 @@ body {
|
|
|
width: 4.583333rem;
|
|
|
}
|
|
|
.alert_chart .right .top > div {
|
|
|
width: 284px;
|
|
|
width: 1.479167rem;
|
|
|
height: 1.380208rem;
|
|
|
background-image: url("../images/top_bgi.png");
|
|
|
background-size: 100% 100%;
|
|
@ -161,13 +161,13 @@ body {
|
|
|
background-image: url("../images/right-chart-bgi.png");
|
|
|
}
|
|
|
.alert_chart .right .top .nianling_2 {
|
|
|
width: 433px;
|
|
|
height: 276px;
|
|
|
width: 2.255208rem;
|
|
|
height: 1.4375rem;
|
|
|
background-image: url("../images/nianling_2.png");
|
|
|
}
|
|
|
.alert_chart .right .top .xingbie_2 {
|
|
|
width: 433px;
|
|
|
height: 276px;
|
|
|
width: 2.255208rem;
|
|
|
height: 1.4375rem;
|
|
|
background-image: url("../images/nianling_2.png");
|
|
|
}
|
|
|
.alert_chart .right .bottom {
|
|
@ -184,7 +184,7 @@ body {
|
|
|
z-index: 5;
|
|
|
}
|
|
|
.alert_chart .right .bottom_2 {
|
|
|
height: 305px;
|
|
|
height: 1.588542rem;
|
|
|
margin-top: .088542rem;
|
|
|
background-image: url("../images/bottom_bgi.png");
|
|
|
background-size: 100% 100%;
|
|
@ -249,11 +249,11 @@ body {
|
|
|
color: #b5e1fc;
|
|
|
}
|
|
|
.chart-no-data p {
|
|
|
font-size: 16px;
|
|
|
padding-top: 10px;
|
|
|
font-size: .083333rem;
|
|
|
padding-top: .052083rem;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
.chart-no-data img {
|
|
|
display: block;
|
|
|
margin: 40px auto 15px;
|
|
|
margin: .208333rem auto .078125rem;
|
|
|
}
|