css 悬浮框


<style>
    .xfk {
        display: block;
        position: fixed;
        top: 150px;
        left: 280px;
        height: 100px;
        width: 100px;
    }
</style>

posted @ 2016-06-07 22:08  update_  阅读(1351)  评论(0编辑  收藏  举报