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="page2" class="page"></section>
|
||||||
<section id="page3" class="page"></section>
|
<section id="page3" class="page"></section>
|
||||||
<section id="page4" class="page"></section>
|
<section id="page4" class="page"></section>
|
||||||
<script src="{{static_url('../dist/home.js')}}"></script>
|
|
||||||
<style>
|
<style>
|
||||||
.main-wrapper {
|
.main-wrapper {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
@ -62,7 +61,7 @@
|
|||||||
.banner-text-wrapper {
|
.banner-text-wrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 10%;
|
left: 10%;
|
||||||
bottom: 20%;
|
top: 58%;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
@ -247,4 +246,5 @@
|
|||||||
color: #eee;
|
color: #eee;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<script src="{{static_url('../dist/home.js')}}"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user