From 8560ae34f7f9f1bb7bfd44d409076d89c17fa3ec Mon Sep 17 00:00:00 2001 From: yiqiu Date: Sun, 23 Nov 2025 12:49:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E5=A4=A7=E6=94=BE=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/index.css | 7 +++++++ index.html | 10 +++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/css/index.css b/css/index.css index 47e35bf..6b126b9 100644 --- a/css/index.css +++ b/css/index.css @@ -709,6 +709,13 @@ transition: all 0.3s ease; } +/* banner-item 标题中的重点色 */ +.banner-s .banner-list .banner-item h5 .highlight { + color: #38BDF8; + font-weight: 700; + text-shadow: 0 0 20px rgba(56, 189, 248, 0.5); +} + .banner-s .banner-list .banner-item .title-desc { color: rgba(203, 213, 225, 0.8); font-size: 13px; diff --git a/index.html b/index.html index d183c66..77aab6d 100644 --- a/index.html +++ b/index.html @@ -101,19 +101,19 @@