width:200px;height:30px;指的是将内容的宽度设为200像素,高度设为30像素吗?而不是盒子的宽度和高度?
<style type="text/css">
li{
border:1px dotted #ccc;
width:200px;
height:30px;
}
</style>
<style type="text/css">
li{
border:1px dotted #ccc;
width:200px;
height:30px;
}
</style>
2016-08-16
举报