CSS3 滑过加过渡效果
2021-03-06 15:29
阅读:694
标签:position width ase class nbsp css pre city code CSS3 滑过加过渡效果 标签:position width ase class nbsp css pre city code 原文地址:https://www.cnblogs.com/liubingyjui/p/12895062.html
.vogueHover {
width: 100%;height: 100%;
position: absolute;
left: 0;
top: 0;
background: #001e50;
z-index: 9999;
opacity:0
}
.vogueHover:hover {
transition: all .6s ease-in-out;opacity:1;
}
评论
亲,登录后才可以留言!