为啥我背景显示不出来???
<!DOCTYPE html><html lang="ch-Hans">
<head>
<meta charset="UTF-8">
<title>Happy Birthy,Shun!</title>
<style>
*{
padding: 0;
margin:0;
}
.photo{
width:200px;
height: 50px;
background-color: #808080;
font-size: 25px;
color: #fff;
font-weight: 700;
text-align: center;
line-height: 50px;
}
.pre-words{
font:italic 700 16px/1em 宋体;
}
body{
width:1920px;
height:1080px;
background-image:url('birthday\couple.jpg');
background-position: center;
}
</style>
</head>
<body>
<p class="photo">照片合集</p>
</body>
</html> 是啊柴啊 发表于 2022-7-25 23:26
有毒.....VS必须手动输入相对路径,在左边项目那复制的不行,真的无语。。。
一般不会去左边复制的 我格式貌似没问题吧,就是显示不出背景 <!DOCTYPE html>
<html lang="ch-Hans">
<head>
<meta charset="UTF-8">
<title>Happy Birthy,Shun!</title>
<style>
*{
padding: 0;
margin:0;
}
.photo{
width:200px;
height: 50px;
background-color: #808080;
font-size: 25px;
color: #fff;
font-weight: 700;
text-align: center;
line-height: 50px;
}
.pre-words{
font:italic 700 16px/1em 宋体;
}
body{
width:1920px;
height:1080px;
background-image:url('birthday/couple.jpg');
background-position: center;
}
</style>
</head>
<body>
<p class="photo">照片合集</p>
</body>
</html> "C:\Users\x\Desktop\)LQP2FN{%5D~1%5BOW1LH@J.png" 有毒.....VS必须手动输入相对路径,在左边项目那复制的不行,真的无语。。。
页:
[1]