html,body { margin:0; padding:0; width:100%; height:100%; } .scroll_animate { background:burlywood; overflow:hidden; } .animate_item { height:40px; border-bottom:1px solid red; background:burlywood; transition:all .5s; box-sizing:border-box; }
更新时间:2020-10-12 01:12:52
很简单 看看就知道了