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

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

发布时间:2020-03-15 08:18 所属栏目:52 来源:站长网
导读:background:-webkit-gradient(linear,righttop,leftbottom,from(#fff),color-stop(0.75,#fff),color-stop(0.83,#eee),color-stop(0.90,#999),color-stop(0.95,#444),to(#000)); background:-moz-linear-gradient(ri

    background:-webkit-gradient(linear,right top,left bottom,from(#fff),color-stop(0.75,#fff),color-stop(0.83,#eee),color-stop(0.90,#999),color-stop(0.95,#444),to(#000));   

    background:-moz-linear-gradient(right top,#fff,#fff 50%,#eee 75%,#eee 83%,#999 90%,#444 95%,#000);   

    background:-ms-linear-gradient(right top,#fff,#fff 50%,#eee 75%,#eee 83%,#999 90%,#444 95%,#000);   

    border: 2px solid #000;   

    border-radius:85px;   

    position:absolute;   

    height:170px;width:170px;   

    top:230px;   

    left:72px;   

}   

  

.doraemon .bodys .pocket{   

    position:relative;   

    height:130px;width:130px;   

    border-radius:65px;   

    background:#fff;   

(编辑:ASP站长网)

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