From 3b5371e2e98760c6b7e1d074f0dfe06e0d2be807 Mon Sep 17 00:00:00 2001 From: blinkfox Date: Wed, 13 May 2020 10:41:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=93=BE=E6=8E=A5=E6=8A=98?= =?UTF-8?q?=E8=A1=8C=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/css/matery.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/css/matery.css b/source/css/matery.css index 50e05db3..9670f616 100755 --- a/source/css/matery.css +++ b/source/css/matery.css @@ -1167,14 +1167,17 @@ article .article-tags .chip { } #artDetail .reprint { - margin: 15px 0 5px 0; - margin-bottom: 0.4rem; + margin: 15px 0 0.4rem; padding: 0.5rem 0.8rem; border: 1px solid #eee; line-height: 2; transition: box-shadow 0.3s ease-in-out } +#artDetail .reprint-info { + word-break: break-word; +} + #artDetail .reprint:hover { box-shadow: 0 0 10px 0 rgba(232, 237, 250, .6), 0 4px 8px 0 rgba(232, 237, 250, .5) }