From 9329325ee183c3339d74972a879201d4e710d15f Mon Sep 17 00:00:00 2001 From: Eratosici Date: Tue, 18 May 2021 14:45:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=88=86=E7=B1=BB=E5=95=86?= =?UTF-8?q?=E5=93=81=E5=8D=96=E7=82=B9=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/category/category.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/category/category.css b/pages/category/category.css index e63f5c1..4944cfa 100644 --- a/pages/category/category.css +++ b/pages/category/category.css @@ -202,6 +202,10 @@ page { font-size: 22rpx; color: #999; margin: 10rpx 0 20rpx 0; + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 1; + overflow: hidden; } .rightcontent .cont-item .show-item .prod-text-right .prod-text.more {