All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 5s
41 lines
694 B
CSS
41 lines
694 B
CSS
.fs {
|
||
min-width: 1280px;
|
||
}
|
||
.fs-box {
|
||
width: 100%;
|
||
aspect-ratio: 16/9; /* 2560/1440=16/9,核心比例约束 */
|
||
position: relative;
|
||
}
|
||
.fs-box img {
|
||
width: 100%;
|
||
}
|
||
.fs-box-img {
|
||
display: flex;
|
||
/* width: 100%;
|
||
position: absolute;
|
||
bottom: -60px; */
|
||
display: flex;
|
||
justify-content: center;
|
||
gap: 0.2rem;
|
||
min-width: 1280px;
|
||
}
|
||
.fs-box-img img {
|
||
max-width: 7.1rem;
|
||
}
|
||
.fs-b-img {
|
||
width: 100%;
|
||
display: flex;
|
||
justify-content: center;
|
||
margin-top: 0.2rem;
|
||
min-width: 1280px;
|
||
}
|
||
.fs-b-img img {
|
||
width: 100%;
|
||
max-width: 14.4rem;
|
||
}
|
||
.fs-ts {
|
||
font-size: clamp(16px, 1vw, 0.22rem);
|
||
text-align: center;
|
||
color:#cbcfd8;
|
||
padding:0.4rem 0;
|
||
} |