All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
65 lines
1.1 KiB
CSS
65 lines
1.1 KiB
CSS
.readon-box {
|
||
position: relative;
|
||
width: 100%;
|
||
aspect-ratio: 16/9; /* 2560/1440=16/9,核心比例约束 */
|
||
|
||
background-repeat: no-repeat;
|
||
background-size: 100% auto; /* 宽度铺满,高度自动 */
|
||
|
||
margin-bottom: 2.63rem;
|
||
}
|
||
|
||
/* 背景图适配:铺满比例容器 */
|
||
/* .bg-img {
|
||
width: 100%;
|
||
height: 100%;
|
||
min-width: 1280px;
|
||
}
|
||
.bg-img img {
|
||
width: 100%;
|
||
height: 100%;
|
||
} */
|
||
.readon-text {
|
||
max-width: 1440px;
|
||
min-width: 1280px;
|
||
margin: 0 auto;
|
||
}
|
||
.readon-t {
|
||
color: #cbcfd8;
|
||
font-size: 0.5rem;
|
||
line-height: 1.4;
|
||
padding-top: 1.01rem;
|
||
padding-bottom: 0.50rem;
|
||
}
|
||
.readon-p {
|
||
color: #cbcfd8;
|
||
font-size: 0.64rem;
|
||
}
|
||
.readon-js {
|
||
color: #cbcfd8;
|
||
font-size: 0.22rem;
|
||
line-height: 1.8;
|
||
/* margin-top: 0.72rem; */
|
||
}
|
||
.readon-img {
|
||
width: 100%;
|
||
max-width: 1440px;
|
||
min-width: 1280px;
|
||
margin-top: 12%;
|
||
}
|
||
.readon-img img {
|
||
max-width: 2.84rem;
|
||
}
|
||
.readon-img-box {
|
||
width: 100%;
|
||
min-width: 1280px;
|
||
position: absolute;
|
||
margin: 0 auto;
|
||
bottom: -30px;
|
||
display: flex;
|
||
justify-content: center;
|
||
gap: 0.2rem;
|
||
}
|
||
.readon-img-box img {
|
||
width: 2.59rem;
|
||
} |