| 1234567891011121314151617181920212223242526272829303132333435363738 | 
							- .group {
 
-     margin: 50px 210px 0;
 
-     height: 680px;
 
-     .account-left {
 
-         width: 540px;
 
-         .acc-getVcode {
 
-             height: 32px;
 
-             width: 100%;
 
-             padding-top: 32px;
 
-             position: relative;
 
-             overflow: hidden;
 
-             img {
 
-                 position: absolute;
 
-                 top: 0;
 
-                 left: 0;
 
-                 width: 100%;
 
-                 height: 32px;
 
-             }
 
-         }
 
-         .ant-form-extra {
 
-             color: #ccc;
 
-             span {
 
-                 margin-left: 2px;
 
-             }
 
-         }
 
-         .redFont {
 
-             color: #ea0862;
 
-         }
 
-         button {
 
-             width: 100%;
 
-         }
 
-         .ant-checkbox-wrapper {
 
-             span {
 
-                 line-height: 32px;
 
-             }
 
-         }
 
-     }
 
- }
 
 
  |