的撒法
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-23 12:46:13 +08:00
parent 5fb8bd4168
commit 9794bd1a3d
2 changed files with 0 additions and 31 deletions

View File

@@ -701,16 +701,6 @@
background: linear-gradient(180deg, transparent, rgba(148, 163, 184, 0.2), transparent);
}
.banner-s .banner-list .banner-item:hover {
background: transparent; /* 移除毛玻璃背景 */
transform: translateY(-8px);
box-shadow: none; /* 移除阴影 */
}
.banner-s .banner-list .banner-item:hover h5 {
color: #38BDF8;
transform: translateX(5px);
}
.banner-s .banner-list .banner-item h5 {
color: #F9FAFB;
@@ -725,23 +715,6 @@
line-height: 1.6;
}
.banner-list .banner-item .banner-tag {
font-size: 12px;
color: #38BDF8;
background: rgba(56, 189, 248, 0.12);
border: 1px solid rgba(56, 189, 248, 0.3);
padding: 6px 12px;
border-radius: 6px;
display: inline-block;
font-weight: 500;
transition: all 0.3s ease;
}
.banner-s .banner-list .banner-item:hover .banner-tag {
background: rgba(56, 189, 248, 0.2);
border-color: rgba(56, 189, 248, 0.5);
box-shadow: 0 4px 12px rgba(56, 189, 248, 0.3);
}
/* 服务内容 */
.service-content {