diff --git a/resources/beike/shop/default/css/global.scss b/resources/beike/shop/default/css/global.scss index 40d0a3bb..52ea837a 100644 --- a/resources/beike/shop/default/css/global.scss +++ b/resources/beike/shop/default/css/global.scss @@ -98,6 +98,11 @@ h1,h2,h3, h4, h5, h6, b, strong { } } +img { + max-width: 100%; + height: auto; +} + .col-form-label.required { &::before { content: "*";