zoukankan      html  css  js  c++  java
  • 列表样式

     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;}
      简写:type position image

  • 相关阅读:
    Fibonacci数列2
    足球队
    网页导航
    Catenyms
    某种密码
    大逃亡
    球的序列
    圆内三角形统计
    最小平方数

  • 原文地址:https://www.cnblogs.com/Bhi9712/p/7080528.html
Copyright © 2011-2022 走看看