fix:二维码修改
This commit is contained in:
+9
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user