| 1234567891011121314151617181920212223242526272829303132333435363738 | .set-ablt {    background: #fff;    margin-bottom: 48px;    padding: 20px;    .acc-title {        color: #333;        font-size: 16px;        margin-bottom: 10px;        .proportion {            font-size: 12px;            margin-left: 20px;        }    }    .tips-title {        margin-bottom: 10px;    }    .ablt-tips {        div:first-child {            border: none;            background: #fff;            padding: 0;        }        margin: 20px 0;    }    .set-submit {        width: 120px;        border-radius: 4px;    }    .acc-area {        width: 40%;        float: left;        margin-bottom: 20px;        margin-right: 20px;        .ant-input {            margin-top: 10px;        }    }}
 |