求助贴
html吧
全部回复
仅看楼主
level 1
<html>
<head>
<title>无标题文档</title>
<style type="text/css">
.a1{
border:1px solid #000000;
width:300px;
height:300px;
display:inline-block;
margin:0px;
}
.a2{
border:1px solid #000000;
width:1300px;
height:300px;
}
</style>
</head>
<body>
<div class="a2"></div>
<div class="a1">asd</div>
<div class="a1"></div>
<div class="a1"></div>
</body>
</html>
2021年08月11日 03点08分 1
level 1
为什么写了文字的div会往下移?
2021年08月11日 03点08分 2
level 1
2021年08月11日 03点08分 3
level 1
如图,写了内容的div向下移了
2021年08月11日 03点08分 4
1