css
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<div class="flex-info mar-b12">
|
||||
<div class="info">触达居民群数:
|
||||
<div>
|
||||
<span>{{item.content['宣发触达居民群数']}}</span>个
|
||||
<span>{{item.content['宣发触达居民群数'] || 0}}</span>个
|
||||
</div>
|
||||
</div>
|
||||
<div class="info">触达居民:
|
||||
@@ -75,7 +75,7 @@
|
||||
<div class="mini-title">
|
||||
<span></span>热点话题
|
||||
</div>
|
||||
<div class="item-hot" v-for="(items, indexs) in item.content['热点话题']" :key="indexs" v-if="indexs < 5">
|
||||
<div class="item-hot" v-for="(items, indexs) in item.content['热点话题']" :key="indexs" v-if="indexs < 6">
|
||||
<div><span :class="'color'+indexs">{{indexs+1}}.</span>{{items.tag}}</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -425,7 +425,7 @@ export default {
|
||||
.flex-total {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 16px;
|
||||
margin-bottom: 32px;
|
||||
.item-total {
|
||||
p {
|
||||
font-size: 28px;
|
||||
@@ -443,6 +443,8 @@ export default {
|
||||
}
|
||||
.hot {
|
||||
.item-hot {
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
line-height: 60px;
|
||||
font-family: PingFangSC-Regular;
|
||||
font-size: 28px;
|
||||
|
||||
Reference in New Issue
Block a user