All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
60 lines
1.0 KiB
CSS
60 lines
1.0 KiB
CSS
.endurance {
|
|
position: relative;
|
|
width: 100%;
|
|
margin-top: 1.78rem;
|
|
aspect-ratio: 750/778;
|
|
}
|
|
.endurance-texts {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
position: absolute;
|
|
top: -0.4rem;
|
|
}
|
|
.endurance-t {
|
|
width: 100%;
|
|
font-size: 0.5rem;
|
|
color: #fff;
|
|
text-align: center;
|
|
}
|
|
.endurance-t span:nth-child(1) {
|
|
font-size: 0.4rem;
|
|
line-height: 1;
|
|
}
|
|
.endurance-t span:nth-child(2) {
|
|
font-size: 0.36rem;
|
|
margin-left: 0.11rem;
|
|
line-height: 1;
|
|
}
|
|
.endurance-p {
|
|
font-size: 0.18rem;
|
|
color: #cbcfd8;
|
|
text-align: center;
|
|
padding-top: 0.37rem;
|
|
font-family: 'HarmonyOS-Light';
|
|
}
|
|
.endurance-img {
|
|
width: 100%;
|
|
|
|
position: absolute;
|
|
bottom: 0.62rem;
|
|
display: flex;
|
|
justify-content: center;
|
|
gap: 0.1rem;
|
|
}
|
|
.endurance-img img {
|
|
width: 2.46rem;
|
|
display: block;
|
|
}
|
|
.endurance-footer-p {
|
|
color: #ffffff;
|
|
font-size: 0.18rem;
|
|
position: absolute;
|
|
bottom: 0;
|
|
text-align: center;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
width: 100%;
|
|
}
|