使用HTML和CSS3绘制基本卡通图案的示例分享

2020-05-08 09:18:43易采站长站整理

            rightright: 36px;    
            z-index: 110;    
            width: 49px;    
            height: 48px;    
            border: 2px solid #000;    
            border-bottom-width: 1px;    
            -moz-border-radius: 50%;    
            -webkit-border-radius: 50%;    
            border-radius: 50%;    
            background-color: #F6C6B0;    
            -moz-box-shadow: -4px 0 0 0 #de9876 inset;    
            -webkit-box-shadow: -4px 0 0 0 #de9876 inset;    
            box-shadow: -4px 0 0 0 #de9876 inset;    
            -moz-transform: rotate(56deg) scaleY(1.4);    
            -ms-transform: rotate(56deg) scaleY(1.4);    
            -o-transform: rotate(56deg) scaleY(1.4);    
            -webkit-transform: rotate(56deg) scaleY(1.4);    
            transform: rotate(56deg) scaleY(1.4);    
        }    
    
        .ear-inner-1 {    
            top: 22px;    
            left: 22px;    
            z-index: 70;    
            width: 9px;