Commit d66e10da authored by anxixi's avatar anxixi

首页相关功能

parent 54d5ace0
......@@ -66,7 +66,8 @@
<p class="ellipsisFont2"
style="cursor: pointer;"
@click="handleMore('detail',item.contentType == 'activity'?'/eventdetail':item.contentType == 'guess'?'/guessDetail':item.contentType== 'topic'?'/topicDetails':'/',item,true)">
<span style="color: #FF5D5D;font-weight: normal;">[{{item.contentType == 'activity'?'活动':item.contentType == 'guess'?'竞猜':item.contentType== 'topic'?'话题':''}}] </span>
<span style="background: #FF5D5D;color: #FFFFFF;padding: 0 5px;font-size: 12px;margin-right: 5px;border-radius: 3px;">热门</span>
<span style="color: #1A1A1E;">{{item.contentType == 'activity'?'活动':item.contentType == 'guess'?'竞猜':item.contentType== 'topic'?'话题':''}} <i style="margin: 0 3px;">|</i></span>
<span style="color: #1A1A1E;">{{item.contentType == 'activity'?item.contentDetail.channelTitle:item.contentType == 'guess'?item.contentDetail.guessTitle:item.contentType== 'topic'?'#'+item.contentDetail.topicTitle+'#':''}}</span>
</p>
<div class="gendisplay">
......@@ -96,7 +97,7 @@
<p v-else class="ellipsisFont2 activity_state" style="margin-top: 15px;line-height: 20px;">
{{item.contentType == 'guess'?item.contentDetail.guessIntroduction:item.contentType== 'topic'?item.contentDetail.topicDescription:''}}
</p>
<img v-if="index == 0" style="position: absolute;left: -15px;top: -15px;width: 48px;" src="../../../assets/img/hotlive.png" alt="">
<!-- <img v-if="index == 0" style="position: absolute;left: -15px;top: -15px;width: 48px;" src="../../../assets/img/hotlive.png" alt="">-->
</li>
</ul>
</div>
......@@ -1805,7 +1806,7 @@
background: #F5F5F5;
border-radius: 3px;
>ul{
padding:15px 0 15px 15px;
padding:15px 0 ;
height: 165px;
>li{
color: #7A7A7A;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment