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; } /* 卡片底部 */