feat: 新增 PiggyBankCard 组件的样式,采用高级玻璃拟态风格。
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
box-shadow: var(--shadow-sm);
|
box-shadow: var(--shadow-sm);
|
||||||
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
|
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
/* Removed overflow: hidden to allow dropdown menu to show */
|
||||||
}
|
}
|
||||||
|
|
||||||
.piggy-bank-card::before {
|
.piggy-bank-card::before {
|
||||||
@@ -26,6 +26,7 @@
|
|||||||
height: 4px;
|
height: 4px;
|
||||||
background: var(--color-accent);
|
background: var(--color-accent);
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
border-radius: var(--radius-xl) var(--radius-xl) 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.piggy-bank-card--clickable {
|
.piggy-bank-card--clickable {
|
||||||
|
|||||||
Reference in New Issue
Block a user