update site style

This commit is contained in:
afc163 2015-08-31 16:28:35 +08:00
parent 6c8cf955af
commit 55ed5f1cab
2 changed files with 9 additions and 3 deletions

View File

@ -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>

View File

@ -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;