| 123456789101112131415161718192021222324252627282930313233343536373839 | 
							- .set-ablt {
 
-     background: #fff;
 
-     height: 100%;
 
-     padding: 20px;
 
-     .acc-title {
 
-         color: #333;
 
-         font-size: 16px;
 
-         margin-bottom: 10px;
 
-         span {
 
-             font-size: 12px;
 
-             color: #999;
 
-             margin-left: 10px;
 
-         }
 
-     }
 
-     .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;
 
-         }
 
-     }
 
- }
 
 
  |