修复下滚动图片闪烁
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:
@@ -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