From caf24b31a098940c43b5a5379bc26c98162791d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Wed, 16 Sep 2020 21:33:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=B8=80=E5=98=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component/pear/css/pear-module/card.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/component/pear/css/pear-module/card.css b/component/pear/css/pear-module/card.css index 825d1f1..362d618 100644 --- a/component/pear/css/pear-module/card.css +++ b/component/pear/css/pear-module/card.css @@ -11,7 +11,7 @@ .project-list-item .project-list-item-cover { width: 100%; - height: 220px; + height: 150px; display: block; border-top-left-radius: 4px; border-top-right-radius: 4px; @@ -23,13 +23,13 @@ } .project-list-item .project-list-item-body>h2 { - font-size: 18px; + font-size: 16px; color: #333; margin-bottom: 12px; } .project-list-item .project-list-item-text { - height: 44px; + height: 40px; overflow: hidden; margin-bottom: 12px; }