css 动画 从底部弹出
2021-01-22 本文已影响0人
星宇万物
<style>
.consultFootForm{background: #C32425;position: fixed;width: 100%;bottom: 0;height:0;}
</style>
$(function(){
$(".consultFootForm").stop(true,true).animate({height:"116px"},500);
});