diff --git a/assets/css/common.css b/assets/css/common.css index e432f8c..495d394 100644 --- a/assets/css/common.css +++ b/assets/css/common.css @@ -910,7 +910,6 @@ h6 { #gywm { position: relative; - top: -72px } .ad-popup[data-v-9febef54] { diff --git a/assets/css/home.css b/assets/css/home.css index 4560bbb..a9332e5 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -415,7 +415,7 @@ h6 { /* ============ 新闻资讯栏目 ============ */ .xwzx-box { - padding-bottom: 160px; + padding-bottom: 100px; background-color: #fff; } .xwzx-box__inner { @@ -477,7 +477,8 @@ h6 { } .xwzx__featured__img img { width: 100%; - height: 100%; + height: 478px; + max-height: 478px; object-fit: cover; display: block; }