From 8a4454e11e46b3eee1b5f704480e2f81a28445af Mon Sep 17 00:00:00 2001 From: chenbiao Date: Fri, 25 Jan 2019 18:00:35 +0800 Subject: [PATCH] add dev 智联地锁 --- contact.html | 2 ++ css/contact.css | 18 +++++++++++++++++- images/swiper-l-r.png | Bin 0 -> 2000 bytes 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 images/swiper-l-r.png diff --git a/contact.html b/contact.html index 511fab0..4fd7a4e 100644 --- a/contact.html +++ b/contact.html @@ -129,6 +129,7 @@
企业荣誉
打造创新型停车场 轻松停车
+
@@ -139,6 +140,7 @@
+
diff --git a/css/contact.css b/css/contact.css index 6d8e10c..b87dc81 100644 --- a/css/contact.css +++ b/css/contact.css @@ -197,5 +197,21 @@ width: 382px; height: 260px; float: left; - margin-right: 20px; + margin-right: 27px; +} +.box span{ + position: absolute; + bottom:105px; + display: inline-block; + width: 50px; + height: 50px; + cursor: pointer; + background: url('../images/swiper-l-r.png') no-repeat; + /*background-size: 100% 100%;*/ + z-index: 90; } + +.box .next{ + background-position: -60px 0px; + right: 0; +} \ No newline at end of file diff --git a/images/swiper-l-r.png b/images/swiper-l-r.png new file mode 100644 index 0000000..bc86ef1 Binary files /dev/null and b/images/swiper-l-r.png differ -- libgit2 0.21.4