All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 4s
29 lines
444 B
CSS
29 lines
444 B
CSS
.rgb-t {
|
|
font-size: 0.48rem;
|
|
color: #fff;
|
|
width: 100%;
|
|
text-align: center;
|
|
margin-top: 4.84rem;
|
|
margin-bottom: 0.37rem;
|
|
line-height: 1.5;
|
|
}
|
|
.rgb-bg {
|
|
aspect-ratio: 750/582;
|
|
}
|
|
.rgb-p {
|
|
font-size: 0.20rem;
|
|
color: #cbcfd8;
|
|
line-height: 1.5;
|
|
text-align: center;
|
|
}
|
|
.rgb-imgs {
|
|
display: flex;
|
|
gap: 0.1rem;
|
|
margin-top: 0.28rem;
|
|
justify-content: center;
|
|
}
|
|
.rgb-imgs img {
|
|
width: 2.17rem;
|
|
display: block;
|
|
}
|