From 611a10b872730fb56c504d25b4c6644bf5dbab45 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Sat, 22 Nov 2025 00:37:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=8A=E7=B3=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/theme.css | 10 +++---- css/index.css | 15 +++++++++++ index.html | 1 + js/index.js | 26 +++++++++++++++++++ .../template/admin/index.html | 9 ++++++- 5 files changed, 55 insertions(+), 6 deletions(-) diff --git a/common/theme.css b/common/theme.css index 260078f..4fc6ce5 100644 --- a/common/theme.css +++ b/common/theme.css @@ -105,11 +105,11 @@ a:hover { cursor: pointer; } -.btn2 { - padding: 8px 32px; - opacity: 1; - border-radius: 3px; - cursor: pointer; +.btn2 { + padding: 10px 40px; + opacity: 1; + border-radius: 3px; + cursor: pointer; } diff --git a/css/index.css b/css/index.css index b3fb9e5..86098bd 100644 --- a/css/index.css +++ b/css/index.css @@ -75,6 +75,21 @@ pointer-events: auto; } +/* 轮播文案标签 */ +.banner-tags { + margin-bottom: 12px; +} + +.banner-tag-pill { + display: inline-block; + margin-right: 8px; + padding: 2px 8px; + font-size: 12px; + border-radius: 999px; + background: rgba(29, 78, 216, 0.08); + color: #1D4ED8; +} + /* 3D 地球容器:与 section-content 右对齐(和下方卡片区域右边保持一致) */ .banner-globe { position: absolute; diff --git a/index.html b/index.html index 91fb068..45dd75a 100644 --- a/index.html +++ b/index.html @@ -25,6 +25,7 @@