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>
... ...
... ... @@ -13,7 +13,7 @@
</div>
{{/filter}}
{{#if paginationData.total}}
<div class="right">
<div class="right product-list-right">
{{!-- 已选中条件 --}}
{{#filter}}
{{> list/filter-area}}
... ...
... ... @@ -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;
}
}
... ...