#box {
line-height:100px;
color:#fff;
font-weight:900;
text-shadow:0 0 10px #000;
width:100px;
height:100px;
background:#00f;
position:fixed;
left:0;
bottom:100px;
text-align:center;
}
/** @使用方法:* @drag("id",adsorb)* @参数* @id:需要拖动的div的id* @adsorb: true:打开自动吸附;false:关闭吸附功能;* @欢迎大家扩展相关功能;联系qq:383836402*/