美文网首页CSS/CSS3
12 - CSS3 - 边框圆角 - 安卓机器猫

12 - CSS3 - 边框圆角 - 安卓机器猫

作者: 西巴撸 | 来源:发表于2017-03-04 18:45 被阅读50次

本文是针对刚学编程的小白,都是一些基础知识,如果想了解更多深层一点的东西,欢迎移步本人博客!!
博客地址 点击跳转


< ! ---------- HTML ----------- >

<div class="android">
    <div class="head">
        <div class="head-left-eye"></div>
        <div class="head-right-eye"></div>
        <div class="head-left-ant"></div>
        <div class="head-right-ant"></div>
    </div>
    <div class="body">
        <div class="body-left-arm"></div>
        <div class="body-right-arm"></div>
        <div class="body-left-leg"></div>
        <div class="body-right-leg"></div>
    </div>
</div>

< ! --------- Style --------------- >

<style>
    *{
        margin: 0;
        padding: 0;
    }
    .android{
        width: 400px;
        height: 400px;
        border: 1px solid #000;
        margin: 100px auto;
        position: relative;
    }
    .android .head{
        width: 200px;
        height: 100px;
        background-color: #a3c939;
        position: absolute;
        left: 50%;
        margin-left:-100px;
        border-top-left-radius: 100px;
        border-top-right-radius: 100px;
    }
    .android .head .head-left-eye{
        width: 20px;
        height: 20px;
        background-color: white;
        border-radius: 50%;
        position: absolute;
        left: 50px;
        top: 50px;
    }
    .android .head .head-right-eye{
        width: 20px;
        height: 20px;
        background-color: white;
        border-radius: 50%;
        position: absolute;
        right: 50px;
        top: 50px;
    }
    .android .head .head-left-ant{
        width: 10px;
        height: 50px;
        background-color: #a3c939;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        position: absolute;
        left: 40px;
        top: -35px;
        transform: rotateZ(-30deg);
    }
    .android .head .head-right-ant{
        width: 10px;
        height: 50px;
        background-color: #a3c939;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        position: absolute;
        right: 40px;
        top: -35px;
        transform: rotateZ(30deg);
    }
    .android .body{
        width: 200px;
        height: 220px;
        background-color: #a3c939;
        position: absolute;
        left: 50%;
        margin-left:-100px;
        top: 110px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .android .body .body-left-arm{
        width: 40px;
        height: 200px;
        background-color: #a3c939;
        border-radius: 20px/20px;
        position: absolute;
        top: 0;
        left: -50px;
    }
    .android .body .body-right-arm{
        width: 40px;
        height: 200px;
        background-color: #a3c939;
        border-radius: 20px/20px;
        position: absolute;
        top: 0;
        right: -50px;
    }
    .android .body .body-left-leg{
        width: 50px;
        height: 100px;
        background-color: #a3c939;
        border-radius: 25px/25px;
        position: absolute;
        left: 30px;
        bottom: -70px;
    }
    .android .body .body-right-leg{
        width: 50px;
        height: 100px;
        background-color: #a3c939;
        border-radius: 25px/25px;
        position: absolute;
        right: 30px;
        bottom: -70px;
    }
    .android .head:hover{
        transform: rotateZ(-10deg);
        transform-origin: left bottom;
    }
    .android .body:hover .body-left-arm{
        transform: rotateZ(180deg);
        transform-origin: 20px 50px;
    }
</style>

< ! --------- 效果展示 ---------- >

**机器猫**

相关文章

  • 12 - CSS3 - 边框圆角 - 安卓机器猫

    本文是针对刚学编程的小白,都是一些基础知识,如果想了解更多深层一点的东西,欢迎移步本人博客!! 博客地址 点击跳转...

  • 关于CSS3 新特性

    一、CSS3 边框 在 css3 中新增的边框属性如下: 创建圆角边框 示例 在CSS2中添加圆角很棘手,我们不得...

  • CSS3设置圆角边框 圆角特效代码 CSS3的圆角border-

    CSS3设置圆角边框 css3圆角特效代码 CSS3 border-radius 属性 使用 CSS3 borde...

  • css3学习 第一天

    CSS3边框 CSS3 边框 用 CSS3,你可以创建圆角边框,添加阴影框,并作为边界的形象而不使用设计程序,如 ...

  • 圆角边框原理与使用

    1.圆角边框(重点) 在CSS3中,新增了圆角边框样式,这样我们的盒子就可以变圆角了。 border-radius...

  • CSS3基础

    CSS3 边框 用 CSS3,你可以创建圆角边框,添加阴影框在本章中,您将了解以下的边框属性: border-ra...

  • CSS3边框、背景、文本效果、字体

    CSS3边框 圆角边框:border-radius 边框阴影:box-shadow语法:box-shadow: h...

  • CSS3基础

    CSS3基础 -- 边框 圆角效果 向元素添加圆角边框 阴影 box-shadow 向盒子添加阴影。支持一个或者...

  • 十九、圆角边框&盒子阴影

    一、 圆角边框(重点) 在CSS3中,新增了样式,这样我们的盒子就可以变圆角了。 属性用于设置元素的外边框圆角。 ...

  • 好程序员web前端培训分享CSS3 边框

    好程序员web前端培训分享CSS3 边框,通过 CSS3,您能够创建圆角边框,向矩形添加阴影,使用图片来绘制边框 ...

网友评论

    本文标题:12 - CSS3 - 边框圆角 - 安卓机器猫

    本文链接:https://www.haomeiwen.com/subject/qgejgttx.html