doum
11 分钟以前 e68e324f91d1a4eb2d4c5f07d27ca105a308bc0c
admin/src/assets/style/style.scss
@@ -54,11 +54,14 @@
.red{
  color: red;
}
.grey{
  color: grey;
}
.green{
  color: green;
}
.blue{
  color: blue;
  color: #216EEE;
}.orange{
   color: orange;
 }
@@ -89,28 +92,29 @@
}
.global-window {
  .tip-header{
    font-size: 16px;
}
.tip-header{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tip {
  em {
    font-style: normal;
    color: $primary-color;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .tip {
    em {
      font-style: normal;
      color: $primary-color;
      font-weight: bold;
    }
  }
  .tip-warn {
    margin: 4px 0 12px 0;
    font-size: 12px;
    color: #999;
    i {
      color: orange;
      margin-right: 4px;
      font-size: 14px;
      position: relative;
      top: 1px;
    }
}
.tip-warn {
  margin: 4px 0 12px 0;
  font-size: 12px;
  color: #999;
  i {
    color: orange;
    margin-right: 4px;
    font-size: 14px;
    position: relative;
    top: 1px;
  }
}