-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss-水滴.html
More file actions
15 lines (15 loc) · 1.04 KB
/
css-水滴.html
File metadata and controls
15 lines (15 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<script src="lib/tailwindcss.js"></script>
</head>
<body>
<div class="drop relative h-48 w-48 bg-[#54ABFB] opacity-80 rounded-[51%_49%_48%_52%/62%_44%_56%_38%] border-2 border-[#3d93ff] before:content-[''] before:absolute before:h-full before:w-full before:bg-[#318CFE] before:rounded-[51%_49%_48%_52%/62%_44%_56%_38%] before:shadow-[inset_-6px_6px_10px_#1B6CFB,inset_2px_6px_10px_#1a74e5,inset_20px_-20px_22px_white,inset_40px_-40px_44px_#a8ceff,-20px_30px_16px_#1B6CFB,-40px_60px_32px_#1b6cfb] after:content-[''] after:absolute after:h-10 after:w-10 after:bg-[#E6FDFB] after:rounded-[44%_56%_46%_54%/36%_50%_50%_64%] after:left-[130px] after:top-[40px] after:shadow-[16px_40px_0_-10px_white] after:opacity-80"></div>
<!-- 用了 圆角 旋转 阴影-->
</body>
</html>