这是来源:
<div style="border:1px solid red; margin-bottom:10px">test block1,</div>;
<div style="border:1px solid red; margin-top:10px">test block2</div>;
它总是10px在block1和block2之间......
我不确定出了什么问题。请不要说“使用padding”和“改变20px”
我必须使用margin-bottom,margin-top而且只有10px。