feat:系统UI优化初版

This commit is contained in:
2026-08-07 17:08:19 +08:00
parent 956a76ac63
commit 4cf4e45ea2
16 changed files with 2500 additions and 555 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

@@ -124,11 +124,44 @@ body {
}
.custom-list-loading {
background-color: unset;
min-width: 72px;
padding: 10px 12px 9px;
border-radius: 12px;
color: #7890a8;
background-color: rgba(255, 255, 255, 0.94);
box-shadow: 0 5px 18px rgba(52, 91, 128, 0.12);
}
.custom-list-loading .van-icon {
font-size: 108px;
width: 48px;
height: 48px;
font-size: 48px;
transform-origin: center;
animation: smart-union-loading-breathe 1.15s ease-in-out infinite;
}
.custom-list-loading .van-icon__image {
width: 100%;
height: 100%;
object-fit: contain;
}
@keyframes smart-union-loading-breathe {
0%, 100% {
opacity: 0.58;
transform: scale(0.92);
}
50% {
opacity: 1;
transform: scale(1.03);
}
}
.custom-list-loading .van-toast__text {
margin-top: 5px;
color: #7890a8;
font-size: 12px;
line-height: 16px;
}
.list-card {