課程
/前端開發
/HTML/CSS
/十天精通CSS3
切換動畫完成后,未激活下來的圖片還停留在in-dex:75么?
2017-03-20
源自:十天精通CSS3 7-8
正在回答
/*任務七、設置不顯示的背景圖層級*/
?/* 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知識讓網頁穿上絢麗裝備
1 回答/*任務七、設置不顯示的背景圖層級*/???
4 回答請教關于最后一步/*任務七、設置不顯示的背景圖層級*/
1 回答任務三:設置縮略圖背景圖像
2 回答任務七的疑問
2 回答背景圖和背景色都被裁剪??
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2017-04-26
/*任務七、設置不顯示的背景圖層級*/
?/* 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;
? ? ? ? ? ? }