update(UserCard): 0.5px border

feature/artists
mackt 4 months ago
parent 108c93a7ed
commit c71788da0f

@ -8,7 +8,7 @@
position: absolute;
left: calc(-50% - 0.7px);
top: calc(-50% - 0.7px);
border-radius: 18px;
border-radius: 24px;
width: calc(200% + 1.4px); /* 考虑到阴影会占用额外空间,增加 1.4px */
height: calc(200% + 1.4px); /* 考虑到阴影会占用额外空间,增加 1.4px */
box-shadow: 0 0 0 0.7px #e1e1e1; /* 使用阴影模拟边框 */

Loading…
Cancel
Save