list-style、list-style-type、list-style-position、list-style-image
常用at规则及使用示例:
- @charset
- @import
- @namespace
- @document
- @font-face
- @keyframes
- @media
- @page
- @supports
/*定义字符集*/
@charset "utf-8"
/*导入css文件*/
@import "base.css"
/*自定义字体*/
@font-face {}
/*声明CSS3 animation动画关键帧*/
@keyframes fadeIn {}
/*媒体查询*/
@media{}
如需转载,请注明文章出处和来源网址:http://www.divcss5.com/css-jiaocheng/tc59036.shtml








