alert.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  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.538542rem;
  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_title .right .alert_time input:hover {
  75. border: solid 1px #009dfe!important;
  76. }
  77. .alert_content .alert_title .right .alert_time input:active {
  78. border: solid 1px #009dfe!important;
  79. }
  80. .alert_content .alert_title .right .alert_time input:focus {
  81. border: solid 1px #009dfe!important;
  82. }
  83. .alert_content .alert_people {
  84. padding-left: .260417rem;
  85. padding-right: .260417rem;
  86. margin-top: .078125rem;
  87. }
  88. .alert_content .alert_people > div {
  89. width: 1.677083rem;
  90. height: .239583rem;
  91. line-height: .239583rem;
  92. background-image: url("../images/people_bgi.png");
  93. background-size: 100% 100%;
  94. }
  95. .alert_content .alert_people > div span {
  96. color: #b5e1fc;
  97. display: inline-block;
  98. }
  99. .alert_content .alert_people > div span:nth-of-type(1) {
  100. font-size: .104167rem;
  101. margin-left: .364583rem;
  102. }
  103. .alert_content .alert_people > div span:nth-of-type(2) {
  104. font-size: .135417rem;
  105. margin-left: .130208rem;
  106. }
  107. .alert_content .alert_people > div span:nth-of-type(3) {
  108. font-size: .083333rem;
  109. }
  110. .alert_chart {
  111. padding-left: .260417rem;
  112. padding-right: .260417rem;
  113. margin-top: .1025rem;
  114. }
  115. .alert_chart .left {
  116. height: 2.848958rem;
  117. width: 2.15625rem;
  118. background-image: url("../images/quxian-bgi.png");
  119. background-size: 100% 100%;
  120. }
  121. .alert_chart .left_2 {
  122. height: 3.057292rem;
  123. width: 2.15625rem;
  124. }
  125. .alert_chart .left_2 ul {
  126. width: 1.036458rem;
  127. }
  128. .alert_chart .left_2 ul li {
  129. background-color: rgba(5, 31, 51, 0.75);
  130. }
  131. .alert_chart .left_2 ul li.title {
  132. box-shadow: inset 1px 0px 20px 6px #004b7a;
  133. border: 1px solid #009dfe;
  134. }
  135. .alert_chart .left_2 ul li.title div {
  136. height: .21875rem;
  137. line-height: .21875rem;
  138. }
  139. .alert_chart .left_2 ul li div {
  140. height: .239583rem;
  141. line-height: .239583rem;
  142. text-align: center;
  143. color: #b5e1fc;
  144. border: solid 1px #004b7a;
  145. width: 50%;
  146. overflow: hidden;
  147. text-overflow: ellipsis;
  148. white-space: nowrap;
  149. }
  150. .alert_chart .right {
  151. width: 4.583333rem;
  152. }
  153. .alert_chart .right .top > div {
  154. width: 1.479167rem;
  155. height: 1.380208rem;
  156. background-image: url("../images/top_bgi.png");
  157. background-size: 100% 100%;
  158. }
  159. .alert_chart .right .top > div.bingfa2 {
  160. width: 3.005208rem;
  161. background-image: url("../images/right-chart-bgi.png");
  162. }
  163. .alert_chart .right .top .nianling_2 {
  164. width: 2.255208rem;
  165. height: 1.4375rem;
  166. background-image: url("../images/nianling_2.png");
  167. }
  168. .alert_chart .right .top .xingbie_2 {
  169. width: 2.255208rem;
  170. height: 1.4375rem;
  171. background-image: url("../images/nianling_2.png");
  172. }
  173. .alert_chart .right .bottom {
  174. height: 1.380208rem;
  175. margin-top: .088542rem;
  176. background-image: url("../images/bottom_bgi.png");
  177. background-size: 100% 100%;
  178. position: relative;
  179. }
  180. .alert_chart .right .bottom .btn-group {
  181. position: absolute;
  182. top: 0;
  183. right: .078125rem;
  184. z-index: 5;
  185. }
  186. .alert_chart .right .bottom_2 {
  187. height: 1.588542rem;
  188. margin-top: .088542rem;
  189. background-image: url("../images/bottom_bgi.png");
  190. background-size: 100% 100%;
  191. position: relative;
  192. }
  193. .alert_chart .right .bottom_2 .btn-group {
  194. position: absolute;
  195. top: 0;
  196. right: .078125rem;
  197. z-index: 5;
  198. }
  199. .alert_content .alert_close {
  200. width: .260417rem;
  201. height: .260417rem;
  202. margin: .308333rem auto 0;
  203. display: block;
  204. cursor: pointer;
  205. }
  206. .laydate-main-list-0 .layui-laydate-content .layui-laydate-list {
  207. background: #051f33;
  208. box-shadow: inset 7px -8px 20px 0px #053b5c;
  209. }
  210. .laydate-main-list-1 .layui-laydate-content .layui-laydate-list {
  211. background: #051f33;
  212. box-shadow: inset -11px -11px 20px 0px #053b5c;
  213. }
  214. .laydate-theme-molv .layui-laydate-content {
  215. border: none!important;
  216. }
  217. .laydate-theme-molv .layui-laydate-footer {
  218. background-color: #051f33;
  219. border: none!important;
  220. }
  221. .layui-laydate-list li {
  222. color: #b5e1fc;
  223. }
  224. .layui-laydate-list li.layui-this {
  225. color: #009dfe!important;
  226. }
  227. .layui-laydate-list li:hover {
  228. color: #009dfe!important;
  229. background: #051f33!important;
  230. }
  231. .layui-laydate-footer .laydate-footer-btns span {
  232. background-color: transparent!important;
  233. color: #257fb7!important;
  234. border-color: #009dfe!important;
  235. }
  236. .layui-laydate-footer .laydate-footer-btns span:hover {
  237. background-color: #009dfe!important;
  238. color: #fff!important;
  239. }
  240. .layui-laydate {
  241. left: 4.453125rem !important;
  242. }
  243. .layui-laydate .laydate-disabled,
  244. .layui-laydate .laydate-disabled:hover {
  245. color: #0c324f!important;
  246. }
  247. .chart-no-data {
  248. text-align: center;
  249. color: #b5e1fc;
  250. }
  251. .chart-no-data p {
  252. font-size: .083333rem;
  253. padding-top: .052083rem;
  254. font-weight: bold;
  255. }
  256. .chart-no-data img {
  257. display: block;
  258. margin: .208333rem auto .078125rem;
  259. }