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
c6e46ec028485c425ad9008655e0dae9b0b946fe
1 parent
96f45b49
搜索联系词字号设置
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
11 deletions
apps/product/views/partial/list/filter.hbs
public/scss/components/_header.css
public/scss/product/_list.css
apps/product/views/partial/list/filter.hbs
View file @
c6e46ec
...
...
@@ -66,9 +66,9 @@
{{#
each
letters
}}
<span
class=
"item"
data-value=
"
{{
letter
}}
"
>
{{
letter
}}
</span>
{{/
each
}}
<span
class=
"mulit-choose"
>
多选 +
</span>
<span
class=
"mulit-btn mulit-choose"
>
多选 +
</span>
</div>
<div
class=
"brand-list nano"
>
<div
class=
"nano-content"
>
...
...
@@ -165,7 +165,9 @@
<h3>
风格
</h3>
<div
class=
"body"
>
<div
class=
"style-mulit-btn"
>
<span
class=
"btn white"
>
多选
</span>
<span
class=
"mulit-btn"
>
多选 +
</span>
</div>
<div
class=
"style-body nano"
>
<div
class=
"nano-content"
>
...
...
public/scss/components/_header.css
View file @
c6e46ec
...
...
@@ -347,7 +347,7 @@
cursor
:
pointer
;
.iconfont
{
font-size
:
1
6
px
;
font-size
:
1
4
px
;
}
}
...
...
@@ -392,6 +392,7 @@
li
{
line-height
:
30px
;
padding
:
0
20px
;
font-size
:
12px
;
}
li
:first-child
{
...
...
public/scss/product/_list.css
View file @
c6e46ec
...
...
@@ -137,12 +137,6 @@
.select
{
color
:
#379ed6
;
}
.mulit-choose
{
border
:
1px
solid
#1b1b1b
;
padding
:
5px
10px
;
cursor
:
pointer
;
}
}
.brand-btns
,
...
...
@@ -163,6 +157,14 @@
}
}
.mulit-btn
{
border
:
1px
solid
#1b1b1b
;
padding
:
5px
10px
!important
;
cursor
:
pointer
;
font-weight
:
bold
;
font-size
:
12px
;
}
.btn
{
display
:
inline-block
;
}
...
...
Please
register
or
login
to post a comment