alert.css 6.7 KB

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