@@ -17,7 +17,7 @@ body {
.header {
text-align: center;
padding: 20px;
- margin-bottom: 20px;
+ margin-bottom: 10px;
}
.site-title {
@@ -47,11 +47,11 @@ body {
/* 卡片基础样式 */
.card {
- border-radius: 16px;
+ border-radius: 5px;
overflow: hidden;
transition: all 0.3s ease;
cursor: pointer;
- margin-bottom: 16px;
+ margin-bottom: 5px;
position: relative;