修复轮播图右入
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
This commit is contained in:
@@ -34,8 +34,10 @@ body {
|
||||
will-change: opacity, transform;
|
||||
backface-visibility: hidden;
|
||||
perspective: 1000px;
|
||||
transition: opacity 0.8s ease-out, transform 0.8s ease-out,
|
||||
visibility 0.8s ease-out;
|
||||
transition:
|
||||
opacity 1.2s ease-in-out,
|
||||
transform 1.2s ease-in-out,
|
||||
visibility 1.2s ease-in-out;
|
||||
}
|
||||
/* 18-19号防卡顿:延迟19号动画 */
|
||||
/* [data-order="19"] {
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
}
|
||||
.carousel-arrow:hover {
|
||||
opacity: 1;
|
||||
transform: translateY(-50%) scale(1.1);
|
||||
/* transform: translateY(-50%) scale(1.1); */
|
||||
box-shadow: 0 6px 20px rgba(0, 120, 255, 0.4);
|
||||
}
|
||||
.arrow-left {
|
||||
|
||||
Reference in New Issue
Block a user