修改首页卡片样式

This commit is contained in:
张成
2025-11-28 23:33:39 +08:00
parent f39aa39b73
commit 358e85be10
3 changed files with 5 additions and 5 deletions

View File

@@ -207,13 +207,13 @@
top: 20%;
&:first-child {
z-index: 2;
z-index: 1;
transform: translateX(4px) rotate(-10deg);
}
&:last-child {
right: 0;
z-index: 1;
z-index: 2;
transform: translateX(-4px) rotate(10deg);
}
}