<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
</head>
<style>
.on{
width:200px;
height: 200px;
background: #F8FF00;
border-radius: 150px;
margin: 0 auto;
position: relative;
line-height: 100px;
top: 130px;
left: 0px;
box-shadow: 0px 0px 0px 0px #000;
}
.lo{
width: 50px;
height:50px;
background: #F8FF00;
position: relative;
float: left;
top: 60px;
left: 15px;
border-radius: 150px;
box-shadow:-1px -7px 7px -2px #000;
}
.li{
width: 50px;
height:50px;
background: #F8FF00;
position: relative;
float: right;
top: 60px;
left: -15px;
border-radius: 150px;
box-shadow: -1px -7px 7px -2px #000;
}
.ll{
width: 50px;
height:50px;
background: #F8FF00;
position: relative;
float:inherit;
margin: 0 auto;
top: 129px;
left: 0px;
border-radius: 150px;
box-shadow: 0px 7px 0px -2px #000;
}
</style>
<body>
<div>
<div class="on">
<div class="lo"></div>
<div class="li"></div>
<div class="ll"></div>
</div>
</div>
</body>
</html>
```
笑脸
最新推荐文章于 2023-01-04 20:58:03 发布