課程
/前端開發
/HTML/CSS
/十天精通CSS3
請問 ?list-style: none outside none 中的兩個none是啥作用?
2015-06-30
源自:十天精通CSS3 6-7
正在回答
none outside none?應該是對應 list-style 的 list-style-type , list-style-position , list-style-image 三個屬性
詳情請查閱?http://www.jb51.net/css/119603.html
ZF_Steven 提問者
這樣直接用一個none也可以吧
舉報
本課程為CSS3入門教程,深刻詳解CSS3知識讓網頁穿上絢麗裝備
1 回答list-style: none outside none;
3 回答ul { border:1px solid #000; border-radius:10px; text-shadow:0 6px 2px #000; list-style: none outside none; width: 220px; margin: 20px auto; padding: 0; } ul > li { list-style: none outside none; margin:0; padding: 10px; } ul > li:la
1 回答list-style: none outside none;為什么要在ul和ul>li里各寫一遍?
1 回答pointer-events: none; 起什么作用?
3 回答animation-fill-mode當中 none和backward有啥區別?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2015-09-13
none outside none?應該是對應 list-style 的 list-style-type , list-style-position , list-style-image 三個屬性
詳情請查閱?http://www.jb51.net/css/119603.html
2018-10-08
這樣直接用一個none也可以吧