html部分代码:
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<style>>
*{
margin: 0;
padding: 0;
}
html,body{
width: 100px;
height: 100px;
overflow: hidden;
}
.ba{
position: absolute;
width: 200px;
height:200px;
}
.bug{
position: absolute;
width: 50px;
height: 200px;
left: 50%;
margin-left: -25px;
bottom: 0;
background: #000;
border-radius: 50% 50% 0 0;
transform-origin: 50% 100%;
}
.paotai{
position: absolute;
width: 150px;
height: 100px;
left: 50%;
margin-left: -75px;
bottom: -50px;
background: #f6b21b;
border-radius: 50% ;
}
.bullet{
position: absolute;
width: 10px;
height: 30px;
background: #000;
border-radius: 50% 50% 0 0;
left: 50%;
transform-origin: 50%