padding-bottom:0px;內(nèi)容為什么不靠下面。
<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
舉報
2016-07-28
padding是內(nèi)邊距設(shè)置 內(nèi)容還是從上面開始 你設(shè)置padding-bottom:0px;意思是你的下邊框距離你內(nèi)容的下端距離是0px
2016-07-27
這是內(nèi)邊距