123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- .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: 168px;
- height: 24px;
- line-height: 24px;
- background-color: transparent;
- border: solid 1px #009dfe;
- margin-top: 25px;
- overflow: hidden;
- border-radius: 3px;
- }
- .alert_centent .alert_title .right .btn-group {
- margin: 0;
- }
- .alert_centent .alert_title .right .btn-group .btn {
- height: 24px;
- line-height: 24px;
- font-size: 14px;
- padding: 0;
- width: 56px;
- 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: 14px;
- }
- .alert_centent .alert_title .right .alert_time select {
- width: 130px;
- height: 26px;
- background-color: #051f33;
- border: solid 1px #009dfe;
- }
- .alert_centent .alert_people {
- padding-left: 50px;
- padding-right: 50px;
- }
- .alert_centent .alert_people > div {
- width: 322px;
- height: 46px;
- background-image: url("../images/people_bgi.png");
- background-size: 100% 100%;
- line-height: 46px;
- }
- .alert_centent .alert_people > div span {
- color: #b5e1fc;
- display: inline-block;
- }
- .alert_centent .alert_people > div span:nth-of-type(1) {
- font-size: 20px;
- margin-left: 70px;
- }
- .alert_centent .alert_people > div span:nth-of-type(2) {
- font-size: 26px;
- margin-left: 25px;
- }
- .alert_centent .alert_people > div span:nth-of-type(3) {
- font-size: 16px;
- }
- .alert_chart {
- padding-left: 50px;
- padding-right: 50px;
- margin-top: 12px;
- }
- .alert_chart .left {
- height: 547px;
- width: 414px;
- background-image: url("../images/quxian-bgi.png");
- background-size: 100% 100%;
- }
- .alert_chart .right {
- width: 880px;
- }
- .alert_chart .right .top > div {
- background-image: url("../images/top_bgi.png");
- background-size: 100% 100%;
- width: 290px;
- height: 265px;
- }
- .alert_chart .right .bottom {
- height: 265px;
- margin-top: 17px;
- background-image: url("../images/bottom_bgi.png");
- background-size: 100% 100%;
- position: relative;
- }
- .alert_chart .right .bottom .btn-group {
- position: absolute;
- top: 0;
- right: 15px;
- z-index: 5;
- }
|