From 3bfa14e8006ccdbad6ec642364956846394d2baa Mon Sep 17 00:00:00 2001 From: yiqiu Date: Sat, 22 Nov 2025 22:46:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9A=84=E6=92=92=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/index.css | 15 +++++++++++++++ index.html | 37 +++++++++++++++++++++++++++++++++---- 2 files changed, 48 insertions(+), 4 deletions(-) diff --git a/css/index.css b/css/index.css index 2a3992d..d3867f1 100644 --- a/css/index.css +++ b/css/index.css @@ -27,6 +27,21 @@ } +/* 轮播文案标签(标题上方的小圆角标签) */ +.banner-tags { + margin-bottom: 12px; +} + +.banner-tag-pill { + display: inline-block; + margin-right: 8px; + padding: 4px 12px; + font-size: 14px; + border-radius: 999px; + background: rgba(255, 103, 57, 0.08); + color: #FF6739; +} + .banner-cont .swiper-pagination-bullet { width: 36px; height: 4px; diff --git a/index.html b/index.html index f0a13c2..3ca2e29 100644 --- a/index.html +++ b/index.html @@ -11,16 +11,45 @@
{include file="public/header"}
- +