12345678910111213141516171819202122 |
- .group {
- margin:50px 210px 0;
- height: 680px;
- .account-left {
- width: 540px;
- .ant-form-extra {
- color:#ccc;
- span {
- margin-left: 2px;
- }
- }
- .redFont {
- color:#ea0862;
- }
- button {width: 100%;}
- .ant-checkbox-wrapper {
- span {
- line-height: 32px;
- }
- }
- }
- }
|