简易的浮窗

.floatbox{
position: fixed;
left:50%;
bottom:0;
width:100px;
height:100px;
margin-left:480px;
background-color:#cde;
}

编程技巧