mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-07 14:25:32 +08:00
14 lines
221 B
CSS
Executable File
14 lines
221 B
CSS
Executable File
/**
|
|
* 底部内容处理
|
|
*/
|
|
.footer-nav-content,
|
|
.friendship-list {
|
|
display: none;
|
|
}
|
|
.am-footer-default,
|
|
.am-footer-miscs > .am-container {
|
|
border-top: 0;
|
|
}
|
|
.am-footer-default {
|
|
background: var(--body-bg-color);
|
|
} |