From 9b10c59045dd96f7080da4a6012e16c99a5c25a9 Mon Sep 17 00:00:00 2001 From: liushaowen <565850092@qq.com> Date: Tue, 19 May 2020 14:04:38 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=89=A9=E4=B8=9A=E6=9C=8D=E5=8A=A1-?= =?UTF-8?q?=E6=88=91=E7=9A=84=E8=AF=9D=E9=A2=98button=E8=BE=B9=E6=A1=86?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E3=80=91=20-=E5=88=98=E7=BB=8D=E6=96=87=20-2?= =?UTF-8?q?020.5.19?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../subpages/property/pages/topicList/topicList.wxss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/epdc-resident-mp-yushan/subpages/property/pages/topicList/topicList.wxss b/epdc-resident-mp-yushan/subpages/property/pages/topicList/topicList.wxss index 4d3684f..3923377 100644 --- a/epdc-resident-mp-yushan/subpages/property/pages/topicList/topicList.wxss +++ b/epdc-resident-mp-yushan/subpages/property/pages/topicList/topicList.wxss @@ -102,7 +102,7 @@ page { font-size: 32rpx; color: #fff; border-radius: 0px; - border:0px + border:none } .topic-list .addTopic .myTopicBtn { width: 50%; @@ -113,5 +113,8 @@ page { font-size: 32rpx; color: #fff; border-radius: 0px; - border:0px + border:none +} +button::after{ + border: none; }