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
姜枫
9 years ago
Commit
0c0dd2cb65025e36d44148a3a8ee2d6ba19af8b3
1 parent
72f0ea2f
修改筛选样式
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
9 deletions
apps/product/views/partial/list/filter.hbs
apps/product/views/partial/list/order-area.hbs
public/scss/product/_list.css
apps/product/views/partial/list/filter.hbs
View file @
0c0dd2c
...
...
@@ -82,12 +82,12 @@
{{/
each
}}
<div
class=
"price-btns"
>
<div
class=
"price-input inline-block"
>
<span
>
¥
</span>
<span
class=
"iconfont"
>

</span>
<input
type=
"text"
class=
"price-low"
value=
"
{{
customPriceLow
}}
"
>
</div>
<span>
-
</span>
<div
class=
"price-input inline-block"
>
<span
>
¥
</span>
<span
class=
"iconfont"
>

</span>
<input
type=
"text"
class=
"price-high"
value=
"
{{
customPriceHigh
}}
"
>
</div>
<span
class=
"btn large confirm"
>
确定
</span>
...
...
apps/product/views/partial/list/order-area.hbs
View file @
0c0dd2c
...
...
@@ -13,7 +13,7 @@
共
<span>
{{
total
}}
</span>
件商品
</label>
<label
class=
"page-info"
><span
class=
"cur-page"
>
{{
page
}}
</span>
/
<span
class=
"total-page"
>
{{
pageTotal
}}
</span></label>
{{#
isEqual
page
'1'
}}
{{#
isEqual
page
1
}}
<span
class=
"iconfont page disable page-pre"
>

</span>
{{^}}
<span
class=
"iconfont page page-pre"
>

</span>
...
...
public/scss/product/_list.css
View file @
0c0dd2c
...
...
@@ -120,24 +120,26 @@
width
:
72px
;
height
:
38px
;
line-height
:
38px
;
position
:
relative
;
vertical-align
:
bottom
;
span
{
height
:
36px
;
line-height
:
36px
;
margin-top
:
1px
;
height
:
30px
;
line-height
:
30px
;
margin-top
:
5px
;
display
:
inline-block
;
padding
:
0
3px
;
}
input
{
border
:
0
;
background-color
:
transparent
;
width
:
50
px
;
width
:
45
px
;
height
:
38px
;
line-height
:
38px
;
padding
:
0
;
font-size
:
14px
;
font-family
:
'BrownStd'
,
'黑体'
;
float
:
right
;
font-weight
:
700
;
}
}
...
...
Please
register
or
login
to post a comment