Commit c28768f8 authored by anxixi's avatar anxixi

活动列表样式修改

parent 92461d81
......@@ -1696,6 +1696,9 @@ i {
background-repeat: no-repeat;
background-position: center;
}
.eventimgInfo{
background-position: top!important;
}
//表格
.tableList.el-table .el-table__header th:nth-child(1){
......
......@@ -3,7 +3,7 @@
<div class="divclasschild">
<div class="topBanner gendisplay">
<div @click="toeventdetail(indexActivitylist[0])">
<p class="imgInfo topBanner_0"
<p class="imgInfo topBanner_0 eventimgInfo"
v-if="indexActivitylist[0]"
:style="{backgroundImage:'url('+indexActivitylist[0].channelPic+')'}">
</p>
......@@ -12,7 +12,7 @@
</div>
<div class="gendisplay">
<div @click="toeventdetail(item)" v-for="(item,index) in indexActivitylist" :key="index" v-if="index>0">
<p class="imgInfo topBanner_x"
<p class="imgInfo topBanner_x eventimgInfo"
:style="{backgroundImage:'url('+item.channelPic+')'}">
</p>
<img src="../../assets/img/mobile/startIcon.png" alt="">
......@@ -128,7 +128,7 @@
<div v-for="(item,index) in activityRecommendTopic" :key="index">
<p class="recommend_title mouseHover" @click="gotopicDetails(item)">#{{item.topicTitle}}#</p>
<div class="gendisplay">
<p class="imgInfo recommend_l"
<p class="imgInfo recommend_l eventimgInfo"
@click="gotopicDetails(item)"
:style="{backgroundImage:'url('+item.topicCover+')'}">
</p>
......
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