refactor: 移除hero水墨动画,优化全局样式与组件细节
This commit is contained in:
+5
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user