oak-general-business/lib/pages/wechatLogin/confirm/web.module.less

41 lines
722 B
Plaintext

.container {
height: 100vh;
display: flex;
flex-direction: column;
padding: 30px 32px;
}
.content {
display: flex;
flex-direction: column;
align-items: center;
.icon {
font-size: 72px;
color: var(--oak-color-primary);
}
.title {
font-weight: 500;
font-size: 16px;
line-height: 28px;
margin-top: 8px;
color: var(--oak-text-color-primary);
}
.description {
margin-top: 8px;
font-size: 14px;
line-height: 22px;
color: var(--oak-text-color-secondary);
}
margin-bottom: 30px;
}