From c72e61b6b10481a6fb1e2af441b02462e418f4f2 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Wed, 5 Dec 2018 21:56:10 +0800 Subject: [PATCH] 进入平台 --- css/index.css | 16 ++++++++++++++++ index.html | 1 + js/index.js | 10 +++++----- 3 files changed, 22 insertions(+), 5 deletions(-) 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 @@
+