This commit is contained in:
lzp
2026-03-05 15:51:24 +08:00
parent dca18ac17b
commit bd75352099

View File

@@ -97,12 +97,12 @@
width: 244px;
border-radius: 16px;
border: 1px solid #d9d9d9;
box-shadow: 0px 15px 21px 0px #0000000d;
box-shadow: 0 15px 21px 0 rgba(0, 0, 0, 0.05);
padding: 25px 6px;
user-select: none;
background-color: #fff;
&.active{
border: 3px solid #d9d9d9;
box-shadow: 0 15px 21px 0 rgba(0, 0, 0, 0.05), 0 0 0 2px #d9d9d9;
}
> .header {
position: absolute;