| 1234567891011121314151617181920212223242526272829303132333435363738394041 | 
							- .user-content {
 
-     background: #fff;
 
-     padding: 20px;
 
-     .content-title {
 
-         color: #333;
 
-         font-size: 16px;
 
-     }
 
-     .user-search {
 
-         margin: 10px 0;
 
-         >input {
 
-             width: 140px;
 
-         }
 
-         >input,
 
-         >button,
 
-         .ant-select {
 
-             margin-right: 10px;
 
-         }
 
-         .ant-switch {
 
-             margin-left: 10px;
 
-         }
 
-         .search-more {
 
-             margin: 10px 0;
 
-         }
 
-     }
 
- }
 
- .admin-desc-content {
 
-     #address,
 
-     #licenceAddress,
 
-     #locationAddress {
 
-         select {
 
-             height: 32px;
 
-             border-radius: 4px;
 
-             margin-right: 10px;
 
-             border-color: #d9d9d9;
 
-         }
 
-     }
 
-     .ant-input {
 
-         width: 200px;
 
-     }
 
- }
 
 
  |