栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > Web开发 > Html/CSS > CSS教程

纯css3画安卓机器人,有点蠢

CSS教程 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

纯css3画安卓机器人,有点蠢


 .rbody{
     width: 200px;
     height: 190px;
     position: relative;
     background-color: greenyellow;
     border-radius: 0 0 15px 15px;
     margin: 300px auto;
 }
 .brain{
     width: 200px;
     height: 100px;
     border-radius: 100px 100px 0 0;
     background-color: greenyellow;
     position: absolute;
     top: -110px;
 }
 .leftleg{
     width: 50px;
     height: 90px;
     background-color: greenyellow;
     position: absolute;
     top: 190px;
     left: 30px;
     border-radius: 0 0 25px 25px;
 }
 .rightleg{
     width: 50px;
     height: 90px;
     background-color: greenyellow;
     position: absolute;
     top: 190px;
     right: 30px;
     border-radius: 0 0 25px 25px;
 }
 .rbody:before, .rbody:after{
     content: "";
     position: absolute;
     height: 150px;
     width: 56px;
     background-color: greenyellow;
     border-radius: 28px 28px 28px 28px;
 }
 .rbody:before{
     left: -70px;
     top: 10px;
 }
 .rbody:after{
     right: -70px;
     top: 10px;
 }
 .lefteye{
     position: absolute;
     width: 25px;
     height: 25px;
     border-radius: 50%;
     background-color: #ffffff;
     top: -65px;
     left: 45px;
     z-index: 1;
 }
 .righteye{
     position: absolute;
     width: 25px;
     height: 25px;
     border-radius: 50%;
     background-color: #ffffff;
     top: -65px;
     right: 45px;
     z-index: 1;
 }
 .leftline{
     width: 10px;
     height: 140px;
     position: absolute;
     background-color: greenyellow;
     top:-147px;
     left: 95px;
     transform: rotate(-30deg) translate(-18px,-5px);
 }
 .rightline{
     width: 10px;
     height: 140px;
     position: absolute;
     background-color: greenyellow;
     top:-147px;
     right: 95px;
     transform: rotate(30deg) translate(18px,-5px);
 }

    



    
 
 
 
 
 
 
 
    
转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/243343.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号