All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
26 lines
458 B
CSS
26 lines
458 B
CSS
/* .qb {
|
|
position: absolute;
|
|
top:3rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
} */
|
|
.qb-t {
|
|
width: 100%;
|
|
font-size: 0.63rem;
|
|
color: #fff;
|
|
text-align: center;
|
|
padding-top: 3rem;
|
|
}
|
|
.qb-p {
|
|
font-size: clamp(16px, 1vw, 0.22rem);
|
|
color: #cbcfd8;
|
|
text-align: center;
|
|
padding-top: 0.43rem;
|
|
padding-bottom: 0.56rem;
|
|
font-family: "HarmonyOS-Light";
|
|
}
|
|
.qb-bg-img1 {
|
|
max-width: 16.43rem;
|
|
min-height: 13.31rem;
|
|
}
|