vr-shopxo-source/public/static/index/default/css/user.css

38 lines
617 B
CSS
Raw Normal View History

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
}