lazyimage 优化

This commit is contained in:
tangly1024
2025-04-13 13:13:16 +08:00
parent d445ac8549
commit 7446a7a146
2 changed files with 12 additions and 14 deletions

View File

@@ -286,3 +286,15 @@ img {
.adsbygoogle {
overflow: hidden;
}
.lazy-image-placeholder{
background:
linear-gradient(90deg,#0001 33%,#0005 50%,#0001 66%)
#f2f2f2;
background-size:300% 100%;
animation: l1 1s infinite linear;
}
@keyframes l1 {
0% {background-position: right}
}