设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 创业者 手机 数据
当前位置: 首页 > 服务器 > 系统 > 正文

CSS画出一个可爱神奇的多啦A梦(10)

发布时间:2020-03-15 08:18 所属栏目:52 来源:站长网
导读:background:-webkit-gradient(linear,righttop,leftbottom,from(#fff),color-stop(0.5,#fff),color-stop(0.7,#eee),color-stop(0.8,#ddd),to(#999)); background:-moz-linear-gradient(righttop,#fff,#fff50%,#eee7

    background:-webkit-gradient(linear,right top,left bottom,from(#fff),color-stop(0.5,#fff),color-stop(0.7,#eee),color-stop(0.8,#ddd),to(#999));   

    background:-moz-linear-gradient(right top,#fff,#fff 50%,#eee 70%,#ddd 80%,#999);   

    position:absolute;   

    height:60px;width:60px;   

    border: 2px solid #000;   

    border-radius:30px;   

}   

  

.doraemon .hand_right .circle{   

    left:40px;   

    top:32px;   

}   

.doraemon .hand_left .circle{   

    left:-20px;   

    top:32px;   

}   

.doraemon .arm_rewrite{   

    background:#07beea;   

    position:relative;   

    height:45px;width:5px;   

}   

.doraemon .hand_right .arm_rewrite{   

    left:20px;   

    top:-45px;   

}       

.doraemon .hand_left .arm_rewrite{   

    left:60px;   

    top:-45px;   

    background:#0096be;   

}       

.doraemon .foot{   

    height:40px;   

    left:20px;   

    position:relative;   

    top:-141px;   

    width:280px;       

}       

.doraemon .foot .left{   

    background:#fff;   

    background:-webkit-gradient(linear,right top,left bottom,from(#fff),color-stop(0.75,#fff),color-stop(0.85,#eee),to(#999));   

    background:-moz-linear-gradient(right top,#fff,#fff 75%,#eee 85%,#999);   

    background:-ms-linear-gradient(right top,#fff,#fff 75%,#eee 85%,#999);   

    border: 2px solid #333;   

    border-radius:80px 60px 60px 40px;   

    box-shadow:-6px 0 10px rgba(0,0,0,0.35);   

    height:30px;   

    left:14px;   

    position:relative;   

    top:69px;   

    width:125px;   

}       

.doraemon .foot .right{   

    background:#fff;   

    background:-webkit-gradient(linear,right top,left bottom,from(#fff),color-stop(0.75,#fff),color-stop(0.85,#eee),to(#999));   

    background:-moz-linear-gradient(right top,#fff,#fff 75%,#eee 85%,#999);   

    background:-ms-linear-gradient(right top,#fff,#fff 75%,#eee 85%,#999);   

    border: 2px solid #333;   

    border-radius:80px 60px 60px 40px;   

    box-shadow:-6px 0 10px rgba(0,0,0,0.35);   

    height:30px;   

    left:141px;   

    position:relative;   

    top:39px;   

    width:125px;   

}   

.doraemon .foot .foot_rewrite{   

    position:relative;   

    top:0px;   

    left:132px;   

    _left:127px;   

    width:20px;   

    height:11px;   

    background:#fff;   

    background:-webkit-gradient(linear,right top,left bottom,from(#666),color-stop(0.83,#fff),to(#fff));   

    background:-moz-linear-gradient(right top,#666,#fff 83%,#fff);   

    background:-ms-linear-gradient(right top,#666,#fff 83%,#fff);   

    border-top:2px solid #000;   

    border-right:2px solid #000;   

    border-left:2px solid #000;   

    border-top-right-radius:40px;   

    border-top-left-radius:40px;   

}       

  

(编辑:ASP站长网)

网友评论
推荐文章
    热点阅读