All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
26 lines
429 B
CSS
26 lines
429 B
CSS
/* .qb {
|
|
position: absolute;
|
|
top:3rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
} */
|
|
.qb-t {
|
|
width: 100%;
|
|
font-size: 0.36rem;
|
|
color: #fff;
|
|
text-align: center;
|
|
padding-top: 1.5rem;
|
|
}
|
|
.qb-p {
|
|
font-size: 0.18rem;
|
|
color: #cbcfd8;
|
|
text-align: center;
|
|
padding-top: 0.37rem;
|
|
padding-bottom: 0.34rem;
|
|
font-family: 'HarmonyOS-Light';
|
|
line-height: 1.5;
|
|
}
|
|
.qb-bg-img1 {
|
|
width: 6.9rem;
|
|
}
|