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
Email Patches
Plain Diff
Browse Files
Authored by
Lynnic
2015-11-24 14:22:40 +0800
Commit
0e102dcfd0ae5846ba0843207a6866dfb9e66879
1 parent
38b2be52
update
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
static/sass/product/_detail.scss
template/m.yohobuy.com/actions/product/detail/index.phtml
static/sass/product/_detail.scss
View file @
0e102dc
...
...
@@ -342,6 +342,10 @@ $basicBtnC:#eb0313;
font-size
:
pxToRem
(
47px
);
color
:
#444
;
}
&
.unfavorite
{
font-size
:
pxToRem
(
34px
);
color
:
#ccc
;
}
&
.favorite
{
font-size
:
pxToRem
(
34px
);
color
:
$basicBtnC
;
...
...
template/m.yohobuy.com/actions/product/detail/index.phtml
View file @
0e102dc
...
...
@@ -113,7 +113,11 @@
{
{else
}
}
<a
href=
""
class=
"sold-out"
>已售罄</a>
{
{/if
}
}
<a
href=
""
class=
"favorite iconfont"
>
605
;</a>
{
{#if
favorite
}
}
<a
href=
""
class=
"favorite iconfont "
>
605
;</a>
{
{else
}
}
<a
href=
""
class=
"unfavorite iconfont "
>
605
;</a>
{
{/if
}
}
</div>
{
{/cartInfo
}
}
...
...
Please
register
or
login
to post a comment