制作一头小猪{第一部分}

.box{width: 1500px;

height:1500px;

border:1px solid blue;

position: relative;}

.box1{width:550px;

height:500px;

background-color:#FFCCCC;

border-radius:50%;

margin:50px auto;

position:relative;

z-index:1;}

.nose{width:200px;

height:150px;

background:#FF99CC;

border-radius:50%;

margin:0 auto;

position:absolute;

bottom: 90px;

left: 180px;}

.list{width:150px;

height:50px;

margin:35px auto;

margin-left:30px;}

.list1{width:50px;

height: 50px;

background-color:#FF9999;

float:left;

border-radius:50%;

margin:10px;

}

.box2 div{width:30px;

height: 30px;

background-color:black;

border-radius:50%;

float:left;

z-index: 1}

.box2{width:220px;

height:30px;

margin:0 auto;

position:absolute;

top:120px;

left: 165px;

}

.eyes2{position:absolute;

top:0;

right:0;}

.shadow{width:100px;

height:100px;

background-color:#CC9900;

border-radius:50%;

position: absolute;

left:140px;

top:80px}

.ear1{width:200px;

height:200px;

background-color:#FFCCCC;

float:left;

border-radius:0% 50% 0% 100%;

position:absolute;

left:-150px;

top: 20px;}

.ear2{width:200px;

height:200px;

background-color:#FFCCCC;

float:left;

border-radius:50% 0 100% 0;

position:absolute;

right:-150px;

top: 20px;}

.duzi{width:400px;

height:500px;

background-color:#FFCCCC;

position:absolute;

left: 550px;

top: 500px;

border-radius:45%;}

.leg1,.leg2{float: left;}

.leg1{position: absolute;

width:80px;

height: 80px;

background-color:#FFCCCC;

top:30px;

left: -30px;

border-radius:30% 60% 0 60%;}

.leg2{position: absolute;

width:80px;

height: 80px;

background-color:#FFCCCC;

right:-30px;

top: 30px;

border-radius:60% 30% 60% 0%;}

.leg3{position: absolute;

width:80px;

height: 80px;

background-color:#FFCCCC;

bottom:-80px;

left:100px;

border-radius:40%;}

.leg4{position: absolute;

width:80px;

height: 80px;

background-color:#FFCCCC;

bottom:-80px;

right:100px;

border-radius:40%;}

.f1{position: absolute;

width:10px;

height:30px;

background-color:white;

border-radius:40%;

bottom:-1px;

left:19px;}

.f2{position: absolute;

width:10px;

height:30px;

background-color:white;

border-radius:40%;

bottom:-1px;

right:19px;}

.f3{position: absolute;

width:10px;

height:30px;

background-color:white;

border-radius:40%;

bottom:-1px;

left:19px;}

.f4{position: absolute;

width:10px;

height:30px;

background-color:white;

border-radius:40%;

bottom:-1px;

right:19px;}

.red1{width:220px;

height:100px;

background-color: red;

position:absolute;

left:90px;

top: -40px;

border-radius:0 0 50% 50%;}

.red2{width:50px;

height:200px;

background-color:red;

position:absolute;

top:30px;

left:180px;

border-radius:100%;}

}

你可能感兴趣的:(制作一头小猪{第一部分})