作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

1

... ... @@ -24,6 +24,12 @@
width:100%;
height:100%;
}
.list_item{
margin-top: 0.3rem;
}
.list_item:first-child{
margin-top: 0;
}
.rank_two{
display:flex;
... ... @@ -70,7 +76,7 @@
width:6.86rem;
text-align: center;
color:#000000;
font-size: 0.3rem;
font-size: 0.4rem;
margin: 0 auto;
}
.index_text{
... ... @@ -179,12 +185,9 @@
</div>
<div class="activetext">
<empty name="list" >
<p style="text-align: center">暂无内容</p>
</empty>
<foreach name="list" item="vo">
<a href="{:url('portal/active/activeDetail',array('id'=>$vo.id))}" style="text-decoration:none;">
<div>
<div class="list_item">
<div class="index_img">
<img src="{:cmf_get_image_preview_url($vo.thumbnail)}" alt="">
</div>
... ...