摘要: transition不支持display属性,解决: 1.opacity和visibility,但页面会有留白 .div2 { width: 100px; height: 100px; background: blue; transition: all 2s; visibility: hidden; 阅读全文
posted @ 2020-12-07 09:18 迈向好运 阅读(136) 评论(0) 推荐(0)