mall-front/src/pages/login/index.scss
2023-05-17 00:58:25 +08:00

123 lines
2.3 KiB
SCSS

.login-header {
height: 86px;
}
.login-frame {
height: auto;
font-size: 14px;
font-family: Source Han Sans CN-Bold, Source Han Sans CN;
}
.login-container {
width: 375px;
height: calc(100vh - 86px);
background: #FFFFFF;
border-radius: 20px 20px 0 0;
box-shadow: 0px 8px 51px 0px rgba(230, 234, 238, 0.8);
box-sizing: border-box;
padding: 38px 30px;
}
.form-item {
height: 68px;
opacity: 1;
}
.form-label {
font-size: 12px;
font-weight: bold;
font-family: Source Han Sans CN-Bold, Source Han Sans CN;
color: #2a2b2d;
line-height: 16px;
}
.form-input>.weui-input {
border: none;
height: 52px;
line-height: 52px;
border-bottom: 1px solid #262A34;
position: relative;
font-size: 16px;
color: #000;
}
.form-input>.weui-input:focus {
border-bottom: 2px solid #F67952;
}
.form-input-placeholder,
.form-input>.weui-input::placeholder {
font-size: 16px;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: bold;
color: #aeafb4;
}
.form-control {
height: 52px;
position: relative;
}
.forgot-password {
height: 24px;
font-size: 16px;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: #666;
line-height: 24px;
text-align: right;
}
.form-helper {
margin-top: 16px;
display: flex;
justify-content: space-between;
}
.login-btn {
width: 253px;
height: 55px;
background: #F67952;
border-radius: 68px 68px 68px 68px;
opacity: 1;
border: none;
color: white;
font-size: 16px;
font-family: Source Han Sans CN-Bold, Source Han Sans CN;
font-weight: bold;
}
.login-footer {
margin-top: 50px;
display: flex;
flex-direction: column;
align-items: center;
}
.quick-login {
font-size: 16px;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: #000000;
line-height: 24px;
margin-top: 30px;
}
.code-btn {
width: 83px;
height: 30px;
background: #F67952;
border-radius: 4px 4px 4px 4px;
opacity: 1;
font-size: 12px;
font-family: Source Han Sans CN-Bold, Source Han Sans CN;
font-weight: bold;
color: #FFFFFF;
border: none;
padding: 0;
position: absolute;
right: 0;
bottom: 12px;
}