关于CSS盒子
<style type="text/css">
.box
{
margin:200px;
border:red solid 2px;
width:208px;
height:212px;
background-color:blue;
padding:45px;
background:url(02.jpg) no-repeat 1px 1px;
}
</style>
.box
{
margin:200px;
border:red solid 2px;
width:208px;
height:212px;
background-color:blue;
padding:45px;
background:url(02.jpg) no-repeat 1px 1px;
}
</style>
<div class="box">Padding是45px以后的效果图</div>
效果图:

浙公网安备 33010602011771号