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

那个新增的背景不显示?

那个新增的背景不显示?层级设置到6都不显示,但在控制台看到效果都在没被覆盖,盒模型也正常

#page2>.loading-bg{
	position: absolute;
    z-index:4;
    height: 100%;
    width: 100%;
    background-color:#ef1639;
    animation:loading 2s linear forwards;
    -webkit-animation:loading 2s linear forwards;
}
@-webkit-keyframes loading {
	from {  
		opacity: 1;
	}
	to {opacity: 0;}
}
@-o-keyframes loading {
	from {  
		opacity: 1;
	}
	to {opacity: 0;}
}
@-moz-keyframes loading {
	from {  
		opacity: 1;
	}
	to {opacity: 0;}
}
@keyframes loading {
	from {  
		opacity: 1;
	}
	to {opacity: 0;}
}


正在回答

2 回答

loading_bg, 你animation名字写错了

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

懵逼的我 提问者

非常感谢!
2017-01-09 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

那个新增的背景不显示?

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