|
@ -12,7 +12,7 @@ body{
|
|
|
float: left;font-size: .125rem;color: #b5e1fc;margin-left: .3125rem;
|
|
|
}
|
|
|
.alert_content .alert_title .right{
|
|
|
float: right;width: 2.838542rem;overflow: hidden;
|
|
|
float: right;width: 2.538542rem;overflow: hidden;
|
|
|
}
|
|
|
.alert_content .alert_title .right .alert_type{
|
|
|
float: left;width: .875rem;
|
|
@ -45,10 +45,19 @@ body{
|
|
|
background-image: url("../images/icon_rili1.png");
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: 10px center;
|
|
|
&:hover{
|
|
|
border: solid 1px #009dfe!important;
|
|
|
}
|
|
|
&:active{
|
|
|
border: solid 1px #009dfe!important;
|
|
|
}
|
|
|
&:focus{
|
|
|
border: solid 1px #009dfe!important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.alert_content .alert_people{
|
|
|
padding-left: .260417rem;padding-right: .260417rem;
|
|
|
padding-left: .260417rem;padding-right: .260417rem;margin-top: 15px;
|
|
|
}
|
|
|
.alert_content .alert_people>div{
|
|
|
width: 1.677083rem;height: .239583rem;line-height: .239583rem;background-image: url("../images/people_bgi.png");background-size: 100% 100%;
|
|
@ -66,7 +75,7 @@ body{
|
|
|
}
|
|
|
}
|
|
|
.alert_chart{
|
|
|
padding-left: .260417rem;padding-right: .260417rem;margin-top: .2025rem;
|
|
|
padding-left: .260417rem;padding-right: .260417rem;margin-top: .1025rem;
|
|
|
.left{
|
|
|
height: 2.848958rem;width: 2.15625rem;background-image: url("../images/quxian-bgi.png");background-size: 100% 100%;
|
|
|
}
|
|
@ -75,15 +84,15 @@ body{
|
|
|
ul{
|
|
|
width: 199px;
|
|
|
li{
|
|
|
background-color: #062e5a;
|
|
|
background-color: rgba(5, 31, 51, 0.75);
|
|
|
&.title{
|
|
|
box-shadow:inset 1px 0px 20px 6px #009dfe;
|
|
|
box-shadow:inset 1px 0px 20px 6px #004b7a;border:1px solid #009dfe;
|
|
|
div{
|
|
|
height: 40px;line-height: 40px;
|
|
|
height: 42px;line-height: 42px;
|
|
|
}
|
|
|
}
|
|
|
div{
|
|
|
height: 45px;line-height: 45px;text-align: center;color: #b5e1fc; border: solid 1px #009dfe;width: 50%;
|
|
|
height: 46px;line-height: 46px;text-align: center;color: #b5e1fc; border: solid 1px #004b7a;width: 50%;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@ -92,16 +101,16 @@ body{
|
|
|
width: 4.583333rem;
|
|
|
.top{
|
|
|
&>div{
|
|
|
width: 1.510417rem;height: 1.380208rem;background-image: url("../images/top_bgi.png");background-size: 100% 100%;
|
|
|
width: 284px;height: 1.380208rem;background-image: url("../images/top_bgi.png");background-size: 100% 100%;
|
|
|
&.bingfa2{
|
|
|
width: 3.005208rem;background-image: url("../images/right-chart-bgi.png");
|
|
|
}
|
|
|
}
|
|
|
.nianling_2{
|
|
|
width: 430px;height: 256px;background-image: url("../images/nianling_2.png");
|
|
|
width: 433px;height: 276px;background-image: url("../images/nianling_2.png");
|
|
|
}
|
|
|
.xingbie_2{
|
|
|
width: 430px;height: 256px;background-image: url("../images/nianling_2.png");
|
|
|
width: 433px;height: 276px;background-image: url("../images/nianling_2.png");
|
|
|
}
|
|
|
}
|
|
|
.bottom{
|
|
@ -173,4 +182,16 @@ body{
|
|
|
}
|
|
|
.layui-laydate{
|
|
|
left: 4.453125rem!important
|
|
|
}
|
|
|
.layui-laydate .laydate-disabled, .layui-laydate .laydate-disabled:hover{
|
|
|
color: #0c324f!important;
|
|
|
}
|
|
|
.chart-no-data{
|
|
|
text-align: center;color: #b5e1fc;
|
|
|
p{
|
|
|
font-size: 16px;padding-top: 10px;font-weight: bold;
|
|
|
}
|
|
|
img{
|
|
|
display: block;margin: 40px auto 15px;
|
|
|
}
|
|
|
}
|