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"}
- +