From 0a4b335c001b40b1557ec51dd700a3aab7ae6089 Mon Sep 17 00:00:00 2001
From: liuqimichale <123456lq>
Date: Fri, 4 Jan 2019 12:57:43 +0800
Subject: [PATCH] swaiper
---
css/swiper.css | 2 ++
index.html | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/css/swiper.css b/css/swiper.css
index 564b049..d5b59cd 100755
--- a/css/swiper.css
+++ b/css/swiper.css
@@ -17,6 +17,8 @@
padding: 0;
/* Fix of Webkit flickering */
z-index: 1;
+ top: 50%;
+ margin-top: -222px;
}
.swiper-container-no-flexbox .swiper-slide {
float: left;
diff --git a/index.html b/index.html
index 3994119..be2e5d0 100755
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
-
+
--
libgit2 0.21.4