header搜索框样式错乱调整
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 4s

This commit is contained in:
2026-04-08 13:54:02 +08:00
parent eb015c552f
commit 184e81737e
7 changed files with 45 additions and 23 deletions

View File

@@ -9,7 +9,7 @@
<div class="pageMain">
<!-- banner -->
{notempty name="focus_images"}
<div class="swiper-container bannerswiper">
<div class="swiper-container bannerswiper" style="background: #fff;">
<div class="swiper-wrapper">
{volist name="focus_images" id="focus"}
<div class="swiper-slide">

View File

@@ -28,7 +28,10 @@
position: relative;
padding: 0 12.5em;
overflow: visible;
height: 64px;
background: #fff;
display: flex;
align-items: center;
}
/* 顶部导航栏内容区带左右边距外框1920px */