Browse Source

【物业服务-我的话题button边框删除】 -刘绍文 -2020.5.19

feature/v2.0
liushaowen 5 years ago
parent
commit
9b10c59045
  1. 7
      epdc-resident-mp-yushan/subpages/property/pages/topicList/topicList.wxss

7
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;
}

Loading…
Cancel
Save