123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- 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%;
- }
- .alert_centent .alert_people > div span {
- color: #b5e1fc;
- display: inline-block;
- }
- .alert_centent .alert_people > div span:nth-of-type(1) {
- font-size: .104167rem;
- margin-left: .364583rem;
- }
- .alert_centent .alert_people > div span:nth-of-type(2) {
- font-size: .135417rem;
- margin-left: .130208rem;
- }
- .alert_centent .alert_people > div span:nth-of-type(3) {
- font-size: .083333rem;
- }
- .alert_chart {
- padding-left: .260417rem;
- padding-right: .260417rem;
- margin-top: .0625rem;
- }
- .alert_chart .left {
- height: 2.848958rem;
- width: 2.15625rem;
- background-image: url("../images/quxian-bgi.png");
- background-size: 100% 100%;
- }
- .alert_chart .right {
- width: 4.583333rem;
- }
- .alert_chart .right .top > div {
- width: 1.510417rem;
- height: 1.380208rem;
- background-image: url("../images/top_bgi.png");
- background-size: 100% 100%;
- }
- .alert_chart .right .bottom {
- height: 1.380208rem;
- margin-top: .088542rem;
- background-image: url("../images/bottom_bgi.png");
- background-size: 100% 100%;
- position: relative;
- }
- .alert_chart .right .bottom .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;
- cursor: pointer;
- }
|