refactor: 移除hero水墨动画,优化全局样式与组件细节

This commit is contained in:
张翔
2026-05-04 00:00:19 +08:00
parent 61bb24d56e
commit 747405dc96
19 changed files with 1757 additions and 19 deletions
+5 -1
View File
@@ -1152,10 +1152,14 @@ body {
}
/* 优化移动端按钮和链接的触摸目标 */
a, button {
a:not(nav[aria-label="breadcrumb"] a), button {
min-height: 44px;
min-width: 44px;
}
nav[aria-label="breadcrumb"] a {
min-height: 0;
min-width: 0;
}
/* 防止长文本溢出 */
p, li, span {