码迷,mamicode.com
首页 > 其他好文 > 详细

12-3

时间:2016-12-04 00:04:32      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:ext   alt   margin   javascrip   head   blog   body   round   tle   

<!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

标签:ext   alt   margin   javascrip   head   blog   body   round   tle   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!