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 @@