feature: 桌面端首页背景fixed

This commit is contained in:
tangly1024
2021-12-28 14:22:54 +08:00
parent 80d49a3c79
commit 69f8a66c27

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}")`