Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
9 years ago
Commit
1887f7150cf9d88a5de8c9746b0230637e1f750e
1 parent
05c46705
搜索页面搜索按钮
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
static/sass/index/_search.scss
template/m.yohobuy.com/actions/index/search/index.phtml
static/sass/index/_search.scss
View file @
1887f71
...
...
@@ -27,7 +27,7 @@
.clear-input
{
position
:
absolute
;
top
:
24rem
/
$pxConvertRem
;
right
:
1
1
0rem
/
$pxConvertRem
;
right
:
1
0
0rem
/
$pxConvertRem
;
font-size
:
32rem
/
$pxConvertRem
;
color
:
#b2b2b2
;
}
...
...
@@ -35,7 +35,7 @@
.search
{
position
:
absolute
;
top
:
20rem
/
$pxConvertRem
;
right
:
0
;
right
:
12rem
/
$pxConvertRem
;
border
:
none
;
background
:
transparent
;
font-size
:
32rem
/
$pxConvertRem
;
...
...
template/m.yohobuy.com/actions/index/search/index.phtml
View file @
1887f71
...
...
@@ -6,7 +6,7 @@
<i
class=
"search-icon iconfont"
>
60
f;</i>
<input
type=
"text"
placeholder=
"搜索商品"
name=
"query"
>
<i
class=
"clear-input iconfont hide"
>
626
;</i>
<
button
id=
"search"
class=
"search"
type=
"submit"
>搜索</butto
n>
<
span
id=
"search"
class=
"search"
type=
"submit"
>搜索</spa
n>
</form>
</div>
<div
class=
"search-items"
>
...
...
Please
register
or
login
to post a comment