From 1fea0eaeb84348947d867245b0da443b42569960 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Fri, 9 Nov 2018 15:16:55 +0800 Subject: [PATCH] slider --- css/index.css | 38 ++++++++++++++++++++++++++------------ img/silde-wrap2-icon.png | Bin 0 -> 443737 bytes img/silde-wrap3-icon.png | Bin 0 -> 144505 bytes 3 files changed, 26 insertions(+), 12 deletions(-) create mode 100644 img/silde-wrap2-icon.png create mode 100644 img/silde-wrap3-icon.png diff --git a/css/index.css b/css/index.css index f528b39..7aedd49 100755 --- a/css/index.css +++ b/css/index.css @@ -1220,6 +1220,20 @@ header{ cursor: pointer; position: relative; } +.silde-wrap li:nth-of-type(2){ + width: 1200px; + height: 444px; + background:url("../img/silde-wrap2-icon.png") no-repeat ; + cursor: pointer; + position: relative; +} +.silde-wrap li:nth-of-type(3){ + width: 1200px; + height: 444px; + background:url("../img/silde-wrap3-icon.png") no-repeat ; + cursor: pointer; + position: relative; +} .silde-wrap li:nth-of-type(1) div{ font-size:24px; font-weight:600; @@ -1240,18 +1254,18 @@ header{ left: 1012px; top: 387px; } -.silde-wrap li:nth-of-type(2){ - width: 1200px; - height: 444px; - background-color: #ff0; - cursor: pointer; -} -.silde-wrap li:nth-of-type(3){ - width: 1200px; - height: 444px; - background-color: #f0f; - cursor: pointer; -} +/*.silde-wrap li:nth-of-type(2){*/ + /*width: 1200px;*/ + /*height: 444px;*/ + /*background-color: #ff0;*/ + /*cursor: pointer;*/ +/*}*/ +/*.silde-wrap li:nth-of-type(3){*/ + /*width: 1200px;*/ + /*height: 444px;*/ + /*background-color: #f0f;*/ + /*cursor: pointer;*/ +/*}*/ /*底部_______________________________________________*/ .footer-nav{ width: 1270px; diff --git a/img/silde-wrap2-icon.png b/img/silde-wrap2-icon.png new file mode 100644 index 0000000..f757d74 Binary files /dev/null and b/img/silde-wrap2-icon.png differ diff --git a/img/silde-wrap3-icon.png b/img/silde-wrap3-icon.png new file mode 100644 index 0000000..b15ff65 Binary files /dev/null and b/img/silde-wrap3-icon.png differ -- libgit2 0.21.4