css样式整合的写法

css样式整合的写法

问题概括太大,举几个例子借鉴:border:#000 solid 1px这个是边框的整合写法,四个边框  颜色、实线、宽1个像素,它分开写法:border-left-color:#000 border-left-style:solid
html-css220