Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
7db3864438b0704cfbd0e2fcebe1622bc30568b7
2 parents
621975e4
66a27553
Merge branch 'develop'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
static/sass/product/_list.scss
template/m.yohobuy.com/partials/product/list.phtml
static/sass/product/_list.scss
View file @
7db3864
...
...
@@ -13,7 +13,7 @@
input
{
height
:
30px
;
width
:
10
0%
;
width
:
9
0%
;
border-radius
:
15px
;
text-indent
:
26px
;
background
:
#fff
;
...
...
template/m.yohobuy.com/partials/product/list.phtml
View file @
7db3864
...
...
@@ -4,6 +4,7 @@
<form
id=
"search-form"
action=
"{{url}}"
method=
"get"
>
<i
class=
"search-icon iconfont"
>
60
f;</i>
<input
type=
"text"
value=
"{{default}}"
name=
"query"
>
<input
type=
"hidden"
value=
"search"
name=
"search"
>
<i
class=
"clear-input iconfont hide"
>
61
a;</i>
<button
id=
"search"
class=
"search"
type=
"submit"
>搜索</button>
</form>
...
...
Please
register
or
login
to post a comment