<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
div {
width: 200px;
height: 200px;
background-color: pink;
margin: 100px;
background: url(6.jpg) 0 0 no-repeat;
font-size: 30px;
text-align: center;
color: rgba(255, 255, 255, 0.8);
/* 颜色半透明 */
border-radius: 50%;
/* 变成一个圆形 圆角 */
box-shadow: 5px 5px 5px 11px rgba(255, 255, 255, 0.4) inset,
5px 4px 10px rgba(0,0,0,0.3);
}
}
</style>
</head>
<body>
<div>水晶图片</div>
</body>
</html>
复制代码
水晶图片案例
最新推荐文章于 2024-11-12 13:33:29 发布