列表样式

1.list-style-type
  值             说明
 none          无标记符号
 dise          实心圆 默认值
 cirde         空心圆
 square        实心正方形
 decimal       数字
 2.list-style-image
  li{list-style-image:图片路径;
     list-style-type:none;
     }
 3.list-style-position
 inside
 outside
 li{list-style-position:inside;}

posted @ 2017-06-08 22:50  我是你father  阅读(140)  评论(0编辑  收藏  举报