css 属性缩写快捷键
color:; // c
font-size:; // fos
background-color:; // bgc
font-weight:bold; // fwb
font-weight:normal; // fwn
font-style:italic; // fsi
text-decoration:underline; // tdu
text-decoration:none; // tdn
border:1px solid #000; // bd
color:; // c
font-size:; // fos
background-color:; // bgc
font-weight:bold; // fwb
font-weight:normal; // fwn
font-style:italic; // fsi
text-decoration:underline; // tdu
text-decoration:none; // tdn
border:1px solid #000; // bd