feature: 桌面端首页背景fixed

This commit is contained in:
tangly1024
2021-12-28 14:22:54 +08:00
parent 09fe142a9c
commit 5103a64b2d

View File

@@ -96,7 +96,7 @@ export default function Header () {
return (
<header
id="header"
className="duration-500 w-full bg-cover bg-center lg:-mt-14 h-screen bg-black"
className="duration-500 md:bg-fixed w-full bg-cover bg-center lg:-mt-14 h-screen bg-black"
style={{
backgroundImage:
`linear-gradient(rgba(0, 0, 0, 0.8), rgba(0,0,0,0.2), rgba(0, 0, 0, 0.8) ),url("${BLOG.bannerImage}")`