MrShi
2 天以前 b946b74ca674f7e7a04d99a960040438c95ef22d
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;
@@ -141,6 +147,7 @@
  margin-top: 10px;
  margin-left: 16px;
  padding: 20px;
  height: calc(100% - 10px);
}
.fs12{
  font-size: 12px;
@@ -239,6 +246,9 @@
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.red{
  color: red !important;
}
@@ -291,6 +301,11 @@
.df{
  display: flex;
}
.df_center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.df_ac{
  display: flex;
  align-items: center;