課程
/前端開發(fā)
/HTML/CSS
/初識HTML(5)+CSS(3)-升級版
請詳細列舉
2018-05-25
源自:初識HTML(5)+CSS(3)-升級版 9-1
正在回答
感覺你們學的好快啊,這么可以記住這么多的繼承性和不繼承性的啊,可以指點一下嗎。謝謝咯!
具有繼承:visibility \ cursor \?letter-spacing \ word-spacing \ white-space \ line-height \ color \ font \ font-family \ font-size \ font-style \ font-variant \ font-weight \ text-decoration \text-transform \ direction \?text-indent \ text-align
不可繼承:display \ margin \ border \ padding \ background \ height \ min-height \ max-height \ width \ min-width \ max-width \ overflow \ position \ left \ right \ top \ bottom \ float \ clear \ table-layout \ vertical-align?
大多數(shù)的樣式都會繼承,像字體相關(guān)的[font-size/line-height/font-weight]基本都要繼承,跟盒模型相關(guān)的[margin/padding/border]基本就不繼承.
舉報
HTML(5)+CSS(3)基礎(chǔ)教程8小時帶領(lǐng)大家步步深入學習標簽用法和意義
2 回答css哪些樣式有繼承性格
3 回答哪些屬性繼承,哪些不繼承?
1 回答哪些屬性有繼承性哪些沒有
1 回答第九章 css樣式中不具有繼承性的--border
4 回答body 字體樣式不具有繼承性嗎?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2018-12-26
感覺你們學的好快啊,這么可以記住這么多的繼承性和不繼承性的啊,可以指點一下嗎。謝謝咯!
2018-05-25
具有繼承:visibility \ cursor \?letter-spacing \ word-spacing \ white-space \ line-height \ color \ font \ font-family \ font-size \ font-style \ font-variant \ font-weight \ text-decoration \text-transform \ direction \?text-indent \ text-align
不可繼承:display \ margin \ border \ padding \ background \ height \ min-height \ max-height \ width \ min-width \ max-width \ overflow \ position \ left \ right \ top \ bottom \ float \ clear \ table-layout \ vertical-align?
2018-05-25
大多數(shù)的樣式都會繼承,像字體相關(guān)的[font-size/line-height/font-weight]基本都要繼承,跟盒模型相關(guān)的[margin/padding/border]基本就不繼承.