mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
fix home page animation
This commit is contained in:
parent
f4f967ec8e
commit
0e0a16c5c0
@ -9,7 +9,6 @@
|
||||
<section id="page2" class="page"></section>
|
||||
<section id="page3" class="page"></section>
|
||||
<section id="page4" class="page"></section>
|
||||
<script src="{{static_url('../dist/home.js')}}"></script>
|
||||
<style>
|
||||
.main-wrapper {
|
||||
background: transparent;
|
||||
@ -62,7 +61,7 @@
|
||||
.banner-text-wrapper {
|
||||
position: absolute;
|
||||
left: 10%;
|
||||
bottom: 20%;
|
||||
top: 58%;
|
||||
color: #fff;
|
||||
text-align: right;
|
||||
}
|
||||
@ -247,4 +246,5 @@
|
||||
color: #eee;
|
||||
}
|
||||
</style>
|
||||
<script src="{{static_url('../dist/home.js')}}"></script>
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user