From fdac7066edb02b2d175432d81152044613eaca43 Mon Sep 17 00:00:00 2001 From: pushuo Date: Mon, 20 Feb 2023 14:09:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8D=9A=E5=AE=A2=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E5=9B=BE=E7=89=87=E5=AE=BD=E5=BA=A6=E8=B6=85=E9=99=90?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/beike/shop/default/css/global.scss | 5 +++++ 1 file changed, 5 insertions(+) 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: "*";