gpt4 book ai didi

css - ReactJS CSS backgroundImage 在滚动调整窗口大小时在底部创建空白

转载 作者:太空宇宙 更新时间:2023-11-04 05:59:43 26 4
gpt4 key购买 nike

我正在开发一个 react 网站的背景,我在组件上面的div中使用它,因为我只希望它成为某些组件的背景而不是所有网站。

问题是,当我滚动或调整窗口大小时,它会在图像下方显示空白区域,而且我不能在 css 中使用图像,只能使用内联样式,因为我想稍后将其存储在变量中。

希望我能得到一些有用的反馈。

render(){
return (
<div style={{ backgroundImage: `url(${background})`,height:"100vh",backgroundSize : "100% 100%",backgroundAttachment: "scroll", backgroundRepeat: "norepeat", backgroundPosition: "center center"}}>
<div style={{paddingTop : '5%'}}>
<Registration />
</div>
</div>

);
}

最佳答案

将此内联包含在样式对象中

"backgroundSize": "cover"

关于css - ReactJS CSS backgroundImage 在滚动调整窗口大小时在底部创建空白,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57432158/

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