123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .login {
- &-box {
- &-title {
- padding: 113px 53px 34px;
- color: #fff;
- font-size: 35px;
- text-align: center;
- font-family: PingFangSC-Heavy, PingFang SC;
- view:last-child {
- text-align: justify;
- text-justify: distribute-all-lines;
- text-align-last: justify;
- }
- }
-
- &-form {
- padding: 0 28px;
- .custom-input {
- height: 34px;
- background-color: rgba($color: #fff, $alpha: 0.2);
- padding: 6px 12px!important;
- font-size: 14px!important;
- color: #fff;
- }
- &-btn {
- margin-top: 22px;
- .login-btn {
- height: 46px;
- background: transparent;
- border: 1px solid rgba($color: #fff, $alpha: 0.4);
- font-size: 15px;
- font-family: PingFangSC-Regular, PingFang SC;
- }
- }
- &-forget {
- text-align: right;
- color: #999;
- font-size: 14px;
- }
- }
- }
- }
|