課程
/前端開發(fā)
/HTML/CSS
/十天精通CSS3
請(qǐng)問 ?list-style: none outside none 中的兩個(gè)none是啥作用?
2015-06-30
源自:十天精通CSS3 6-7
正在回答
none outside none?應(yīng)該是對(duì)應(yīng) list-style 的 list-style-type , list-style-position , list-style-image 三個(gè)屬性
詳情請(qǐng)查閱?http://www.jb51.net/css/119603.html
ZF_Steven 提問者
這樣直接用一個(gè)none也可以吧
舉報(bào)
本課程為CSS3入門教程,深刻詳解CSS3知識(shí)讓網(wǎng)頁(yè)穿上絢麗裝備
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當(dāng)中 none和backward有啥區(qū)別?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2015-09-13
none outside none?應(yīng)該是對(duì)應(yīng) list-style 的 list-style-type , list-style-position , list-style-image 三個(gè)屬性
詳情請(qǐng)查閱?http://www.jb51.net/css/119603.html
2018-10-08
這樣直接用一個(gè)none也可以吧