課程
/前端開發(fā)
/HTML/CSS
/十天精通CSS3
.nav?li:last-child::after{background:none;}
2019-03-09
源自:十天精通CSS3 5-5
正在回答
.nav li:last-child{dorder-right:none}
display: none;
.nav li:last-child:after{? height:0px;? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?width:0px;? }
舉報(bào)
本課程為CSS3入門教程,深刻詳解CSS3知識(shí)讓網(wǎng)頁穿上絢麗裝備
2 回答請(qǐng)問一下刪除導(dǎo)航分割線
10 回答為何只有最后一項(xiàng)導(dǎo)航分割線去掉了?
1 回答制作導(dǎo)航分割線
1 回答怎么制作導(dǎo)航分隔線和使用偽元素刪除第一個(gè)和最后一個(gè)分隔線呢?
1 回答制作導(dǎo)航條分割線
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)
2019-07-23
.nav li:last-child{dorder-right:none}
2019-05-14
display: none;
2019-03-11
.nav li:last-child:after{? height:0px;
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?width:0px;? }