From ebe1f33b55729eae15ee5ce5738026b8c6fc8cb1 Mon Sep 17 00:00:00 2001 From: chenjiayin Date: Fri, 1 Jun 2018 18:12:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E6=A0=87=E9=A2=982?= =?UTF-8?q?=E3=80=81=E6=A0=87=E9=A2=983=E5=92=8C=E5=8A=A0=E7=B2=97?= =?UTF-8?q?=E3=80=81=E5=80=BE=E6=96=9C=E7=9A=84=E5=AD=97=E4=BD=93=E7=BB=86?= =?UTF-8?q?=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/vue.css b/vue.css index d85056c..3aba8bd 100644 --- a/vue.css +++ b/vue.css @@ -309,13 +309,13 @@ h2 { } h3 { - font-size: 1.5rem; + font-size: 1.4rem; line-height: 1.43; margin: 20px 0px 7px 0px; } h4 { - font-size: 1.25rem; + font-size: 1.2rem; } h5 { @@ -461,6 +461,16 @@ table tr td:last-child { margin-bottom: 0; } +#write strong { + padding: 0px 1px 0 1px; + font-size: 1.01rem; +} + +#write em { + padding: 0px 5px 0 2px; + font-size: 1.01rem; +} + #write table thead th { background-color: #f2f2f2; }