feat: 订单样式优化

This commit is contained in:
duanshuwen
2025-10-05 15:59:39 +08:00
parent e58ded9b84
commit 59c8fd515b
3 changed files with 40 additions and 26 deletions

View File

@@ -4,6 +4,11 @@
box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.12);
margin: 12px;
transition: all 0.3s ease;
mask: radial-gradient(circle at 0 57px, #0000 6px, red 0),
radial-gradient(circle at right 57px, #0000 6px, red 0);
mask-size: 50%;
mask-position: 0, 100%;
mask-repeat: no-repeat;
&:active {
transform: scale(0.98);