From 6136ea68b4b8a11b90bc1790498adb76988af60f Mon Sep 17 00:00:00 2001 From: Spirit Date: Fri, 25 Oct 2019 16:40:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=B8=E9=A1=B6=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 0e8b216..9a45378 100644 --- a/style.css +++ b/style.css @@ -4357,6 +4357,12 @@ i.iconfont.js-toggle-search.iconsearch { } .ins-section .ins-section-header { + position: sticky; + top: 0; + background: #fff; + text-align: center; + padding: 8px 15px; + z-index: 1; color: #9a9a9a; border-bottom: 1px solid #e2e2e2; }