...
|
...
|
@@ -26,7 +26,7 @@ |
|
|
background-color: #FFFFFF;
|
|
|
box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0,0.6);
|
|
|
}
|
|
|
@media screen and (max-width: 375px) {
|
|
|
@media screen and (min-width: 375px) {
|
|
|
.video_lool{
|
|
|
margin-top: -0.3rem;
|
|
|
}
|
...
|
...
|
@@ -74,6 +74,7 @@ |
|
|
<include file="public@footer"/>
|
|
|
<script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script>
|
|
|
<script type="text/javascript">
|
|
|
alert($(document).width());
|
|
|
var swiper = new Swiper('.swiper-container', {
|
|
|
pagination: {
|
|
|
el: '.swiper-pagination',
|
...
|
...
|
|