简体   繁体   English

无法在网页上的 CSS 中设置背景图片

[英]Can't set background image in CSS on webpage

I can see the background on my website locally but when it upload it to the ftp server...its lost.我可以在本地看到我网站上的背景,但是当它上传到 ftp 服务器时......它丢失了。 i cant see the background.我看不到背景。

body {
background: url("../images/coffee-bg.jpg");
background-size: cover;}

Change your image path, your path is incorrect.更改您的图像路径,您的路径不正确。 try adding ftp ip wt尝试添加 ftp ip wt

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM