Browse Source

style(product): 移动端图片大小限制

master
peijunlei 2 weeks ago
parent
commit
caac74e95a
  1. 6
      public/themes/dist_static/static/css/product.css

6
public/themes/dist_static/static/css/product.css

@ -963,7 +963,7 @@ body.is-p-subnav .site-header {
width: auto; width: auto;
max-width: 80%; max-width: 80%;
max-height: 80%; max-height: 80%;
height: 100%;
height: 80%;
object-fit: contain; object-fit: contain;
} }
.p-subnav { .p-subnav {
@ -1153,8 +1153,8 @@ body.is-p-subnav .site-header {
gap: 16Px!important; gap: 16Px!important;
} }
.p-related__media img { .p-related__media img {
max-width: 80Px!important;
max-height: 160Px!important;
max-width: 80%!important;
max-height: 80%!important;
} }
.p-related__foot { .p-related__foot {
padding-top: 16Px!important; padding-top: 16Px!important;

Loading…
Cancel
Save