Browse Source

【物业服务-我的话题button样式修改】 -刘绍文 -2020.5.19

feature/v2.0
liushaowen 6 years ago
parent
commit
076c10699d
  1. 24
      epdc-resident-mp-yushan/subpages/property/pages/topicList/topicList.wxss

24
epdc-resident-mp-yushan/subpages/property/pages/topicList/topicList.wxss

@ -94,28 +94,22 @@ page {
justify-content: flex-end;
}
.topic-list .addTopic .addTopicBtn {
width: 210rpx;
height: 76rpx;
line-height: 76rpx;
width: 50%;
height: 100%;
line-height: 98rpx;
text-align: center;
background: #FE4646;
font-size: 32rpx;
color: #fff;
margin-right: 20rpx;
border-radius: 0px;
}
.topic-list .addTopic .myTopicBtn {
width: 210rpx;
height: 76rpx;
line-height: 76rpx;
width: 50%;
height: 100%;
line-height: 98rpx;
text-align: center;
background: #FE4646;
background: #FFB000;
font-size: 32rpx;
color: #fff;
margin-left: 20rpx;
}
.topic-list .addTopic .hover-addTopic {
background: red;
border-radius: 0px;
}
.topic-list .addTopic .hover-myTopic {
background: red;
}
Loading…
Cancel
Save