/* 在padding和margin这样的简写属性中,值赋值的顺序是top、right、bottom、left。 它们还有其他简写方式,例如给padding两个值,则第一个值表示top/bottom,第二个值表示left/right */ padding: 10px 15px 15px 5px;