alert.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  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: 1.041667rem;
  64. height: .135417rem;
  65. background-color: #051f33;
  66. border: solid 1px #009dfe;
  67. margin-left: .078125rem;
  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: .2025rem;
  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 .left_2 {
  112. height: 3.057292rem;
  113. width: 2.15625rem;
  114. }
  115. .alert_chart .left_2 ul {
  116. width: 199px;
  117. }
  118. .alert_chart .left_2 ul li {
  119. background-color: #062e5a;
  120. }
  121. .alert_chart .left_2 ul li.title {
  122. box-shadow: inset 1px 0px 20px 6px #009dfe;
  123. }
  124. .alert_chart .left_2 ul li.title div {
  125. height: 40px;
  126. line-height: 40px;
  127. }
  128. .alert_chart .left_2 ul li div {
  129. height: 45px;
  130. line-height: 45px;
  131. text-align: center;
  132. color: #b5e1fc;
  133. border: solid 1px #009dfe;
  134. width: 50%;
  135. }
  136. .alert_chart .right {
  137. width: 4.583333rem;
  138. }
  139. .alert_chart .right .top > div {
  140. width: 1.510417rem;
  141. height: 1.380208rem;
  142. background-image: url("../images/top_bgi.png");
  143. background-size: 100% 100%;
  144. }
  145. .alert_chart .right .top > div.bingfa2 {
  146. width: 3.005208rem;
  147. background-image: url("../images/right-chart-bgi.png");
  148. }
  149. .alert_chart .right .top .nianling_2 {
  150. width: 430px;
  151. height: 256px;
  152. background-image: url("../images/nianling_2.png");
  153. }
  154. .alert_chart .right .top .xingbie_2 {
  155. width: 430px;
  156. height: 256px;
  157. background-image: url("../images/nianling_2.png");
  158. }
  159. .alert_chart .right .bottom {
  160. height: 1.380208rem;
  161. margin-top: .088542rem;
  162. background-image: url("../images/bottom_bgi.png");
  163. background-size: 100% 100%;
  164. position: relative;
  165. }
  166. .alert_chart .right .bottom .btn-group {
  167. position: absolute;
  168. top: 0;
  169. right: .078125rem;
  170. z-index: 5;
  171. }
  172. .alert_chart .right .bottom_2 {
  173. height: 305px;
  174. margin-top: .088542rem;
  175. background-image: url("../images/bottom_bgi.png");
  176. background-size: 100% 100%;
  177. position: relative;
  178. }
  179. .alert_chart .right .bottom_2 .btn-group {
  180. position: absolute;
  181. top: 0;
  182. right: .078125rem;
  183. z-index: 5;
  184. }
  185. .alert_content .alert_close {
  186. width: .260417rem;
  187. height: .260417rem;
  188. margin: .308333rem auto 0;
  189. display: block;
  190. cursor: pointer;
  191. }
  192. .laydate-main-list-0 .layui-laydate-content .layui-laydate-list {
  193. background: #051f33;
  194. box-shadow: inset 7px -8px 20px 0px #053b5c;
  195. }
  196. .laydate-main-list-1 .layui-laydate-content .layui-laydate-list {
  197. background: #051f33;
  198. box-shadow: inset -11px -11px 20px 0px #053b5c;
  199. }
  200. .laydate-theme-molv .layui-laydate-content {
  201. border: none!important;
  202. }
  203. .laydate-theme-molv .layui-laydate-footer {
  204. background-color: #051f33;
  205. border: none!important;
  206. }
  207. .layui-laydate-list li {
  208. color: #b5e1fc;
  209. }
  210. .layui-laydate-list li.layui-this {
  211. color: #009dfe!important;
  212. }
  213. .layui-laydate-list li:hover {
  214. color: #009dfe!important;
  215. background: #051f33!important;
  216. }
  217. .layui-laydate-footer .laydate-footer-btns span {
  218. background-color: transparent!important;
  219. color: #257fb7!important;
  220. border-color: #009dfe!important;
  221. }
  222. .layui-laydate-footer .laydate-footer-btns span:hover {
  223. background-color: #009dfe!important;
  224. color: #fff!important;
  225. }
  226. .layui-laydate {
  227. left: 4.453125rem !important;
  228. }