为了账号安全,请及时绑定邮箱和手机立即绑定

任务七未选择背景图级?

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

正在回答

2 回答

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

 /* Not Target */

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

不懂就别教坏别人

0 回复 有任何疑惑可以回复我~

   .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;

            }


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

任务七未选择背景图级?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信