Commit 0a4b335c001b40b1557ec51dd700a3aab7ae6089
1 parent
5618d59f
swaiper
Showing
2 changed files
with
3 additions
and
1 deletions
css/swiper.css
@@ -17,6 +17,8 @@ | @@ -17,6 +17,8 @@ | ||
17 | padding: 0; | 17 | padding: 0; |
18 | /* Fix of Webkit flickering */ | 18 | /* Fix of Webkit flickering */ |
19 | z-index: 1; | 19 | z-index: 1; |
20 | + top: 50%; | ||
21 | + margin-top: -222px; | ||
20 | } | 22 | } |
21 | .swiper-container-no-flexbox .swiper-slide { | 23 | .swiper-container-no-flexbox .swiper-slide { |
22 | float: left; | 24 | float: left; |
index.html
@@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
13 | <link rel="stylesheet" href="css/common.css?v=1"> | 13 | <link rel="stylesheet" href="css/common.css?v=1"> |
14 | <link rel="stylesheet" href="css/index.css?a=1"> | 14 | <link rel="stylesheet" href="css/index.css?a=1"> |
15 | <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css"> | 15 | <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css"> |
16 | - <link rel="stylesheet" href="css/swiper.css"> | 16 | + <link rel="stylesheet" href="css/swiper.css?a=1"> |
17 | <script src="js/config.js"></script> | 17 | <script src="js/config.js"></script> |
18 | <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> | 18 | <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> |
19 | </head> | 19 | </head> |