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

 

相关文章:

  • 2021-04-27
  • 2022-12-23
  • 2022-12-23
  • 2021-10-06
  • 2021-06-08
  • 2021-10-03
  • 2021-11-25
猜你喜欢
  • 2022-02-06
  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
  • 2021-07-28
  • 2022-12-23
  • 2021-07-05
相关资源
相似解决方案