#div {
width:300px;
height:250px;
background-color:red;
position:fixed;
bottom:-250px;
right:0px;
transition:all 1.5s ease;
}
#close {
width:20px;
height:20px;
background-color:green;
text-align:center;
line-height:20px;
float:right;
margin:10px;
cursor:pointer;
}
网页打开,右下角广告图自动弹出,点击关闭可以在右下角显示一横条。点击打开,可以显示全部广告窗。 常用于客服窗口聊天等场景。