From a55c8917bf1d19abdef75c268269d14e8be0915d Mon Sep 17 00:00:00 2001 From: LXJ Date: Tue, 19 Dec 2017 17:29:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=87=E9=A2=98=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mobile/need/layer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mobile/need/layer.css b/src/mobile/need/layer.css index 552284d..6ff2b6c 100644 --- a/src/mobile/need/layer.css +++ b/src/mobile/need/layer.css @@ -26,7 +26,7 @@ .layermbox0 .layermchild{max-width:90%; min-width:150px;} .layermbox1 .layermchild{border:none; border-radius:0;} .layermbox2 .layermchild{width:auto; max-width:260px; min-width:40px; border:none; background: none; box-shadow: none; color:#fff;} -.layermchild h3{padding:0 45px 0 10px; height:50px; line-height:50px; border-bottom:1px solid #EBEBEB; font-size:16px; font-weight:400; border-radius:3px 3px 0 0; border-bottom:1px solid #EBEBEB;} +.layermchild h3{margin: 0; padding:0 45px 0 10px; height:50px; line-height:50px; border-bottom:1px solid #EBEBEB; font-size:16px; font-weight:400; border-radius:3px 3px 0 0; border-bottom:1px solid #EBEBEB;} .layermchild h3, .layermbtn span{ text-overflow:ellipsis; overflow:hidden; white-space:nowrap;} .layermcont{padding:20px 15px; line-height:22px; text-align:center;}