feat:系统UI优化初版
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user