This commit is contained in:
2023-11-02 18:29:13 +08:00
parent d708cf7906
commit a8167b0741
11 changed files with 119 additions and 38 deletions

View File

@@ -0,0 +1,5 @@
.card-box {
border-radius: 8px;
overflow: hidden;
box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1);
}