From 6855670c459e88ab7cb560276eaf476bf48c2529 Mon Sep 17 00:00:00 2001 From: augushong Date: Fri, 14 Aug 2020 13:24:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E9=80=82=E5=BA=94=E6=89=8B=E6=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/css/index.articles.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/static/css/index.articles.css b/public/static/css/index.articles.css index 57e9989..766ecdf 100644 --- a/public/static/css/index.articles.css +++ b/public/static/css/index.articles.css @@ -96,7 +96,7 @@ border-bottom: 1px solid #ddd; } -a.post-item>div:nth-child(2) { +.post-item>div:nth-child(2) { width: calc(100% - 160px); } @@ -161,6 +161,22 @@ a.post-item>div:nth-child(2) { display: inline-block; margin: 5px; } + .post-item .poster, .plus-post-item .poster { + width: 80px; + height: 60px; + } + .post-item>div:nth-child(2) { + width: calc(100% - 80px); + } + .post-item .info .title { + font-weight: 500; + font-size: 14px; + } + + .content-container .title{ + font-size: 18px; + line-height: 28px; + } } @media screen and (min-width:1200px) {