alert.css 2.8 KB

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