Authored by yyq

outlets index css

... ... @@ -5,7 +5,7 @@
<div class="limit-extra right">
{{# extra}}
{{# sourceImg}}
<a href="{{href}}" target="_blank">
<a href="{{#if herf}}{{href}}{{^}}javascript:;{{/if}}" class="source-img" target="_blank">
<img class="lazy" data-original="{{image img 380 506}}" width=100%>
</a>
{{/ sourceImg}}
... ...
... ... @@ -91,6 +91,11 @@
.limit-extra {
width: 33%;
.source-img {
display: block;
margin-bottom: 15px;
}
.type-list {
padding: 15px 10px;
... ... @@ -177,7 +182,7 @@
}
.extra-pack {
margin-top: 15px;
margin-bottom: 15px;
border: 1px solid #000;
overflow: hidden;
... ...