fix: reset site style

This commit is contained in:
ycjcl868 2019-12-02 00:01:31 +08:00
parent d94845fc7c
commit 6fa168c835
3 changed files with 9 additions and 0 deletions

View File

@ -5,9 +5,14 @@ body {
html {
overflow-x: hidden;
}
body {
color: @site-text-color;
font-size: 14px;
font-family: @font-family;
line-height: 1.5;
background: #fff;
transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@ -18,6 +23,7 @@ a {
.main-wrapper {
position: relative;
padding: 40px 0 0;
background: #fff;
}
.main-container {
@ -25,6 +31,7 @@ a {
min-height: 500px;
padding: 0 170px 144px 64px;
overflow: hidden;
background: #fff;
}
.main-menu {

View File

@ -65,6 +65,7 @@
&-demo {
padding: 42px 24px 50px;
color: rgba(0, 0, 0, 0.65);
border-bottom: 1px solid @site-border-color-split;
}

View File

@ -5,6 +5,7 @@
position: relative;
z-index: 10;
max-width: 100%;
background: #fff;
box-shadow: 0 2px 8px rgba(240, 241, 242, 65);
&.home-nav-bottom {
background: rgba(255, 255, 255, 0.9);