alert.less 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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.838542rem;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: 200px;
  39. height: .135417rem;
  40. background-color: #051f33;
  41. border: solid 1px #009dfe;
  42. margin-left: 15px;
  43. padding: 0;
  44. text-align: center;
  45. background-image: url("../images/icon_rili1.png");
  46. background-repeat: no-repeat;
  47. background-position: 10px center;
  48. }
  49. .alert_content .alert_people{
  50. padding-left: .260417rem;padding-right: .260417rem;
  51. }
  52. .alert_content .alert_people>div{
  53. width: 1.677083rem;height: .239583rem;line-height: .239583rem;background-image: url("../images/people_bgi.png");background-size: 100% 100%;
  54. span{
  55. color: #b5e1fc;display: inline-block;
  56. &:nth-of-type(1){
  57. font-size: .104167rem;margin-left: .364583rem;
  58. }
  59. &:nth-of-type(2){
  60. font-size: .135417rem;margin-left: .130208rem;
  61. }
  62. &:nth-of-type(3){
  63. font-size: .083333rem;
  64. }
  65. }
  66. }
  67. .alert_chart{
  68. padding-left: .260417rem;padding-right: .260417rem;margin-top: .0625rem;
  69. .left{
  70. height: 2.848958rem;width: 2.15625rem;background-image: url("../images/quxian-bgi.png");background-size: 100% 100%;
  71. }
  72. .right{
  73. width: 4.583333rem;
  74. .top{
  75. &>div{
  76. width: 1.510417rem;height: 1.380208rem;background-image: url("../images/top_bgi.png");background-size: 100% 100%;
  77. &.bingfa2{
  78. width: 3.005208rem;background-image: url("../images/right-chart-bgi.png");
  79. }
  80. }
  81. }
  82. .bottom{
  83. height: 1.380208rem;margin-top: .088542rem;background-image: url("../images/bottom_bgi.png");background-size: 100% 100%;
  84. position: relative;
  85. .btn-group{
  86. position: absolute;top: 0;right: .078125rem;z-index: 5;
  87. }
  88. }
  89. }
  90. }
  91. .alert_content .alert_close{
  92. width: 50px;height: 50px;margin: 88px auto 0;display: block;
  93. }
  94. .laydate-main-list-0{
  95. .layui-laydate-content{
  96. .layui-laydate-list{
  97. background: #051f33;
  98. box-shadow: inset 7px -8px 20px 0px #053b5c;
  99. }
  100. }
  101. }
  102. .laydate-main-list-1{
  103. .layui-laydate-content{
  104. .layui-laydate-list{
  105. background: #051f33;
  106. box-shadow: inset -11px -11px 20px 0px #053b5c;
  107. }
  108. }
  109. }
  110. .laydate-theme-molv .layui-laydate-content{
  111. border: none!important;
  112. }
  113. .laydate-theme-molv .layui-laydate-footer{
  114. background-color: #051f33;
  115. border: none!important;
  116. }
  117. .layui-laydate-list{
  118. li{
  119. color: #b5e1fc;
  120. &.layui-this{
  121. color: #009dfe!important;
  122. }
  123. &:hover{
  124. color: #009dfe!important;
  125. background: #051f33!important;
  126. }
  127. }
  128. }
  129. .layui-laydate-footer{
  130. .laydate-footer-btns{
  131. span{
  132. background-color: transparent!important;
  133. color: #257fb7!important;
  134. border-color: #009dfe!important;
  135. &:hover{
  136. background-color: #009dfe!important;
  137. color: #fff!important;
  138. }
  139. }
  140. }
  141. }
  142. .layui-laydate{
  143. left: 855px!important
  144. }