mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
add line
This commit is contained in:
parent
11cdde70ef
commit
d3fdb1ae87
@ -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}]}>
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user