Authored by OF1706

m

... ... @@ -165,7 +165,7 @@
<ul class="goods-list">
\{\{#main_goods\}\}
\{{#notzero buy_number}}
<li class="goods-item {{@index}}---{{#gt @index 4}} hide {{else}} test {{/gt}}">
<li class="goods-item \{\{@index\}\} \{\{#gt @index 4\}\} hide \{\{else\}\} test \{\{/gt\}\}">
<a href="\{\{product_url\}\}">
<img src="\{\{default_img\}\}" alt="" class="goods-img" />
</a>
... ...
... ... @@ -1074,6 +1074,31 @@
}
}
.go-full-cart {
padding: 0 25px;
padding-top: 14px;
padding-bottom: 16px;
border-top: 1px solid #dcdcdc;
text-align: right;
p {
font-size: 13px;
color: #444;
text-align: right;
padding-top: 0;
padding-bottom: 8px;
}
a {
display: inline-block;
color: #fff;
background-color: #d0021b;
padding: 10px 11px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}
}
.ic-infomation {
position: absolute;
background: url(/header/ic-information.png) no-repeat;
... ...