fix(ui): about hero 下划线不再遮挡副标题 + home hero 移除重复 Logo
- about-content-v4: hero 标题强调下划线 absolute -bottom-2 → bottom-0, 不再向下溢出侵入下一行文字(浏览器几何验证:下划线 642-645px 位于 '专业核心团队'(521-629) 与 '的转型伙伴'(656-764) 间隙,零遮挡) - home-content-v15: hero 删除品牌 Logo(与导航栏重复),slogan badge 成为首元素;移除 Image import - 测试:hero logo 断言改为 'hero 内不重复渲染 img(与 header 去重)' - 视觉基线更新 4 张:home-fullpage / about-fullpage / theme-light-main / theme-dark-main
This commit is contained in:
@@ -73,7 +73,7 @@ function HeroSection({ data }: { data: AboutData }) {
|
||||
<span className="relative text-brand font-black">
|
||||
{line}
|
||||
<motion.span
|
||||
className="absolute -bottom-2 left-0 w-full h-[3px] bg-brand"
|
||||
className="absolute bottom-0 left-0 w-full h-[3px] bg-brand"
|
||||
style={{ transformOrigin: 'left' }}
|
||||
initial={{ scaleX: 0 }}
|
||||
animate={{ scaleX: 1 }}
|
||||
|
||||
Reference in New Issue
Block a user