alert.less 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. body{
  2. background-image: none;background-color:transparent;
  3. }
  4. .alert_content{
  5. width: 7.322917rem;height: 4.1875rem;background-image: url("../images/alert_bgi.png");background-size: 100% 100%;
  6. margin: 0 auto;
  7. }
  8. .alert_content .alert_title{
  9. height: .3125rem;line-height: .416667rem;overflow: hidden;
  10. }
  11. .alert_content .alert_title .left{
  12. float: left;font-size: .125rem;color: #b5e1fc;margin-left: .3125rem;
  13. }
  14. .alert_content .alert_title .right{
  15. float: right;width: 2.538542rem;overflow: hidden;
  16. }
  17. .alert_content .alert_title .right .alert_type{
  18. float: left;width: .875rem;
  19. height: .125rem;line-height: .125rem;
  20. background-color:transparent;
  21. border: solid 1px #009dfe;
  22. margin-top: .130208rem;overflow: hidden;border-radius: .015625rem;
  23. }
  24. .alert_content .alert_title .right .btn-group{
  25. margin: 0;
  26. }
  27. .alert_content .alert_title .right .btn-group .btn{
  28. height: .125rem;line-height: .125rem;font-size: .072917rem;padding: 0;width: .291667rem;background-color: transparent;
  29. border-color: #009dfe;color: #257fb7;
  30. }
  31. .alert_content .alert_title .right .btn-group .btn.active{
  32. color: #fff;background-color: #009dfe;
  33. }
  34. .alert_content .alert_title .right .alert_time{
  35. float: right;margin-right: .263958rem;color: #b5e1fc;font-size: .072917rem;
  36. }
  37. .alert_content .alert_title .right .alert_time input{
  38. width: 1.041667rem;
  39. height: .135417rem;
  40. background-color: #051f33;
  41. border: solid 1px #009dfe;
  42. margin-left: .078125rem;
  43. padding: 0;
  44. text-align: center;
  45. background-image: url("../images/icon_rili1.png");
  46. background-repeat: no-repeat;
  47. background-size: .072917rem .067708rem;
  48. background-position: .052083rem center;
  49. &:hover{
  50. border: solid 1px #009dfe!important;
  51. }
  52. &:active{
  53. border: solid 1px #009dfe!important;
  54. }
  55. &:focus{
  56. border: solid 1px #009dfe!important;
  57. }
  58. }
  59. .alert_content .alert_people{
  60. padding-left: .260417rem;padding-right: .260417rem;margin-top: .078125rem;
  61. }
  62. .alert_content .alert_people>div{
  63. width: 1.677083rem;height: .239583rem;line-height: .239583rem;background-image: url("../images/people_bgi.png");background-size: 100% 100%;
  64. span{
  65. color: #b5e1fc;display: inline-block;
  66. &:nth-of-type(1){
  67. font-size: .104167rem;margin-left: .364583rem;
  68. }
  69. &:nth-of-type(2){
  70. font-size: .135417rem;margin-left: .130208rem;
  71. }
  72. &:nth-of-type(3){
  73. font-size: .083333rem;
  74. }
  75. }
  76. }
  77. .alert_chart{
  78. padding-left: .260417rem;padding-right: .260417rem;margin-top: .1025rem;
  79. .left{
  80. height: 2.848958rem;width: 2.15625rem;background-image: url("../images/quxian-bgi.png");background-size: 100% 100%;
  81. }
  82. .left_2{
  83. height: 3.057292rem;width: 2.15625rem;
  84. ul{
  85. width: 1.036458rem;
  86. li{
  87. background-color: rgba(5, 31, 51, 0.75);
  88. &.title{
  89. box-shadow:inset 1px 0px 20px 6px #004b7a;border:1px solid #009dfe;
  90. div{
  91. height: .21875rem;line-height: .21875rem;
  92. }
  93. }
  94. div{
  95. height: .239583rem;line-height: .239583rem;text-align: center;color: #b5e1fc; border: solid 1px #004b7a;width: 50%;
  96. overflow:hidden;text-overflow:ellipsis;white-space:nowrap
  97. }
  98. }
  99. }
  100. }
  101. .right{
  102. width: 4.583333rem;
  103. .top{
  104. &>div{
  105. width: 1.479167rem;height: 1.380208rem;background-image: url("../images/top_bgi.png");background-size: 100% 100%;
  106. &.bingfa2{
  107. width: 3.005208rem;background-image: url("../images/right-chart-bgi.png");
  108. }
  109. }
  110. .nianling_2{
  111. width: 2.255208rem;height: 1.4375rem;background-image: url("../images/nianling_2.png");
  112. }
  113. .xingbie_2{
  114. width: 2.255208rem;height: 1.4375rem;background-image: url("../images/nianling_2.png");
  115. }
  116. }
  117. .bottom{
  118. height: 1.380208rem;margin-top: .088542rem;background-image: url("../images/bottom_bgi.png");background-size: 100% 100%;
  119. position: relative;
  120. .btn-group{
  121. position: absolute;top: 0;right: .078125rem;z-index: 5;
  122. }
  123. }
  124. .bottom_2{
  125. height: 1.588542rem;margin-top: .088542rem;background-image: url("../images/bottom_bgi.png");background-size: 100% 100%;
  126. position: relative;
  127. .btn-group{
  128. position: absolute;top: 0;right: .078125rem;z-index: 5;
  129. }
  130. }
  131. }
  132. }
  133. .alert_content .alert_close{
  134. width: .260417rem;height: .260417rem;margin: .308333rem auto 0;display: block;cursor:pointer;
  135. }
  136. .laydate-main-list-0{
  137. .layui-laydate-content{
  138. .layui-laydate-list{
  139. background: #051f33;
  140. box-shadow: inset 7px -8px 20px 0px #053b5c;
  141. }
  142. }
  143. }
  144. .laydate-main-list-1{
  145. .layui-laydate-content{
  146. .layui-laydate-list{
  147. background: #051f33;
  148. box-shadow: inset -11px -11px 20px 0px #053b5c;
  149. }
  150. }
  151. }
  152. .laydate-theme-molv .layui-laydate-content{
  153. border: none!important;
  154. }
  155. .laydate-theme-molv .layui-laydate-footer{
  156. background-color: #051f33;
  157. border: none!important;
  158. }
  159. .layui-laydate-list{
  160. li{
  161. color: #b5e1fc;
  162. &.layui-this{
  163. color: #009dfe!important;
  164. }
  165. &:hover{
  166. color: #009dfe!important;
  167. background: #051f33!important;
  168. }
  169. }
  170. }
  171. .layui-laydate-footer{
  172. .laydate-footer-btns{
  173. span{
  174. background-color: transparent!important;
  175. color: #257fb7!important;
  176. border-color: #009dfe!important;
  177. &:hover{
  178. background-color: #009dfe!important;
  179. color: #fff!important;
  180. }
  181. }
  182. }
  183. }
  184. .layui-laydate{
  185. left: 4.454125rem!important;font-size: .072917rem!important;border: solid 1px #009dfe!important;box-sizing: border-box;
  186. }
  187. .layui-laydate .laydate-disabled, .layui-laydate .laydate-disabled:hover{
  188. color: #0c324f!important;
  189. }
  190. .chart-no-data{
  191. text-align: center;color: #b5e1fc;
  192. p{
  193. font-size: .083333rem;padding-top: .052083rem;font-weight: bold;
  194. }
  195. img{
  196. display: block;margin: .208333rem auto .078125rem;
  197. }
  198. }
  199. .layui-laydate-header i{
  200. font-size: .09375rem!important;
  201. }
  202. .laydate-theme-molv.layui-laydate-range{
  203. width: 2.86742rem!important
  204. }
  205. .laydate-theme-molv .layui-laydate-main{
  206. width: 1.427083rem!important;
  207. }
  208. .table_select{
  209. background-color: #009dfe!important;
  210. border-left: solid 1px #004b7a;
  211. border-right: solid 1px #004b7a;
  212. }
  213. .table_select div{
  214. border: none!important;
  215. color: #fff!important;
  216. }
  217. .click{
  218. cursor:pointer;
  219. }