padding-bottom:0px;内容为什么不靠下面。
<style type="text/css">
#box1{
width:100px;
height:100px;
padding-left:10px;
padding-bottom:0px;
border:1px solid red;
}
</style>
</head>
<body>
<div id="box1">盒子1 </div></body>
<style type="text/css">
#box1{
width:100px;
height:100px;
padding-left:10px;
padding-bottom:0px;
border:1px solid red;
}
</style>
</head>
<body>
<div id="box1">盒子1 </div></body>
2016-07-27
举报