Ver Fonte

修改背景颜色

pengchanglu há 3 anos atrás
pai
commit
f24ede7589

+ 1 - 1
public/assets/addons/wwh/css/media.css

@@ -216,7 +216,7 @@
 
     /*底部*/
     .footer_b {padding-left:3%;padding-right:3%;}
-    .footer_b h3 {width:100%;line-height:24px;text-align:center;padding:5px 0;background:#161616 !important;}
+    .footer_b h3 {width:100%;line-height:24px;text-align:center;padding:5px 0;background:#3062a8 !important;}
     .footer_b h3 i {display:block;float:none;text-align:center;}
     .footer .foot-tops {padding:0.7rem 0;display:none;}
 

+ 4 - 4
public/assets/addons/wwh/css/style.css

@@ -18,7 +18,7 @@ input.text,textarea.text {display:block;padding:0px;width:100%;border:0px;backgr
 /*头部*/
 .Header-wrapper {z-index:99;}
 .Header-wrapper .Header-cl {position:relative;}
-.header-container {width:100%;background-color:#161616;position:fixed;top:0px;left:0px;z-index:90;}
+.header-container {width:100%;background-color:#3062a8;position:fixed;top:0px;left:0px;z-index:90;}
 .H-logo {height:70px;line-height:70px;font-size:0px;float:left;position:relative;overflow:hidden;z-index:5;margin-left:4%;}
 .H-action {float:right;margin-right:4%;}
 .H-mail,.H-srch {height:70px;float:left;}
@@ -28,7 +28,7 @@ input.text,textarea.text {display:block;padding:0px;width:100%;border:0px;backgr
 .H-mail .Hmail-menu b {position:absolute;background-color:#fff;width:1px;height:20px;display:inline-block;top:50%;right:0;margin-top:-10px;}
 .H-srch .Hsrch-menu {display:block;width:100px;height:100%;transition:none;-webkit-transition:none;font-size:16px;text-align:center;color:#fff;line-height:70px;}
 .H-srch .Hsrch-menu i {width:17px;height:17px;background-repeat:no-repeat;background-image:url('img/search.png');display:inline-block;vertical-align:middle;margin:-4px 0 0 4px;}
-.Hsrch-box {width:100%;height:70px;background:#1e2124;position:absolute;top:0px;left:0px;display:none;position:absolute;z-index:2;}
+.Hsrch-box {width:100%;height:70px;background:#3062a8;position:absolute;top:0px;left:0px;display:none;position:absolute;z-index:2;}
 .Hsrch-block {padding:0 0 0 4rem !important;width:12rem !important;height:32px;margin:19px auto 0;}
 .Hsrch-block .btn {width:24px;height:32px;background:url('img/msearch.png') no-repeat center center;float:left;}
 .Hsrch-block .close {display:block;width:24px;height:32px;background:url('img/mclose.png') no-repeat center center;float:right;}
@@ -215,7 +215,7 @@ input.text,textarea.text {display:block;padding:0px;width:100%;border:0px;backgr
 
 /*底部*/
 .footer {box-shadow:0px -5px 10px 0px rgba(19,19,19,0.05);position:relative;}
-.footer .foot-tops {padding:60px 0 80px;background-color:#161616;}
+.footer .foot-tops {padding:60px 0 80px;background-color:#3062a8;}
 .footer .foot-tops .container {display:flex;justify-content:space-between;}
 .footer .foot-tops .container .left-nav {display:flex;}
 .footer .foot-tops .container .left-nav .items-box .tt {font-size:18px;line-height:20px;color:#fff;opacity:.8;}
@@ -228,7 +228,7 @@ input.text,textarea.text {display:block;padding:0px;width:100%;border:0px;backgr
 .footer .foot-tops .container .right-box .code-box img {width:100%;}
 .footer .foot-tops .container .right-box .text {text-align:center;margin-top:10px;}
 .footer .foot-tops .container .right-box .text span {margin-left:10px;color:#fff;opacity:.7;display:inline-block;}
-.footer_b {width:100%;background-color:#161616;}
+.footer_b {width:100%;background-color:#3062a8;}
 .footer_b h3 {font-size:14px;line-height:60px;color:#fff;padding-top:20px;font-weight:normal;opacity:.8;width:75%;max-width:1440px;margin:0 auto;position:relative;}
 .footer_b h3 i {font-style:normal;float:right;}
 .footer_b h3 span {margin-left:20px}