From 2a33e477c80ae7ed53ebfcd5ccc83d54e8652062 Mon Sep 17 00:00:00 2001 From: Lee-1203 <342694918@qq.com> Date: Tue, 15 Feb 2022 15:28:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=93=8D=E5=BA=94=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index d69d88f..ceddc17 100644 --- a/css/style.css +++ b/css/style.css @@ -2490,8 +2490,7 @@ textarea::-webkit-input-placeholder { font-size: 13px; } .foot-left>p>span{ - display: inline-block; - margin-left: 10px; + display: block; } .foot-left>span{ font-size: 13px; @@ -2796,7 +2795,7 @@ textarea::-webkit-input-placeholder { text-overflow: ellipsis; } } -@media screen and (max-width:390px){ +@media screen and (max-width:414px){ .pull-item.pull-item-fixed{ width: 100%; } @@ -2817,8 +2816,8 @@ textarea::-webkit-input-placeholder { font-size: 13px; } .pull-item-03 li>a{ - padding: 7px 8px; - line-height: 22px; + padding: 9px 8px; + line-height: 20px; font-size: 14px; text-align: center; }