fix:二维码修改

This commit is contained in:
ljy
2026-08-03 21:49:23 +08:00
parent ee0c35cc34
commit cfafec8a3c
4 changed files with 13 additions and 6 deletions
+9 -2
View File
@@ -3154,8 +3154,15 @@ body.stage-mode {
}
.site:not(.is-stage) .qr-card img {
width: min(70vw, 14rem) !important;
height: min(70vw, 14rem) !important;
width: min(70vw, 14.5rem) !important;
height: min(70vw, 14.5rem) !important;
max-width: none !important;
max-height: none !important;
padding: 0.65rem !important;
border-radius: 0.75rem;
background: #fff;
box-sizing: border-box;
object-fit: contain !important;
}
.site:not(.is-stage) .footer.in-section {