hanbaoshan
2020-10-21 dc14fbf78c19bbe343a79547260ead1e4bd9d24e
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>