首页 > 其他 > 详细

spa

时间:2015-11-13 18:55:50      阅读:145      评论:0      收藏:0      [点我收藏+]
<!DOCTYPE html>
<html>

<head>
    <title></title>
    <script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js">
    </script>
    <style type="text/css">
    body {
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #777;
    }
    
    #spa {
        position: absolute;
        top: 8px;
        left: 8px;
        right: 8px;
        bottom: 8px;
        border-radius: 8px 8px 0 8px;
        background-color: #fff;
    }
    
    .spa-sider {
        position: absolute;
        bottom: 0;
        right: 2px;
        width: 300px;
        height: 16px;
        cursor: pointer;
        border-radius: 8px 0 0 0;
        background-color: #f00;
    }
    </style>
</head>

<body>
    <div id="spa">
        <div class="spa-sider"></div>
    </div>
    <script type="text/javascript">
    </script>
</body>

</html>

 

spa

原文:http://www.cnblogs.com/wind90/p/4962975.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!