level 4
o谈笑风生1
楼主
!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
div{
width:535px;
height:280px;
background:red url(C:/Users/xiaoma/Desktop/2.jpg) center center no-repeat;
}
#xiaoma{
width:435px;
height:280px;
background:yellow url(C:/Users/xiaoma/Desktop/2.jpg) right center no-repeat;
}
#xiaoma1{
width:400px;
height:280px;
background:white url(C:/Users/xiaoma/Desktop/2.jpg no-repeat);
} ------(怎样正常显示图片,搞不懂啊)
</style>
</head>
<body>
<div></div>
<div id="xiaoma"></div>
<div id="xiaoma1"></div>
</body>
</html>


2017年11月11日 03点11分
1
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
div{
width:535px;
height:280px;
background:red url(C:/Users/xiaoma/Desktop/2.jpg) center center no-repeat;
}
#xiaoma{
width:435px;
height:280px;
background:yellow url(C:/Users/xiaoma/Desktop/2.jpg) right center no-repeat;
}
#xiaoma1{
width:400px;
height:280px;
background:white url(C:/Users/xiaoma/Desktop/2.jpg no-repeat);
} ------(怎样正常显示图片,搞不懂啊)
</style>
</head>
<body>
<div></div>
<div id="xiaoma"></div>
<div id="xiaoma1"></div>
</body>
</html>

