diff --git a/css/index.css b/css/index.css index d12dfd5..f528b39 100755 --- a/css/index.css +++ b/css/index.css @@ -1206,7 +1206,11 @@ header{ width: 1200px; height: 444px; overflow: hidden; - margin: 0 auto; + position: absolute; + top:50%; + left: 50%; + margin-left: -600px; + margin-top: -222px; } .silde-wrap li:nth-of-type(1){ @@ -1214,6 +1218,27 @@ header{ height: 444px; background:url("../img/silde-wrap1-icon.png") no-repeat ; cursor: pointer; + position: relative; +} +.silde-wrap li:nth-of-type(1) div{ + font-size:24px; + font-weight:600; + color:rgba(255,255,255,1); +} +.silde-wrap li:nth-of-type(1) div:nth-of-type(1){ + position: absolute; + left: 87px; + top: 300px; +} +.silde-wrap li:nth-of-type(1) div:nth-of-type(2){ + position: absolute; + left: 1012px; + top: 162px; +} +.silde-wrap li:nth-of-type(1) div:nth-of-type(3){ + position: absolute; + left: 1012px; + top: 387px; } .silde-wrap li:nth-of-type(2){ width: 1200px; diff --git a/index.html b/index.html index 4a640ac..5f69d3a 100755 --- a/index.html +++ b/index.html @@ -87,9 +87,13 @@