From 3a1e4c2f6aac82839842300cad22535251366ede Mon Sep 17 00:00:00 2001 From: devil_gong Date: Wed, 20 Feb 2019 16:27:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=B3=E4=BE=A7=E5=BF=AB=E6=8D=B7=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E6=96=B0=E5=A2=9E=E8=B4=AD=E7=89=A9=E8=BD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/index/default/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/index/default/css/common.css b/public/static/index/default/css/common.css index 76565776c..fc7ffdc9f 100755 --- a/public/static/index/default/css/common.css +++ b/public/static/index/default/css/common.css @@ -423,7 +423,7 @@ background:url(../images/ibar_sprites.png) no-repeat;background-position:0px -23 * 混合提示 */ .mixed-tips { width: 280px; overflow: hidden; margin:0 auto; margin-top: 5%; margin-bottom: 10%; } -.mixed-tips .icon { font-size: 68px; color: #ccc; margin-right: 15px; } +.mixed-tips .icon { font-size: 68px; color: #ccc; margin-right: 15px; line-height: 108px; } .mixed-tips-content { margin-top: 10px; } .mixed-tips-content h1 { font-size: 14px; font-weight: 500; } .mixed-tips-content ul { margin-top: 5px; }