这是一个创建于 2861 天前的主题,其中的信息可能已经有所发展或是发生改变。
<div class="parent" style="background-color:blue;">
<div style="background-color:red;width:100px;height:100px;display:inline-block;">
1</div><div style="background-color:yellow;width:150px;height:100px;margin-top:20px;display:inline-block;">
2</div>
</div>
4 条回复 • 2017-11-26 19:59:47 +08:00
 |
|
1
ipwx 2017-11-26 16:51:09 +08:00
你不都是 height:100px 嘛
|
 |
|
2
ipwx 2017-11-26 16:51:38 +08:00 1
而且就算没有 height,为啥要顶满?
|
 |
|
3
aaronlam 2017-11-26 19:42:36 +08:00 1
确定不是这个再搞鬼吗? margin-top:20px
|
 |
|
4
zenxds 2017-11-26 19:59:47 +08:00
vertical-align: top/middle
|