Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
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
毕凯
9 years ago
Commit
41e1d0204505d7c246ef6e584fab5bc016686b92
1 parent
32f9c968
优惠券样式 YOHO币样式修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
static/sass/shopping-cart/_order-ensure.scss
template/m.yohobuy.com/actions/index/shoppingCart/order-ensure.phtml
static/sass/shopping-cart/_order-ensure.scss
View file @
41e1d02
...
...
@@ -93,7 +93,7 @@
}
.coupon-count
{
padding
:
5rem
/
$pxConvertRem
;
padding
:
5rem
/
$pxConvertRem
15rem
/
$pxConvertRem
;
background
:
#f00
;
color
:
#fff
;
@include
border-radius
(
10px
);
...
...
@@ -104,6 +104,10 @@
.coin-check
{
float
:
right
;
color
:
#999
;
&
.used
{
color
:
#f00
;
}
}
.coin-check
{
...
...
template/m.yohobuy.com/actions/index/shoppingCart/order-ensure.phtml
View file @
41e1d02
...
...
@@ -41,10 +41,9 @@
<section
class=
"block"
>
<ul
class=
"sale-invoice"
>
{
{#
if
coupon
}
}
{
{#
coupon
}
}
<li
class=
"coupon"
>
<a
href=
"/shoppingCart/selectCoupon"
>
<!--
<a
href=
"{{url}}"
>
-->
<span
class=
"title"
>优惠券</span>
{
{#if
count
}
}
<span
class=
"coupon-count"
>
...
...
@@ -65,7 +64,7 @@
{
{/if
}
}
</a>
</li>
{
{/
if
}
}
{
{/
coupon
}
}
<li
class=
"coin"
data-yoho-coin=
"{{yohoCoin}}"
>
<span
class=
"title"
>YOHO币</span>
...
...
Please
register
or
login
to post a comment