
</head>
<body>
<style>
*{
padding: 0;
margin: 0;
list-style: none;
}
.bg{
width: 600px;
height: 550px;
background-image: repeating-radial-gradient(circle at 50% 50%, #333, #000 1%);
margin: 50px auto;
padding: 40px;
border-radius: 50%;
padding-top: 50px;
border: 10px solid #ccc;
}
ul{
width: 372px;
height: 530px;
background: #fff;
border-radius: 30px;
box-shadow: 15px 15px 12px #000;
margin: 0 auto;
}
ul li{
width: 372px;
height: 55px;
background: #504d58 url(./阶段案例效果图及素材/images/yinfu.png) no-repeat 70px 20px;
margin-bottom: 2px;
font-size: 18px;
color: #d6d6d6;
line-height: 55px;
text-align: center;
font-family: "微软雅黑";
}
ul .tp{
width: 372px;
height: 247px;
background: #fff;
border-radius: 30px 30px 0 0;
background-image: url(./阶段案例效果图及素材/images/yinyue.jpg),url(./阶段案例效果图及素材/images/wenzi.jpg);
background-position: 87px 16px ,99px 192px;
background-repeat: no-repeat, no-repeat;
}
ul .yi{
border-radius: 0 0 30px 30px;
}
</style>
<div class="bg">
<ul>
<li class="tp"></li>
<li>sorry</li>
<li>con you fi egen</li>
<li>conoted</li>
<li>qeyounted</li>
<li class="yi">asd</li>
</ul>
</div>
</body>