Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的李正在显示:列表项;自动从浏览器并在前面有光盘,我尝试了 list-style-type:none; 但它不起作用,唯一起作用的是 display: inline; 然后光盘消失了,但它弄乱了它们的所有位置。如何删除显示:列表项;?
把它放在 ul 而不是 li
ul{list-style-type:none;}
修复了问题,所有li的前面都是背景图,现在我把它去掉了,问题解决了,很抱歉给大家带来了困扰,谢谢