From a6c1d8cf35ff238ce829922b11723ba02f141167 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Wed, 18 Mar 2026 23:51:22 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=BD=AE=E6=92=AD=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E8=93=9D=E7=B4=AB=E6=B8=90=E5=8F=98=E8=89=B2?= =?UTF-8?q?=EF=BC=8C=E5=8E=BB=E6=8E=89=E5=A4=9A=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/index.css | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/css/index.css b/css/index.css index 014f08b..8e33a0b 100644 --- a/css/index.css +++ b/css/index.css @@ -292,37 +292,6 @@ opacity: 0.8; } -/* 多色标签 — 每个标签自动分配不同渐变色 */ -.banner-tag-pill:nth-child(1) { - background: linear-gradient(135deg, #38BDF8 0%, #6366F1 100%); - box-shadow: 0 4px 12px rgba(56, 189, 248, 0.4); -} - -.banner-tag-pill:nth-child(2) { - background: linear-gradient(135deg, #F472B6 0%, #EC4899 100%); - box-shadow: 0 4px 12px rgba(244, 114, 182, 0.4); -} - -.banner-tag-pill:nth-child(3) { - background: linear-gradient(135deg, #34D399 0%, #059669 100%); - box-shadow: 0 4px 12px rgba(52, 211, 153, 0.4); -} - -.banner-tag-pill:nth-child(4) { - background: linear-gradient(135deg, #FBBF24 0%, #F59E0B 100%); - box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4); -} - -.banner-tag-pill:nth-child(5) { - background: linear-gradient(135deg, #FB923C 0%, #EA580C 100%); - box-shadow: 0 4px 12px rgba(251, 146, 60, 0.4); -} - -.banner-tag-pill:nth-child(n+6) { - background: linear-gradient(135deg, #A78BFA 0%, #7C3AED 100%); - box-shadow: 0 4px 12px rgba(167, 139, 250, 0.4); -} - /* 按钮优化 - 科技感渐变发光效果 */ .banner-cont .btn2 { position: relative;