Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
2015-11-12 17:34:05 +0800
Commit
5f5e452a5a8c7918446cc10b2dd9592f60b39e92
2 parents
d9228f32
5ea336f3
Merge remote-tracking branch 'origin/hotfix'
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
static/js/index/channel.js
static/sass/product/_list.scss
template/m.yohobuy.com/partials/product/list.phtml
static/js/index/channel.js
View file @
5f5e452
...
...
@@ -32,7 +32,7 @@ $cancelSearch.on('touchstart', function() {
$box
.
removeClass
(
'action'
);
$indexLogo
.
removeClass
(
'action'
);
$search
.
blur
();
//
$search.blur();
});
$searchBox
.
children
(
'.clear-text'
).
on
(
'touchstart'
,
function
()
{
...
...
static/sass/product/_list.scss
View file @
5f5e452
...
...
@@ -216,7 +216,7 @@
}
.iconfont
{
//
color: #999;
color
:
#999
;
&
.cur
{
color
:
#000
;
...
...
template/m.yohobuy.com/partials/product/list.phtml
View file @
5f5e452
...
...
@@ -78,7 +78,7 @@
<li
class=
"filter"
>
<a
href=
"javascript:void(0);"
>
<span
class=
"nav-txt"
>筛选</span>
<span
class=
"iconfont"
>
613
;</span>
<span
class=
"iconfont
cur
"
>
613
;</span>
</a>
</li>
</ul>
...
...
Please
register
or
login
to post a comment