課程
/前端開發(fā)
/HTML/CSS
/十天精通CSS3
切換動畫完成后,未激活下來的圖片還停留在in-dex:75么?
2017-03-20
源自:十天精通CSS3 7-8
正在回答
/*任務(wù)七、設(shè)置不顯示的背景圖層級*/
?/* Not Target */
?img:nth-of-type(n):not(:target)
不懂就別教壞別人
? ?.bg:not(:target){
? ? ? ? ? ? ? ??
? ? ? ? ? ? -webkit-animation-name: notTarget;
? ? ? ? ? ? -webkit-animation-duration: 1s;
? ? ? ? ? ? -webkit-animation-iteration-count: 1;
? ? ? ? ? ? -moz-animation-name: notTarget;
? ? ? ? ? ? -moz-animation-duration: 1s;
? ? ? ? ? ? -moz-animation-iteration-count: 1;
? ? ? ? ? ? -ms-animation-name: notTarget;
? ? ? ? ? ? -ms-animation-duration: 1s;
? ? ? ? ? ? -ms-animation-iteration-count: 1;
? ? ? ? ? ? -o-animation-name: notTarget;
? ? ? ? ? ? -o-animation-duration: 1s;
? ? ? ? ? ? -o-animation-iteration-count: 1;
? ? ? ? ? ? animation-name: notTarget;
? ? ? ? ? ? animation-duration: 1s;
? ? ? ? ? ? animation-iteration-count: 1;
? ? ? ? ? ? }
舉報
本課程為CSS3入門教程,深刻詳解CSS3知識讓網(wǎng)頁穿上絢麗裝備
1 回答/*任務(wù)七、設(shè)置不顯示的背景圖層級*/???
4 回答請教關(guān)于最后一步/*任務(wù)七、設(shè)置不顯示的背景圖層級*/
1 回答任務(wù)三:設(shè)置縮略圖背景圖像
2 回答任務(wù)七的疑問
2 回答圖片的背景
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2017-04-26
/*任務(wù)七、設(shè)置不顯示的背景圖層級*/
?/* Not Target */
?img:nth-of-type(n):not(:target)
不懂就別教壞別人
2017-03-23
? ?.bg:not(:target){
? ? ? ? ? ? ? ??
? ? ? ? ? ? -webkit-animation-name: notTarget;
? ? ? ? ? ? -webkit-animation-duration: 1s;
? ? ? ? ? ? -webkit-animation-iteration-count: 1;
? ? ? ? ? ? -moz-animation-name: notTarget;
? ? ? ? ? ? -moz-animation-duration: 1s;
? ? ? ? ? ? -moz-animation-iteration-count: 1;
? ? ? ? ? ? -ms-animation-name: notTarget;
? ? ? ? ? ? -ms-animation-duration: 1s;
? ? ? ? ? ? -ms-animation-iteration-count: 1;
? ? ? ? ? ? -o-animation-name: notTarget;
? ? ? ? ? ? -o-animation-duration: 1s;
? ? ? ? ? ? -o-animation-iteration-count: 1;
? ? ? ? ? ? animation-name: notTarget;
? ? ? ? ? ? animation-duration: 1s;
? ? ? ? ? ? animation-iteration-count: 1;
? ? ? ? ? ? }