Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这个网站http://www.ideaseat.com/TRANSFER/MosaicFIsite/有一个巨大的背景图片。当我缩小而不是水平时,它会垂直显示所有内容。我需要背景图像一直到底部而不设置高度。有任何想法吗?
body在你的 CSS 中,为你的元素指定这个:
body
body { background-image: url("assets/main_bg.jpg"); background-repeat: repeat-y; }