优化圆角样式

This commit is contained in:
2024-05-25 12:09:54 +08:00
parent 1ccf94883a
commit c171873fa6
10 changed files with 158 additions and 17 deletions

View File

@ -19,8 +19,8 @@ body {
}
.info-box {
border-radius: 50px;
padding: 30px;
border-radius: 60px;
padding: 40px;
backdrop-filter: blur(10px);
background-color: rgba(0, 0, 0, 0.5);
margin-bottom: 20px;