zhanghaoyu hace 6 años
padre
commit
36cfc1bfe9
Se han modificado 2 ficheros con 4 adiciones y 2 borrados
  1. 2 1
      page/bigData/css/alert.css
  2. 2 1
      page/bigData/css/alert.less

+ 2 - 1
page/bigData/css/alert.css

@ -69,7 +69,8 @@ body {
  text-align: center;
  background-image: url("../images/icon_rili1.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: .072917rem .067708rem;
  background-position: .052083rem center;
}
.alert_content .alert_title .right .alert_time input:hover {
  border: solid 1px #009dfe!important;

+ 2 - 1
page/bigData/css/alert.less

@ -44,7 +44,8 @@ body{
    text-align: center;
    background-image: url("../images/icon_rili1.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: .072917rem .067708rem;
    background-position: .052083rem center;
    &:hover{
        border: solid 1px #009dfe!important;
    }