Authored by 张丽霞

首页公告栏图片接口返回-样式修改

... ... @@ -19,6 +19,13 @@
background: #eee;
}
}
.trend-imgae {
width:120px;
margin-top: 25px;
margin-bottom: 25px;
vertical-align: middle;
}
.notice {
box-sizing: border-box;
... ...
<div class="notice-wrap clearfix">
<img class="trend" src="{{img}}">
<div class="trend">
<img class="trend-imgae" src="{{img}}">
</div>
<div class="notice" data-time="{{notice.time}}">
{{# list}}
<a class="notice-item item-{{@index}}" href="{{url}}">
... ...