摘要: ul li list-style: none; 去掉原点 circle; 空心圆 decimal; 数字 square; 正方形 ul{ background:pink; } ul li{ height:30px; list-style:none; text-indent:1.5em; } 阅读全文
posted @ 2021-08-16 18:11 cengxuyuan 阅读(34) 评论(0) 推荐(0)
摘要: 阴影 text-shadow: 阴影颜色,水平偏移。垂直偏移,阴影半径 #num{ text-shadow:black 5px 0px 15px; } 超链接伪类 /* 默认的颜色 */ a{ text-decoration:none; } /* 鼠标悬浮的状态 */ a:hover{ color: 阅读全文
posted @ 2021-08-16 17:11 cengxuyuan 阅读(38) 评论(0) 推荐(0)