mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
fix: reset site style
This commit is contained in:
parent
d94845fc7c
commit
6fa168c835
@ -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 {
|
||||
|
@ -65,6 +65,7 @@
|
||||
|
||||
&-demo {
|
||||
padding: 42px 24px 50px;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
border-bottom: 1px solid @site-border-color-split;
|
||||
}
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user