alert.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. body {
  2. background-image: none;
  3. background-color: transparent;
  4. }
  5. .alert_centent {
  6. width: 7.322917rem;
  7. height: 4.1875rem;
  8. background-image: url("../images/alert_bgi.png");
  9. background-size: 100% 100%;
  10. margin: 0 auto;
  11. }
  12. .alert_centent .alert_title {
  13. height: .3125rem;
  14. line-height: .416667rem;
  15. overflow: hidden;
  16. }
  17. .alert_centent .alert_title .left {
  18. float: left;
  19. font-size: .125rem;
  20. color: #b5e1fc;
  21. margin-left: .3125rem;
  22. }
  23. .alert_centent .alert_title .right {
  24. float: right;
  25. width: 2.838542rem;
  26. overflow: hidden;
  27. }
  28. .alert_centent .alert_title .right .alert_type {
  29. float: left;
  30. width: .875rem;
  31. height: .125rem;
  32. line-height: .125rem;
  33. background-color: transparent;
  34. border: solid 1px #009dfe;
  35. margin-top: .130208rem;
  36. overflow: hidden;
  37. border-radius: .015625rem;
  38. }
  39. .alert_centent .alert_title .right .btn-group {
  40. margin: 0;
  41. }
  42. .alert_centent .alert_title .right .btn-group .btn {
  43. height: .125rem;
  44. line-height: .125rem;
  45. font-size: .072917rem;
  46. padding: 0;
  47. width: .291667rem;
  48. background-color: transparent;
  49. border-color: #009dfe;
  50. color: #257fb7;
  51. }
  52. .alert_centent .alert_title .right .btn-group .btn.active {
  53. color: #fff;
  54. background-color: #009dfe;
  55. }
  56. .alert_centent .alert_title .right .alert_time {
  57. float: right;
  58. margin-right: .223958rem;
  59. color: #b5e1fc;
  60. font-size: .072917rem;
  61. }
  62. .alert_centent .alert_title .right .alert_time select {
  63. width: .677083rem;
  64. height: .135417rem;
  65. background-color: #051f33;
  66. border: solid 1px #009dfe;
  67. }
  68. .alert_centent .alert_people {
  69. padding-left: .260417rem;
  70. padding-right: .260417rem;
  71. }
  72. .alert_centent .alert_people > div {
  73. width: 1.677083rem;
  74. height: .239583rem;
  75. line-height: .239583rem;
  76. background-image: url("../images/people_bgi.png");
  77. background-size: 100% 100%;
  78. }
  79. .alert_centent .alert_people > div span {
  80. color: #b5e1fc;
  81. display: inline-block;
  82. }
  83. .alert_centent .alert_people > div span:nth-of-type(1) {
  84. font-size: .104167rem;
  85. margin-left: .364583rem;
  86. }
  87. .alert_centent .alert_people > div span:nth-of-type(2) {
  88. font-size: .135417rem;
  89. margin-left: .130208rem;
  90. }
  91. .alert_centent .alert_people > div span:nth-of-type(3) {
  92. font-size: .083333rem;
  93. }
  94. .alert_chart {
  95. padding-left: .260417rem;
  96. padding-right: .260417rem;
  97. margin-top: .0625rem;
  98. }
  99. .alert_chart .left {
  100. height: 2.848958rem;
  101. width: 2.15625rem;
  102. background-image: url("../images/quxian-bgi.png");
  103. background-size: 100% 100%;
  104. }
  105. .alert_chart .right {
  106. width: 4.583333rem;
  107. }
  108. .alert_chart .right .top > div {
  109. width: 1.510417rem;
  110. height: 1.380208rem;
  111. background-image: url("../images/top_bgi.png");
  112. background-size: 100% 100%;
  113. }
  114. .alert_chart .right .bottom {
  115. height: 1.380208rem;
  116. margin-top: .088542rem;
  117. background-image: url("../images/bottom_bgi.png");
  118. background-size: 100% 100%;
  119. position: relative;
  120. }
  121. .alert_chart .right .bottom .btn-group {
  122. position: absolute;
  123. top: 0;
  124. right: .078125rem;
  125. z-index: 5;
  126. }
  127. .alert_centent .alert_close {
  128. width: 50px;
  129. height: 50px;
  130. margin: 88px auto 0;
  131. display: block;
  132. cursor: pointer;
  133. }