From 958ccfcdf852fcecd6ff1b85d91ee6ed98c9a3cf Mon Sep 17 00:00:00 2001 From: candice Date: Tue, 9 Aug 2022 14:14:49 +0800 Subject: [PATCH] 11 --- public/css/global.min.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/css/global.min.css b/public/css/global.min.css index 7dbf866..fe49661 100644 --- a/public/css/global.min.css +++ b/public/css/global.min.css @@ -966,7 +966,10 @@ ul.drop1 li a:hover { color: #000; text-decoration: none; } ol.drop1 { margin: 0 0 15px 30px !important; } ol.drop1 li { padding-left: 10px; line-height: 25px; margin-bottom: 10px; } ol.drop1 li strong, ol.drop1 li b { font-weight: 600; } -#header { background: url(https://data.chinahighlights.com/css/images/global/bg-header.png) repeat-x; position: relative } +#header { background: #fff; + position: relative; + height: 70px; + box-shadow: 0px 2px 4px 0px #d1d1d1; } /* get fixed */ .getFixed { display: block; box-shadow:0 3px 3px rgba(0,0,0,.3); background:#ad1818 !important; transition: all ease-in-out 1s !important; } .getFixed #subnav { display: none !important; }