From c563eee5750965d2aa9232431f470cb67e3189b5 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Wed, 22 May 2019 14:20:22 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=97=A8=E5=BA=97=E8=AF=A6=E6=83=85][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9]:[=E9=97=A8=E5=BA=97=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E7=9A=84=E4=BF=AE=E6=94=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/searchbar/detail/index.wxss | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pages/index/searchbar/detail/index.wxss b/pages/index/searchbar/detail/index.wxss index 3fd9f59..8581566 100644 --- a/pages/index/searchbar/detail/index.wxss +++ b/pages/index/searchbar/detail/index.wxss @@ -80,9 +80,6 @@ padding-left: 30rpx; } -.merchant-brand view:nth-child(2) text:nth-child(1) { - margin-top: 20rpx; -} .merchant-shop text, .merchant-phone text { font-size: 30rpx; @@ -153,9 +150,18 @@ width: 92%; margin: 0 auto; } +.merchant-brand view:nth-child(2) text:nth-child(1) { + margin-top: 20rpx; +} + .title{ font-size: 24rpx; color: #666; + width: 530rpx; + height: 40rpx; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; } .merchant-shop,.merchant-phone{ width: 92%;