Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王水玲
8 years ago
Commit
a29905ce500acdaacdd50b730238d1debf21a35f
1 parent
3c79d5ea
blk 样式修改
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
44 additions
and
43 deletions
apps/me/views/partial/collection/product.hbs
apps/product/views/action/list.hbs
public/scss/me/favorite/_product.css
public/scss/me/setting/_content.css
public/scss/product/_list.css
apps/me/views/partial/collection/product.hbs
View file @
a29905c
...
...
@@ -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>
...
...
apps/product/views/action/list.hbs
View file @
a29905c
<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>
...
...
public/scss/me/favorite/_product.css
View file @
a29905c
...
...
@@ -15,8 +15,7 @@
}
.label.focus
{
font-weight
:
700
;
font-size
:
16px
;
font-size
:
14px
;
a
{
color
:
#1b1b1b
;
...
...
public/scss/me/setting/_content.css
View file @
a29905c
...
...
@@ -36,11 +36,10 @@
.big-input
{
width
:
300px
;
margin-left
:
7px
;
}
.btn
{
margin-left
:
83
px
;
margin-left
:
90
px
;
}
.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
;
}
...
...
public/scss/product/_list.css
View file @
a29905c
...
...
@@ -14,6 +14,9 @@
.right
{
width
:
850px
;
}
.product-list-right
{
padding-bottom
:
50px
;
}
}
...
...
Please
register
or
login
to post a comment