diff --git a/static/html/index_new.html b/static/html/index_new.html index 9f713d1..3308caf 100644 --- a/static/html/index_new.html +++ b/static/html/index_new.html @@ -11,11 +11,8 @@ .header{ background-color: #fff; color: #fff; - top: 0; - left: 0; width: 100%; z-index: 100; - position: relative; } .container{ width: 1140px; @@ -41,14 +38,65 @@ .header .navBtn{ float: right; margin:30px 0 30px 20px; + display: inline-block; } - @media screen and (max-width: 500px) { + .banner{ + text-align: center; + color: #fff; + background-color: #20b2bb; + padding: 20px 10px; + font-size: 18px; + line-height: 28px; + } + .banner h1 { + font-size: 34px; + margin: 20px 0px; + line-height: 45px; + font-weight: 500; + font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif; + } + .banner p{ + max-width: 1200px; + margin: 0 auto; + } + .banner .downloadBtn{margin-top: 20px;} + .downloadBtn{display:inline-block;text-decoration:none;color:#fff;border:1px solid #fff;padding:10px 15px;border-radius:5px;} + .downloadBtn:hover{background:#fff;color:#20b2bb;} + .jumbotron{ + width: 1000px; + margin: 30px auto; + box-shadow: 2px 2px 15px rgba(0,0,0,.3); + display: block; + } + .useFunction{ + background-color: #2d3748; + border-radius: 6px;padding:3px;width:420px; + color:#b5f4a5; + margin-top:10px; + font-size:12px; + height:290px; + } + .mainTechLeft{ + float: left; + } + .mainTechLeft h3{ + font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif; + } + .mainTechRight{ + width: 500px; + float: right; + box-shadow: 2px 2px 15px rgba(0,0,0,.3); + } + .copyright{ + font-size: 20px; + color: #ccc; + text-align: center; + margin: 40px 0px; + } + @media screen and (max-width: 800px) { .container{ width: 100%; } - .header{ - height: auto; - } .header .logo{ float: none; text-align: center; @@ -56,27 +104,71 @@ } .header .navBtn{ margin:5px 0 10px 10px; - display: none; + float: none; + } + .banner p{ + text-align: left; } - .header .navBtn.mobile{ - display: inline-block; + .jumbotron{ + width: 100%; + height: auto; + } + .mainTechLeft{ + float: none; + } + .mainTechLeft .useFunction{ + width: 100%; + } + .mainTechRight{ + width: 100%; + float: none; } } .clear{clear:both} -
+
-
+
- + + GOFLY在线客服 + +
+
+

立即网页体验

+ +
+ +
+
+ \ No newline at end of file diff --git a/static/images/admin.jpg b/static/images/admin.jpg new file mode 100644 index 0000000..22d5a97 Binary files /dev/null and b/static/images/admin.jpg differ