hanbaoshan
2020-10-23 d8fcf4c20cd4638a3def6227a71ea2c81fbc0885
public/index.html
@@ -316,6 +316,9 @@
    .pl20 {
      padding-left: 20px;
    }
    .cursor-pointer{
      cursor: pointer;
    }
    /* .flex-box{
      display: flex;
    } */
@@ -351,6 +354,20 @@
    .el-input.is-disabled .el-input__suffix{
      visibility: hidden;
    }
    .form-tip{
      color: #999;
      position: relative;
      text-align: left;
      padding-left: 10px;
    }
    .form-tip:before{
      content:'*';
      position: absolute;
      top: 0;
      left: 0;
      color: #f90;
      font-size: 14px;
    }
    </style>
  </head>