From 50e8a25c84149e22f1c97dc3f0a4e074fe89a5ff Mon Sep 17 00:00:00 2001 From: yiqiu Date: Mon, 23 Mar 2026 10:05:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E8=B4=AD=E7=89=A9?= =?UTF-8?q?=E8=BD=A6=E5=8D=A1=E7=89=87=E6=8F=8F=E8=BF=B0=E7=9A=84=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E9=99=90=E5=88=B6=E5=92=8C=E6=A0=B7=E5=BC=8F=E8=A6=86?= =?UTF-8?q?=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clientarea/cart/hgcart/css/goodsList.css | 27 ++---------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/clientarea/cart/hgcart/css/goodsList.css b/clientarea/cart/hgcart/css/goodsList.css index d29f9b2..63282b7 100644 --- a/clientarea/cart/hgcart/css/goodsList.css +++ b/clientarea/cart/hgcart/css/goodsList.css @@ -279,33 +279,10 @@ color: #6b7280; line-height: 1.6; margin-bottom: 16px; - max-height: 90px; - overflow: hidden; - position: relative; -} -.card-desc::after { - content: ''; - position: absolute; - bottom: 0; - left: 0; - right: 0; - height: 24px; - background: linear-gradient(transparent, #fff); - pointer-events: none; -} -.card-desc * { - all: revert; - font-size: 13px !important; - color: #6b7280 !important; - margin: 0 !important; - padding: 0 !important; - line-height: 1.6 !important; -} -.card-desc ul { - padding-left: 16px !important; } .card-desc img { - display: none !important; + max-width: 100%; + height: auto; } /* 卡片底部 */