...
|
...
|
@@ -10,6 +10,7 @@ |
|
|
display: flex;
|
|
|
flex-flow: column;
|
|
|
/*height: 100%;*/
|
|
|
overflow-y: scroll;
|
|
|
}
|
|
|
.container {
|
|
|
display: flex;
|
...
|
...
|
@@ -18,6 +19,7 @@ |
|
|
flex-direction: column;
|
|
|
/*overflow: auto;*/
|
|
|
overflow-x: hidden;
|
|
|
overflow-y: scroll;
|
|
|
}
|
|
|
.footer {
|
|
|
display: flex;
|
...
|
...
|
@@ -75,8 +77,6 @@ |
|
|
<include file="public@footer"/>
|
|
|
<script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script>
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
|
|
|
var swiper = new Swiper('.swiper-container', {
|
|
|
pagination: {
|
|
|
el: '.swiper-pagination',
|
...
|
...
|
|