Browse Source

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

feature/v2.0
liushaowen 5 years ago
parent
commit
d31fc5409b
  1. 3
      epdc-resident-mp-yushan/subpages/property/pages/topicList/topicList.wxml
  2. 2
      epdc-resident-mp-yushan/subpages/property/pages/topicList/topicList.wxss

3
epdc-resident-mp-yushan/subpages/property/pages/topicList/topicList.wxml

@ -32,7 +32,8 @@
</block> </block>
<view class="no-data" wx:if="{{topicList.length == 0 && !noDataVisible}}"> <view class="no-data" wx:if="{{topicList.length == 0 && !noDataVisible}}">
<image class="no-data-image" src="../../images/topic_nodata.png" /> <image class="no-data-image" src="../../images/topic_nodata.png" />
<view class="tip">暂无话题,快去发布话题吧~</view> <view class="tip">您还未发布话题</view>
<view class="tip">快到物业群里发布吧~</view>
</view> </view>
</view> </view>
<load-more slot="content" loadMoreVisible="{{loadMoreVisible}}" loadMoreType="{{loadMoreType}}"></load-more> <load-more slot="content" loadMoreVisible="{{loadMoreVisible}}" loadMoreType="{{loadMoreType}}"></load-more>

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

@ -102,6 +102,7 @@ page {
font-size: 32rpx; font-size: 32rpx;
color: #fff; color: #fff;
border-radius: 0px; border-radius: 0px;
border:0px
} }
.topic-list .addTopic .myTopicBtn { .topic-list .addTopic .myTopicBtn {
width: 50%; width: 50%;
@ -112,4 +113,5 @@ page {
font-size: 32rpx; font-size: 32rpx;
color: #fff; color: #fff;
border-radius: 0px; border-radius: 0px;
border:0px
} }

Loading…
Cancel
Save