news_list
This commit is contained in:
parent
6fbbc24828
commit
e503690dda
|
@ -2,7 +2,7 @@
|
|||
<li>
|
||||
<img src="<%= dynamic_new.cover_url %>" width="158px" height="100px" class="mr20"/>
|
||||
<div>
|
||||
<p class="mb25">
|
||||
<p class="mb15 clearfix">
|
||||
<a href="<%= dynamic_new.remote_url %>" class="f18 color-grey3 mr10 fl lh24"><%= h dynamic_new.title %></a>
|
||||
<span class="activitiesTag">行业动态</span>
|
||||
<span class="f12 fontGrey4 fr"><i class="iconfont icon-shijian f14 fl mr5 lh18"></i><%= format_time(dynamic_new.created_at) %></span>
|
||||
|
|
|
@ -129,11 +129,14 @@ body{
|
|||
margin-top: 2px;
|
||||
}
|
||||
.introduce_a_content{
|
||||
max-width: 400px;
|
||||
width: 100%;
|
||||
color: #666666;
|
||||
font-size: 13px;
|
||||
height: 75px;
|
||||
justify-content: center;align-items: center;display: -webkit-flex
|
||||
min-height: 60px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
display: -webkit-flex;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
/*---------------------------------------------------------introduce*/
|
||||
|
|
Loading…
Reference in New Issue