|
@@ -40,6 +40,15 @@ |
|
@@ -40,6 +40,15 @@ |
40
|
margin-top: -0.2rem;
|
40
|
margin-top: -0.2rem;
|
41
|
}
|
41
|
}
|
42
|
}
|
42
|
}
|
|
|
43
|
+ .swiper-container {
|
|
|
44
|
+ margin: 0 auto;
|
|
|
45
|
+ position: fixed;
|
|
|
46
|
+ bottom: 5.12rem;
|
|
|
47
|
+ list-style: none;
|
|
|
48
|
+ padding: 0;
|
|
|
49
|
+ z-index: 1;
|
|
|
50
|
+ }
|
|
|
51
|
+
|
43
|
</style>
|
52
|
</style>
|
44
|
</head>
|
53
|
</head>
|
45
|
<body>
|
54
|
<body>
|
|
@@ -86,7 +95,8 @@ |
|
@@ -86,7 +95,8 @@ |
86
|
$(".video_lool").css("padding-top","2rem");
|
95
|
$(".video_lool").css("padding-top","2rem");
|
87
|
$(".video_lool").css("margin-top","0");
|
96
|
$(".video_lool").css("margin-top","0");
|
88
|
$(".video_lool").css("height","2.54rem");
|
97
|
$(".video_lool").css("height","2.54rem");
|
89
|
- $(".video_text_wrap").css("top","0.6rem")
|
98
|
+ $(".video_text_wrap").css("top","0.6rem");
|
|
|
99
|
+ $(".body").css("padding-bottom","5rem")
|
90
|
|
100
|
|
91
|
}else if($(document).height()==554){
|
101
|
}else if($(document).height()==554){
|
92
|
$(".index_swiper img").css("height","102%");
|
102
|
$(".index_swiper img").css("height","102%");
|