修复下滚动图片闪烁
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:
@@ -60,7 +60,7 @@
|
||||
flex: 1;
|
||||
width: 50%;
|
||||
/* 固定宽高比:710/210 ≈ 3.38,反向则210/710≈29.58% */
|
||||
aspect-ratio: 710/210;
|
||||
aspect-ratio: 711/260;
|
||||
overflow: hidden; /* 裁剪超出部分(可选) */
|
||||
}
|
||||
|
||||
|
||||
@@ -15,11 +15,21 @@
|
||||
position: absolute;
|
||||
bottom: -60px; */
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 0.2rem;
|
||||
flex-wrap: wrap;
|
||||
/* justify-content: center;
|
||||
gap: 0.2rem; */
|
||||
min-width: 1280px;
|
||||
}
|
||||
.fs-box-img img {
|
||||
|
||||
.fs-h-img {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 0.2rem;
|
||||
/* margin-top: 0.2rem; */
|
||||
min-width: 1280px;
|
||||
}
|
||||
.fs-h-img img {
|
||||
max-width: 7.1rem;
|
||||
}
|
||||
.fs-b-img {
|
||||
|
||||
Reference in New Issue
Block a user