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
xuqi
9 years ago
Commit
b6464f2cd298a7503e8c8e12ba229d61809896c6
1 parent
d169b022
icon class -> unicode
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
18 deletions
static/sass/index.scss
static/sass/shopping-cart/_index.scss
template/m.yohobuy.com/actions/index/shoppingCart/index.phtml
template/m.yohobuy.com/partials/shopping-cart/good.phtml
static/sass/index.scss
View file @
b6464f2
...
...
@@ -74,16 +74,6 @@ a {
-moz-osx-font-smoothing
:
grayscale
;
}
.icon-checkbox
:before
{
content
:
"\e61c"
;
}
.icon-cb-checked
:before
{
content
:
"\e61d"
;
}
.icon-gift
:before
{
content
:
"\e620"
;
}
.icon-del
:before
{
content
:
"\e621"
;
}
.icon-money
:before
{
content
:
"\e61b"
;
}
.icon-edit
:before
{
content
:
"\e61e"
;
}
.icon-yoho-like
:before
{
content
:
"\e605"
;
}
.icon-close
:before
{
content
:
"\e61a"
;
}
.icon-right-arrow
:before
{
content
:
"\e614"
;
}
.yoho-tip
{
position
:
absolute
;
display
:
none
;
...
...
static/sass/shopping-cart/_index.scss
View file @
b6464f2
@import
"good"
;
.icon-checkbox
:before
{
content
:
"\e61c"
;
}
.icon-cb-checked
:before
{
content
:
"\e61d"
;
}
.cart-nav
{
height
:
30rem
/
$pxConvertRem
;
color
:
#c6c6c6
;
...
...
template/m.yohobuy.com/actions/index/shoppingCart/index.phtml
View file @
b6464f2
...
...
@@ -26,21 +26,21 @@
<ul
class=
"freebie-and-advance-buy"
>
{
{#
freebie
}
}
<li
class=
"freebie"
>
<span
class=
"iconfont
icon-gift"
>
</span>
<span
class=
"iconfont
"
>
620
;
</span>
赠品
<a
href=
{
{url
}
}>
<span
class=
"count"
>
{
{count
}
}</span>
<span
class=
"iconfont icon-right-arrow"
></span>
<span
class=
"iconfont icon-right-arrow"
>

614
;
</span>
</a>
</li>
{
{/
freebie
}
}
{
{#
advanceBuy
}
}
<li
class=
"advance-buy"
>
<span
class=
"iconfont
icon-money"
>
</span>
<span
class=
"iconfont
"
>
61
b;
</span>
加价购
<a
href=
{
{url
}
}>
<span
class=
"count"
>
{
{count
}
}</span>
<span
class=
"iconfont icon-right-arrow"
></span>
<span
class=
"iconfont icon-right-arrow"
>

614
;
</span>
</a>
</li>
{
{/
advanceBuy
}
}
...
...
template/m.yohobuy.com/partials/shopping-cart/good.phtml
View file @
b6464f2
...
...
@@ -42,18 +42,18 @@
</span>
{{/if}}
<span class="iconfont icon-edit"></span>
<span class="iconfont icon-del"></span>
<span class="iconfont icon-edit"></span>
<span class="iconfont icon-del"></span>
</p>
</div>
</div>
<div class="opt-panel">
<div class="put-in-favorite">
<span class="iconfont
icon-yoho-like">
</span>
<span class="iconfont
">
</span>
移入收藏夹
</div>
<div class="del">
<span class="iconfont
icon-close">
</span>
<span class="iconfont
">
</span>
删除
</div>
</div>
...
...
Please
register
or
login
to post a comment