diff --git a/css/index.css b/css/index.css index 9b7299f..1050ab0 100755 --- a/css/index.css +++ b/css/index.css @@ -92,6 +92,22 @@ header{ height: -moz-calc(100% - 210px); position: relative; } +.guide-way{ + position: absolute; + z-index: 1000; + width: 100px; + height: 60px; + background-color: rgba(255,255,255,.5); + text-align: center; + line-height: 60px; + left: 50%; + top: 50%; + font-size: 20px; + margin: -30px 0 0 -50px; + border: 1px solid #21cabd; + font-weight: 500; + border-radius: 5px; +} .main-wrap{ width: 1186px; height: 472px; diff --git a/index.html b/index.html index d529319..4306dfd 100755 --- a/index.html +++ b/index.html @@ -32,6 +32,7 @@
+