alert.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. body {
  2. background-image: none;
  3. background-color: transparent;
  4. }
  5. .alert_content {
  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_content .alert_title {
  13. height: .3125rem;
  14. line-height: .416667rem;
  15. overflow: hidden;
  16. }
  17. .alert_content .alert_title .left {
  18. float: left;
  19. font-size: .125rem;
  20. color: #b5e1fc;
  21. margin-left: .3125rem;
  22. }
  23. .alert_content .alert_title .right {
  24. float: right;
  25. width: 2.838542rem;
  26. overflow: hidden;
  27. }
  28. .alert_content .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_content .alert_title .right .btn-group {
  40. margin: 0;
  41. }
  42. .alert_content .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_content .alert_title .right .btn-group .btn.active {
  53. color: #fff;
  54. background-color: #009dfe;
  55. }
  56. .alert_content .alert_title .right .alert_time {
  57. float: right;
  58. margin-right: .263958rem;
  59. color: #b5e1fc;
  60. font-size: .072917rem;
  61. }
  62. .alert_content .alert_title .right .alert_time input {
  63. width: 200px;
  64. height: .135417rem;
  65. background-color: #051f33;
  66. border: solid 1px #009dfe;
  67. margin-left: 15px;
  68. padding: 0;
  69. text-align: center;
  70. background-image: url("../images/icon_rili1.png");
  71. background-repeat: no-repeat;
  72. background-position: 10px center;
  73. }
  74. .alert_content .alert_people {
  75. padding-left: .260417rem;
  76. padding-right: .260417rem;
  77. }
  78. .alert_content .alert_people > div {
  79. width: 1.677083rem;
  80. height: .239583rem;
  81. line-height: .239583rem;
  82. background-image: url("../images/people_bgi.png");
  83. background-size: 100% 100%;
  84. }
  85. .alert_content .alert_people > div span {
  86. color: #b5e1fc;
  87. display: inline-block;
  88. }
  89. .alert_content .alert_people > div span:nth-of-type(1) {
  90. font-size: .104167rem;
  91. margin-left: .364583rem;
  92. }
  93. .alert_content .alert_people > div span:nth-of-type(2) {
  94. font-size: .135417rem;
  95. margin-left: .130208rem;
  96. }
  97. .alert_content .alert_people > div span:nth-of-type(3) {
  98. font-size: .083333rem;
  99. }
  100. .alert_chart {
  101. padding-left: .260417rem;
  102. padding-right: .260417rem;
  103. margin-top: .0625rem;
  104. }
  105. .alert_chart .left {
  106. height: 2.848958rem;
  107. width: 2.15625rem;
  108. background-image: url("../images/quxian-bgi.png");
  109. background-size: 100% 100%;
  110. }
  111. .alert_chart .right {
  112. width: 4.583333rem;
  113. }
  114. .alert_chart .right .top > div {
  115. width: 1.510417rem;
  116. height: 1.380208rem;
  117. background-image: url("../images/top_bgi.png");
  118. background-size: 100% 100%;
  119. }
  120. .alert_chart .right .top > div.bingfa2 {
  121. width: 3.005208rem;
  122. background-image: url("../images/right-chart-bgi.png");
  123. }
  124. .alert_chart .right .bottom {
  125. height: 1.380208rem;
  126. margin-top: .088542rem;
  127. background-image: url("../images/bottom_bgi.png");
  128. background-size: 100% 100%;
  129. position: relative;
  130. }
  131. .alert_chart .right .bottom .btn-group {
  132. position: absolute;
  133. top: 0;
  134. right: .078125rem;
  135. z-index: 5;
  136. }
  137. .alert_content .alert_close {
  138. width: 50px;
  139. height: 50px;
  140. margin: 88px auto 0;
  141. display: block;
  142. }
  143. .laydate-main-list-0 .layui-laydate-content .layui-laydate-list {
  144. background: #051f33;
  145. box-shadow: inset 7px -8px 20px 0px #053b5c;
  146. }
  147. .laydate-main-list-1 .layui-laydate-content .layui-laydate-list {
  148. background: #051f33;
  149. box-shadow: inset -11px -11px 20px 0px #053b5c;
  150. }
  151. .laydate-theme-molv .layui-laydate-content {
  152. border: none!important;
  153. }
  154. .laydate-theme-molv .layui-laydate-footer {
  155. background-color: #051f33;
  156. border: none!important;
  157. }
  158. .layui-laydate-list li {
  159. color: #b5e1fc;
  160. }
  161. .layui-laydate-list li.layui-this {
  162. color: #009dfe!important;
  163. }
  164. .layui-laydate-list li:hover {
  165. color: #009dfe!important;
  166. background: #051f33!important;
  167. }
  168. .layui-laydate-footer .laydate-footer-btns span {
  169. background-color: transparent!important;
  170. color: #257fb7!important;
  171. border-color: #009dfe!important;
  172. }
  173. .layui-laydate-footer .laydate-footer-btns span:hover {
  174. background-color: #009dfe!important;
  175. color: #fff!important;
  176. }
  177. .layui-laydate {
  178. left: 855px !important;
  179. }