All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 4s
51 lines
809 B
CSS
51 lines
809 B
CSS
.cpu {
|
|
margin-top: 1.5rem;
|
|
width: 100%;
|
|
aspect-ratio: 750/882;
|
|
position: relative;
|
|
}
|
|
.cpu-main {
|
|
width: 100%;
|
|
aspect-ratio: 750/882;
|
|
}
|
|
.cpu-texts-t {
|
|
color: #fff;
|
|
font-size: 0.48rem;
|
|
line-height: 1;
|
|
text-align: center;
|
|
padding-top: 0.19rem;
|
|
}
|
|
.cpu-texts-p {
|
|
color: #cbcfd8;
|
|
font-size: 0.20rem;
|
|
margin-top: 0.37rem;
|
|
line-height: 1;
|
|
text-align: center;
|
|
}
|
|
|
|
.cpu-footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.cpu-footer-img {
|
|
display: flex;
|
|
gap: 0.1rem;
|
|
}
|
|
.cpu-footer img {
|
|
width: 100%;
|
|
max-width: 1.48rem;
|
|
display: block;
|
|
}
|
|
.cpu-footer-desc {
|
|
font-size: 0.16rem;
|
|
color: #cbcfd8;
|
|
text-align: center;
|
|
margin-top: 0.38rem;
|
|
margin-bottom: 0.51rem;
|
|
width: 100%;
|
|
}
|