gpt4 book ai didi

css - 如何在 next.js 中使用带有顺风的背景图像?

转载 作者:行者123 更新时间:2023-12-05 01:51:09 27 4
gpt4 key购买 nike

<分区>

我在名为 bg.png 的公用文件夹中有一个背景图片

在 pages 文件夹的 index.js 页面中,我想将该图像用作背景图像

我已经按照官方网站的文档安装了 tailwind。

我已经试过了,但是不行。

从“../public/bg.png”导入背景图;

return (
<div
className="bg-scroll"
style={{
backgroundImage: `url(${BG})`,
height: "972px",
}}
>
</div>
)

它不显示图像。

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com