任务七未选择背景图级?

来源:7-8 切换背景图像综合练习题

慕粉2026126947

2017-03-20 11:10

切换动画完成后,未激活下来的图片还停留在in-dex:75么?

写回答 关注

2回答

  • 慕用6001990
    2017-04-26 22:34:09

    /*任务七、设置不显示的背景图层级*/

     /* Not Target */

     img:nth-of-type(n):not(:target)

    不懂就别教坏别人

  • Sweet3629545
    2017-03-23 15:25:00

       .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入门教程,深刻详解CSS3知识让网页穿上绚丽装备

242213 学习 · 2623 问题

查看课程

相似问题