fix home page animation

This commit is contained in:
afc163 2016-01-11 18:53:01 +08:00
parent f4f967ec8e
commit 0e0a16c5c0

View File

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