diff --git a/css/index.css b/css/index.css index 793f760..ffd766f 100644 --- a/css/index.css +++ b/css/index.css @@ -3077,12 +3077,15 @@ html { background: transparent; } - .banner .banner-s .banner-list { - gap: 6px !important; - display: grid !important; - grid-template-columns: repeat(2, 1fr) !important; - width: 100% !important; - padding: 0 !important; + /* 移动端 banner-list 网格布局 */ + @media (max-width: 768px) { + .banner .banner-s .banner-list { + gap: 6px !important; + display: grid !important; + grid-template-columns: repeat(2, 1fr) !important; + width: 100% !important; + padding: 0 !important; + } } .banner-s .banner-list .banner-item {