Authored by 阿达

修改样式错误

<div class="activity-entry clearfix">
{{#activityEnter}}
<a href="{{href}}">
<a href="{{href}}" target="_blank">
<img class="entry-item pull-left {{#if @first}}first{{/if}} {{#if @last}}last{{/if}}" src="{{image icon 330 300}}">
</img>
</a>
... ...
... ... @@ -155,6 +155,7 @@
position: absolute;
left: 0;
bottom: 0;
opacity: 0.5;
width: 100%;
font-size: 22px;
line-height: 30px;
... ... @@ -234,7 +235,7 @@
}
.title {
font-size: 25px;
font-size: 12px;
height: 40px;
line-height: 40px;
text-align: center;
... ...