为什么 背景图片出不来,路径也检查对着, 高度也撑开了
宽度设置,或者图片路径不对,还有你这个样式是body的吧
*{
margin: 0;
padding: 0;
border: none;
font-size: 1.5625vw;
font-family: "Microsoft Yahei ";
}
html,
body{
height: 100%;}
#page1 > .bg {
background: url("../images/p1_bg.jpg") no-repeat center center;
background-size:100%;
}
代码贴上来啊