1.font简写

font-style | font-variant | font-weight | font-size | font-family

.fontStyle{ font:italic normal bold 12px arial,verdana; }

2.background简写

background-color | background-image  | background-repeat | background-attachment | background-position

.bg{ background:#FFCC66  url("path/bgFile.gif")  no-repeat  fixed  left  top; }

相关文章:

  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
  • 2021-11-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-05
  • 2022-12-23
  • 2022-02-28
  • 2021-10-28
  • 2021-06-25
相关资源
相似解决方案