Commit 1fea0eaeb84348947d867245b0da443b42569960

Authored by liuqimichale
1 parent 65214436

slider

css/index.css
... ... @@ -1220,6 +1220,20 @@ header{
1220 1220 cursor: pointer;
1221 1221 position: relative;
1222 1222 }
  1223 +.silde-wrap li:nth-of-type(2){
  1224 + width: 1200px;
  1225 + height: 444px;
  1226 + background:url("../img/silde-wrap2-icon.png") no-repeat ;
  1227 + cursor: pointer;
  1228 + position: relative;
  1229 +}
  1230 +.silde-wrap li:nth-of-type(3){
  1231 + width: 1200px;
  1232 + height: 444px;
  1233 + background:url("../img/silde-wrap3-icon.png") no-repeat ;
  1234 + cursor: pointer;
  1235 + position: relative;
  1236 +}
1223 1237 .silde-wrap li:nth-of-type(1) div{
1224 1238 font-size:24px;
1225 1239 font-weight:600;
... ... @@ -1240,18 +1254,18 @@ header{
1240 1254 left: 1012px;
1241 1255 top: 387px;
1242 1256 }
1243   -.silde-wrap li:nth-of-type(2){
1244   - width: 1200px;
1245   - height: 444px;
1246   - background-color: #ff0;
1247   - cursor: pointer;
1248   -}
1249   -.silde-wrap li:nth-of-type(3){
1250   - width: 1200px;
1251   - height: 444px;
1252   - background-color: #f0f;
1253   - cursor: pointer;
1254   -}
  1257 +/*.silde-wrap li:nth-of-type(2){*/
  1258 + /*width: 1200px;*/
  1259 + /*height: 444px;*/
  1260 + /*background-color: #ff0;*/
  1261 + /*cursor: pointer;*/
  1262 +/*}*/
  1263 +/*.silde-wrap li:nth-of-type(3){*/
  1264 + /*width: 1200px;*/
  1265 + /*height: 444px;*/
  1266 + /*background-color: #f0f;*/
  1267 + /*cursor: pointer;*/
  1268 +/*}*/
1255 1269 /*底部_______________________________________________*/
1256 1270 .footer-nav{
1257 1271 width: 1270px;
... ...
img/silde-wrap2-icon.png 0 → 100644

433 KB

img/silde-wrap3-icon.png 0 → 100644

141 KB