2022-09-22 DIV的margin-top失效
2022-09-21 本文已影响0人
null_2562

文档说明:

改正代码
body {
margin: 0 !important;
}
.d1 {
margin: 0;
background-color: red;
height: 20px;
}
.d2 {
margin: 10px;
height: 30px;
background-color: gray;
display: block;
}
解决问题
