1
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
// 通用样式 - LESS版本
|
||||
@import './variables.less';
|
||||
|
||||
/* 为固定头部预留统一顶部空间 */
|
||||
body {
|
||||
padding-top: 120px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
body {
|
||||
padding-top: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
.scrollToContentWrapper {
|
||||
height: 6em;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user