|
1234567891011121314151617 |
- $(document).ready(function(){
-
-
-
-
-
-
-
- });
- $(window).load(function() {
- var h = $(window).height();
- $(".swiper-banner").css("height",h);
-
- $(window).resize(function() {
- $(".swiper-banner").css("height",h)
- });
- });
|