用 CSS 的 fixed 属性值,示例:
.infoWin { position: fixed; right: 10px; bottom: 10px; width: 200px; height: 120px;}
上述代码会让 .infoWin 这个元素固定悬浮在页面右下方。
fixed 属性就可以的,很简单。