首页 > 其他 > 详细

12-3

时间:2016-12-04 00:02:14      阅读:197      评论:0      收藏:0      [点我收藏+]
<!DOCTYTE HTML>
<html>
<head>
    <meta charset="UTF-8">
    <title>网页名称</title>
    <style type="text/css">
        .jishen{
            margin:100px auto;
            width:250px;
            height:500px;
            background:#2E2E2E;
            border-radius:24px;
            position:relative;
            box-shadow:0px 0px 0px 5px #585858;
        }
        .pingmu{
            background:#0A0A0A;
            width:220px;
            height:400px;
            position:absolute;
            left:15px;
            top:60px;
        }
        .zhuangsi{
            width:60px;
            height:6px;
            background:#000;
            border-radius:10px;
            position:absolute;
            left:95px;
            top:37px;
            box-shadow:0px 0px 0px 3px #585858;
        }
        .sixiangtou{
            width:10px;
            height:10px;
            background:#000;
            border-radius:50%;
            position:absolute;
            top:35px;
            left:180px;
            box-shadow:0px 0px 1px 1px #cecece inset;
        }
        .anliu{
            width:30px;
            height:30px;
            background:#0A0A0A;
            border-radius:50%;
            position:absolute;
            top:465;
            left:110px;
        }
        .anliu1{
            width:20px;
            height:20px;
            border-radius:5px;
            background:#fff;
            position:absolute;
            top:5px;
            left:5px;
        }
        .anliu1 .anliu2{
            width:14px;
            height:14px;
            background:#0A0A0A;
            position:absolute;
            top:3px;
            left:3px;
        }
        .jishen .logo{
            color:#696969;
            position:absolute;
            left:101px;
            top:8px;
            letter-spacing:3;
            font-family:"宋体";
            font-size:20px;
        }
    </style>
    <script type="text/javascript">#8a8a8a</script>
</head>
<body>
    <div class="jishen">
        <div class="pingmu"></div>
        <div class="zhuangsi"></div>    
        <div class="sixiangtou"></div>    
        <div class="anliu">
            <div class="anliu1">
                <div class="anliu2"></div>
            </div>
        </div>
        <div class="logo">SONY</div>
    </div>
    
</body>
</html>

效果图
技术分享

 

 

 

12-3

原文:http://www.cnblogs.com/aria-h2o/p/6129892.html

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