mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
update site style
This commit is contained in:
parent
6c8cf955af
commit
55ed5f1cab
@ -10,7 +10,6 @@
|
||||
<div class="main-box" id="main">
|
||||
<div class="banner-box">
|
||||
<div id="bannerAnim"></div>
|
||||
<div class="banner-img fn-alpha-out"></div>
|
||||
<div class="banner-entry fn-hide">
|
||||
<div class="entry-title">Ant</div>
|
||||
<div class="entry-title">Design</div>
|
||||
@ -22,6 +21,7 @@
|
||||
开始使用
|
||||
</a>
|
||||
</div>
|
||||
<div class="banner-img fn-alpha-out"></div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/static/homeLoad.js"></script>
|
||||
|
@ -90,8 +90,7 @@ a.logo {
|
||||
transition: margin 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, height 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
|
||||
text-transform: uppercase;
|
||||
font-size: 18px;
|
||||
font-family: "Microsoft YaHei","微软雅黑","Hiragino Sans GB",sans-serif;
|
||||
font-weight: 500;
|
||||
font-family: "Hiragino Sans GB","Microsoft YaHei","微软雅黑",sans-serif;
|
||||
color: #6EB4E0;
|
||||
}
|
||||
|
||||
@ -1887,6 +1886,13 @@ a.entry-link:hover .anticon-smile {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.banner-entry {
|
||||
position: relative;
|
||||
top: 30px;
|
||||
left: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.nav {
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
|
Loading…
Reference in New Issue
Block a user