Authored by 阿达

多品店品牌列表页提交

... ... @@ -26,4 +26,16 @@
.fo > span {
width:auto;
}
.brand-list{
margin-left: 20px;
font-size: 18px;
border-bottom: 1px solid #e6e6e6;
text-align: left;
height: 44px;
line-height: 44px;
vertical-align:middle;
display: block;
width: 100%;
}
\ No newline at end of file
... ...
... ... @@ -48,5 +48,4 @@
{{> product/query-param}}
</div>
{{> layout/footer}}
{{> layout/footer}}
\ No newline at end of file
... ...
{{> layout/header}}
{{# brands}}
<a class="brand-list" href="{{url}}">
{{brandname}}
</a>
{{/ brands}}
{{> layout/footer}}
\ No newline at end of file
... ...