Files
YGChatCS/pages/login/styles/index.scss

76 lines
1.3 KiB
SCSS

.login-wrapper {
display: flex;
flex-direction: column;
align-items: center;
box-sizing: border-box;
font-family: PingFang SC, PingFang SC;
height: 100vh;
padding-top: 168px;
position: relative;
background-position: 0 0;
background-size: 100% 100%;
background-repeat: no-repeat;
.back-btn {
position: absolute;
top: 44px;
left: 4px;
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
}
.login-header {
text-align: center;
max-height: 223px;
.login-avatar {
width: 150px;
display: block;
}
.login-title {
width: 137px;
height: 32px;
margin: 6px auto;
}
.login-desc {
font-size: 12px;
color: #1e4c69;
line-height: 24px;
}
}
.login-btn-area {
margin-top: 46px;
width: 297px;
.login-btn {
background: linear-gradient(246deg, #22a7ff 0%, #2567ff 100%);
width: 100%;
border-radius: 50px;
}
}
.login-agreement {
margin-top: 20px;
display: flex;
align-items: center;
.login-agreement-text {
font-size: 14px;
color: #666;
}
.login-agreement-link {
font-size: 14px;
color: #007aff;
margin: 0 5px;
}
}
}