顺序是:top right bottom left; 是按顺时针方向的~~
如果只写了三个,例如:margin:1px 2px 3px;,则left被缺省,其值等于right。
另外还有一种:padding: 1px 2px; 只有两个值,表示top和bottom是1px,right和left为2px。