结构
Some checks failed
Tests / PHP 8.2 (push) Has been cancelled
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled

This commit is contained in:
zhongjy001
2026-03-10 10:15:14 +08:00
parent e30c6a9f14
commit 20670f45e1
3 changed files with 33 additions and 74 deletions

View File

@@ -336,7 +336,7 @@ body { background: #ffffff !important; }
.tool-card {
border: 1px solid #e5e7eb;
border-radius: 10px;
border-radius: 4px;
background: #ffffff;
box-shadow: 0 1px 3px rgba(0,0,0,0.08);
padding: .7rem .75rem;
@@ -350,9 +350,7 @@ body { background: #ffffff !important; }
}
.tool-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(0,0,0,0.12);
border-color: #d1d5db;
border-color: #306AF1;
}
.tool-card-icon {