doum
9 天以前 46e8af542c02d801bea9fa8cf8f55974dcfa8554
admin/src/assets/style/style.scss
@@ -122,6 +122,12 @@
.status-red{
  color:red;
}
.status-yellow{
  color: orange;
}
.status-grey{
  color:#999;
}
.tip-warn {
  margin: 4px 0 25px 0;
  font-size: 12px;
@@ -136,6 +142,18 @@
  }
}
.tip-header{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tip {
  em {
    font-style: normal;
    color: $primary-color;
    font-weight: bold;
  }
}
.main_app {
  background-color: #fff;
  margin-top: 10px;