This commit is contained in:
jljsj 2016-01-07 19:50:14 +08:00
parent 11cdde70ef
commit d3fdb1ae87
2 changed files with 3 additions and 3 deletions

View File

@ -49,6 +49,7 @@ class Banner extends React.Component {
<QueueAnim className="banner-text-wrapper" type={this.typeFunc} delay={300}>
<h1 key="h1">ANT <p>DESIGN</p></h1>
<p key="content">一个 UI 设计语言</p>
<span className="line" key="line"/>
<a key="button" href="/docs/spec/introduce"><Icon type="smile-circle"/>开始探索</a>
</QueueAnim>
<TweenOne className='down' vars={[{opacity: 1},{y: 10, duration: 800, yoyo: true, repeat: -1}]}>

View File

@ -85,10 +85,9 @@
width: 1px;
height: 80px;
position: absolute;
background: #fff;
background: rgba(255, 255, 255, .5);
top: 10px;
right: -25px;
opacity: 0.5;
}
.banner-text-wrapper > p {