Commit 0a4b335c001b40b1557ec51dd700a3aab7ae6089

Authored by liuqimichale
1 parent 5618d59f

swaiper

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