Authored by 王水玲

blk 样式修改

... ... @@ -4,7 +4,7 @@
<div class="products-cates clearfix">
{{#each categoryList}}
<div class="label {{#if checked}}focus{{/if}}">
<a href="?sort={{categoryId}}">{{categoryName}} ({{num}})</a>
<a href="?sort={{categoryId}}">{{categoryName}} {{num}}</a>
</div>
{{/each}}
</div>
... ...
<div class="blk-page yoho-product-list">
<div class="center-content">
{{# navPath}}
{{> path-nav}}
{{/ navPath}}
</div>
<div class="center-content clearfix">
{{#filter}}
<div class="left">
{{!-- 筛选区域 --}}
{{> list/filter}}
</div>
{{/filter}}
{{#if paginationData.total}}
<div class="right">
{{!-- 已选中条件 --}}
{{#filter}}
{{> list/filter-area}}
{{/filter}}
{{!-- 排序 --}}
{{> list/order-area}}
{{!-- 商品列表 --}}
{{> list/goods-box}}
{{!-- 分页 --}}
{{{ pagination paginationData }}}
</div>
{{^}}
{{!-- 空结果 --}}
{{> list/empty}}
{{/if}}
</div>
</div>
<div class="blk-page yoho-product-list">
<div class="center-content">
{{# navPath}}
{{> path-nav}}
{{/ navPath}}
</div>
<div class="center-content clearfix">
{{#filter}}
<div class="left">
{{!-- 筛选区域 --}}
{{> list/filter}}
</div>
{{/filter}}
{{#if paginationData.total}}
<div class="right product-list-right">
{{!-- 已选中条件 --}}
{{#filter}}
{{> list/filter-area}}
{{/filter}}
{{!-- 排序 --}}
{{> list/order-area}}
{{!-- 商品列表 --}}
{{> list/goods-box}}
{{!-- 分页 --}}
{{{ pagination paginationData }}}
</div>
{{^}}
{{!-- 空结果 --}}
{{> list/empty}}
{{/if}}
</div>
</div>
... ...
... ... @@ -15,8 +15,7 @@
}
.label.focus {
font-weight: 700;
font-size: 16px;
font-size: 14px;
a {
color: #1b1b1b;
... ...
... ... @@ -36,11 +36,10 @@
.big-input {
width: 300px;
margin-left: 7px;
}
.btn {
margin-left: 83px;
margin-left: 90px;
}
.input-radio {
... ... @@ -81,7 +80,7 @@
.show-ico {
height: 120px;
width: 120px;
background-image: resolve('me/setting/default-head.png');
background-image: resolve("me/setting/default-head.png");
background-repeat: no-repeat;
background-size: 110px 110px;
background: #fff;
... ... @@ -90,7 +89,7 @@
.edit-ico {
height: 120px;
width: 120px;
background-image: resolve('me/setting/edit-icon.png');
background-image: resolve("me/setting/edit-icon.png");
background-repeat: no-repeat;
background-size: 120px 120px;
}
... ...
... ... @@ -14,6 +14,9 @@
.right {
width: 850px;
}
.product-list-right {
padding-bottom: 50px;
}
}
... ...