Browse Source

title可自定义

dev
jiangyy 4 years ago
parent
commit
3a6a78d51c
  1. 2
      epmet-oper-web/src/assets/scss/modules/wx-mini/extended.scss
  2. 6
      epmet-oper-web/src/assets/scss/modules/wx-mini/voice.scss
  3. 8
      epmet-oper-web/src/components/wx-index/heart.vue
  4. 4
      epmet-oper-web/src/components/wx-index/issue.vue
  5. 6
      epmet-oper-web/src/components/wx-index/score.vue
  6. 17
      epmet-oper-web/src/components/wx-index/voice.vue

2
epmet-oper-web/src/assets/scss/modules/wx-mini/extended.scss

@ -8,7 +8,7 @@
background: rgba(255, 255, 255, 1);
.more_list {
padding:0 20px;
padding:10px 20px 0 20px;
display: flex;
justify-content: space-between;

6
epmet-oper-web/src/assets/scss/modules/wx-mini/voice.scss

@ -182,14 +182,14 @@
margin:10px 15px 0px;
display: flex;
padding:0px 0px;
justify-content: space-between;
justify-content: space-start;
.title_focus{
font-size: 17px;
font-family: PingFang SC;
font-weight: 800;
color: #333333;
text-align: center;
.red_line{
@ -207,7 +207,7 @@
font-family: PingFang SC;
font-weight: 500;
color: #999999;
margin-left:10px;
}
.rank_title_left{

8
epmet-oper-web/src/components/wx-index/heart.vue

@ -30,8 +30,8 @@
<!-- 爱心互助最新活动组件 -->
<div class="heart_news"
v-if="item.componentFrontId==='resi-functionList-heart-new'">
<div class="d-cpt-title">最新活动
<div class="more">查看更多</div>
<div class="d-cpt-title">{{item.demoData.title}}
<!-- <div class="more">查看更多</div> -->
</div>
<div class="list">
<div class="item"
@ -71,8 +71,8 @@
<!-- 爱心互助历史回顾组件 -->
<div class="heart_news"
v-if="item.componentFrontId==='resi-functionList-heart-history'">
<div class="d-cpt-title">历史回顾
<div class="more">查看更多</div>
<div class="d-cpt-title">{{item.demoData.title}}
<!-- <div class="more">查看更多</div> -->
</div>
<div class="list">
<div class="item"

4
epmet-oper-web/src/components/wx-index/issue.vue

@ -8,7 +8,7 @@
<div class="issue_news"
v-if="item.componentFrontId==='resi-functionList-hall-latestIssueList'">
<div class="d-cpt-wrap">
<div class="d-cpt-title">最新议题</div>
<div class="d-cpt-title">{{item.demoData.title}}</div>
<div class="list">
<div class="item2"
:key="subindex"
@ -31,7 +31,7 @@
<div class="issue_news"
v-else-if="item.componentFrontId==='resi-functionList-hall-closedProjectList'">
<div class="d-cpt-wrap">
<div class="d-cpt-title">结案项目</div>
<div class="d-cpt-title">{{item.demoData.title}}</div>
<div class="list">
<div class="item3"
:key="subindex"

6
epmet-oper-web/src/components/wx-index/score.vue

@ -8,7 +8,7 @@
<div class="score_rank"
v-if="item.componentFrontId==='resi-functionList-score-rank'">
<div class="score_rank_content">
<div class="title">积分排名
<div class="title">{{item.demoData.title}}
<div class="score_more">查看更多</div>
</div>
@ -73,7 +73,7 @@
<div class="score_rank"
v-if="item.componentFrontId==='resi-functionList-score-rank-2'">
<div class="score_rank_content">
<div class="title">积分排名
<div class="title">{{item.demoData.title}}
<div class="score_more">查看更多</div>
</div>
@ -188,7 +188,7 @@
<div class="score_party"
v-else-if="item.componentFrontId==='resi-functionList-top-party'">
<div class="score_party_content">
<div class="title">党员积分排名</div>
<div class="title">{{item.demoData.title}}</div>
<div class="m-box">
<div class="rank_tabs">
<p class="rank_title_left">身边党员</p>

17
epmet-oper-web/src/components/wx-index/voice.vue

@ -29,7 +29,7 @@
<div class="voice_news"
v-else-if="item.componentFrontId==='resi-functionList-voice-newsList'">
<div class="content">
<div class="d-cpt-title">党建声音</div>
<div class="d-cpt-title">{{item.demoData.title}}</div>
<div class="list">
<div class="item"
:key="subindex"
@ -54,7 +54,7 @@
v-else-if="item.componentFrontId==='resi-functionList-voice-listwithtag'">
<div class="content">
<div class="d-cpt-title">党建声音</div>
<div class="d-cpt-title">{{item.demoData.title}}</div>
<div class="tag">
<div class="tab_item"
:key="subindex"
@ -86,13 +86,20 @@
v-else-if="item.componentFrontId==='resi-functionList-voice-speciallist'">
<div class="content">
<div class="rank_tabs">
<div class="title_focus">
<div :class="[{'title_focus':subindex===0},{'title_other':subindex>0}]"
:key="subindex"
v-for="(subitem, subindex) in item.demoData.tagList">
<span>{{subitem}}</span>
<div v-if="subindex===0"
class="red_line"></div>
</div>
<!-- <div class="title_focus">
<span>党建动态</span>
<div class="red_line"></div>
</div>
<div class="title_other">疫情防控</div>
<div class="title_other">通知公告</div>
<div class="title_other">生活服务</div>
<div class="title_other">生活服务</div> -->
</div>
<div class="list">
@ -123,7 +130,7 @@
<div class="voice_news"
v-else-if="item.componentFrontId==='resi-functionList-voice-newsList2'">
<div class="content">
<div class="d-cpt-title">党建声音</div>
<div class="d-cpt-title">{{item.demoData.title}}</div>
<div class="list">
<div class="item"
:key="subindex"

Loading…
Cancel
Save