3.25

3.25

一.

无序列表:

更改默认的列表修饰符(实心圆圈)

空心圆圈修饰符circle

方形修饰符square

有序列表:

小写罗马字母

<style type="text/css">
		.circle{
			list-style-type:circle;
		}
		.square{
			list-style-type:square;
		}	
		.lower-roman{
			list-style-type:lower-roman;
		}
		.fruit{
			list-style-image:url(img/shanzhu.png);
		}
	</style>

二.

将图标导入html

https://www.iconfont.cn/

图标icon

1.阿里图库下载图标,选择大小16px,颜色任意,格式png,保存到项目文件夹里的img文件夹下

2.重命名图片为英文名

3.list-style-image:url(img/XX.png);利用这个样式引入图片

posted @ 2026-03-25 10:05  Rr^-^  阅读(3)  评论(0)    收藏  举报