12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- body{
- background-image: none;background-color:transparent;
- }
- .alert_centent{
- width: 7.322917rem;height: 4.1875rem;background-image: url("../images/alert_bgi.png");background-size: 100% 100%;
- margin: 0 auto;
- }
- .alert_centent .alert_title{
- height: .3125rem;line-height: .416667rem;overflow: hidden;
- }
- .alert_centent .alert_title .left{
- float: left;font-size: .125rem;color: #b5e1fc;margin-left: .3125rem;
- }
- .alert_centent .alert_title .right{
- float: right;width: 2.838542rem;overflow: hidden;
- }
- .alert_centent .alert_title .right .alert_type{
- float: left;width: .875rem;
- height: .125rem;line-height: .125rem;
- background-color:transparent;
- border: solid 1px #009dfe;
- margin-top: .130208rem;overflow: hidden;border-radius: .015625rem;
- }
- .alert_centent .alert_title .right .btn-group{
- margin: 0;
- }
- .alert_centent .alert_title .right .btn-group .btn{
- height: .125rem;line-height: .125rem;font-size: .072917rem;padding: 0;width: .291667rem;background-color: transparent;
- border-color: #009dfe;color: #257fb7;
- }
- .alert_centent .alert_title .right .btn-group .btn.active{
- color: #fff;background-color: #009dfe;
- }
- .alert_centent .alert_title .right .alert_time{
- float: right;margin-right: .223958rem;color: #b5e1fc;font-size: .072917rem;
- }
- .alert_centent .alert_title .right .alert_time select{
- width: .677083rem;
- height: .135417rem;
- background-color: #051f33;
- border: solid 1px #009dfe;
- }
- .alert_centent .alert_people{
- padding-left: .260417rem;padding-right: .260417rem;
- }
- .alert_centent .alert_people>div{
- width: 1.677083rem;height: .239583rem;line-height: .239583rem;background-image: url("../images/people_bgi.png");background-size: 100% 100%;
- span{
- color: #b5e1fc;display: inline-block;
- &:nth-of-type(1){
- font-size: .104167rem;margin-left: .364583rem;
- }
- &:nth-of-type(2){
- font-size: .135417rem;margin-left: .130208rem;
- }
- &:nth-of-type(3){
- font-size: .083333rem;
- }
- }
- }
- .alert_chart{
- padding-left: .260417rem;padding-right: .260417rem;margin-top: .0625rem;
- .left{
- height: 2.848958rem;width: 2.15625rem;background-image: url("../images/quxian-bgi.png");background-size: 100% 100%;
- }
- .right{
- width: 4.583333rem;
- .top{
- &>div{
- width: 1.510417rem;height: 1.380208rem;background-image: url("../images/top_bgi.png");background-size: 100% 100%;
- }
- }
- .bottom{
- height: 1.380208rem;margin-top: .088542rem;background-image: url("../images/bottom_bgi.png");background-size: 100% 100%;
- position: relative;
- .btn-group{
- position: absolute;top: 0;right: .078125rem;z-index: 5;
- }
- }
- }
- }
- .alert_centent .alert_close{
- width: 50px;height: 50px;margin: 88px auto 0;display: block;
- }
|