diff --git a/public/css/style.css b/public/css/style.css index b781892..b7418a4 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -16,7 +16,6 @@ } .header{ width: 100%; - background-color: #FFFFFF; } .h_topbox{ width: 100%; @@ -53,16 +52,17 @@ margin: auto; } .logo{ - width: 402px; - padding: 30px 0; + width: 353px; + padding: 18px 0; } .sch_downbox{ width: 360px; height: 44px; line-height: 44px; border-radius: 30px; - margin-top: 40px; + margin-top: 23px; border: 1px #cccccc solid; + background-color: #fff; } .sch_downbox input{ width: 280px; @@ -255,7 +255,7 @@ blockquote{ .ban{ background: url(../img/bg.png); - height: 400px; + height: 540px; } .contant{ width: 1200px; diff --git a/public/img/bg.png b/public/img/bg.png index 9355a4e..081a17e 100644 Binary files a/public/img/bg.png and b/public/img/bg.png differ diff --git a/public/img/logo.png b/public/img/logo.png index 13fc6f3..1827840 100644 Binary files a/public/img/logo.png and b/public/img/logo.png differ diff --git a/src/views/gateway/common/header.vue b/src/views/gateway/common/header.vue index ea4b577..5345189 100644 --- a/src/views/gateway/common/header.vue +++ b/src/views/gateway/common/header.vue @@ -1,211 +1,206 @@ diff --git a/src/views/gateway/common/main.vue b/src/views/gateway/common/main.vue index 39376ea..9e27dee 100644 --- a/src/views/gateway/common/main.vue +++ b/src/views/gateway/common/main.vue @@ -1,6 +1,6 @@