2023-11-08 07:43:08 +00:00
|
|
|
/**
|
|
|
|
|
* 登录、注册、密码找回
|
|
|
|
|
*/
|
|
|
|
|
.user-form-content-container {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 登录页面窗口高度固定
|
|
|
|
|
*/
|
|
|
|
|
.user-login-content-container {
|
|
|
|
|
min-height: 43rem;
|
|
|
|
|
}
|
|
|
|
|
.user-login-content-container.not-login-verify {
|
|
|
|
|
min-height: 39rem;
|
|
|
|
|
}
|
|
|
|
|
.user-login-content-container .bottom-container {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2018-12-28 10:58:37 +00:00
|
|
|
/**
|
2023-08-27 08:10:21 +00:00
|
|
|
* 底部内容处理
|
2018-12-28 10:58:37 +00:00
|
|
|
*/
|
2023-08-27 08:10:21 +00:00
|
|
|
.footer-nav-content,
|
|
|
|
|
.friendship-list {
|
|
|
|
|
display: none;
|
2019-05-16 10:42:22 +00:00
|
|
|
}
|
2023-08-27 08:10:21 +00:00
|
|
|
.am-footer-default,
|
|
|
|
|
.am-footer-miscs > .am-container {
|
|
|
|
|
border-top: 0;
|
2019-05-16 10:42:22 +00:00
|
|
|
}
|
2023-08-27 08:10:21 +00:00
|
|
|
.am-footer-default {
|
|
|
|
|
background: var(--body-bg-color);
|
2019-05-17 09:47:47 +00:00
|
|
|
}
|