Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
赵彪
2015-12-21 21:33:24 +0800
Commit
bf1d0c2059b33d8409e67a159922db7f6f0452ef
2 parents
31c0d15c
e3c851e8
Merge branch 'develop' into 'develop'
Develop 1:加价购商品添加原价 See merge request !60
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
15 deletions
static/sass/cart/_gift-advance-good.scss
static/sass/cart/_good.scss
static/sass/cart/_index.scss
template/m.yohobuy.com/partials/cart/good.phtml
static/sass/cart/_gift-advance-good.scss
View file @
bf1d0c2
...
...
@@ -5,15 +5,6 @@
margin-left
:
34rem
/
$pxConvertRem
;
height
:
160rem
/
$pxConvertRem
;
border-bottom
:
1px
solid
#e0e0e0
;
&
:last-child
{
border-bottom
:
none
;
}
}
.advance-block
.gift-advance-good
:last-child
{
border-bottom
:
none
;
}
.advance-block
:last-child
.gift-advance-good
:last-child
{
...
...
static/sass/cart/_good.scss
View file @
bf1d0c2
...
...
@@ -111,6 +111,11 @@
.price
{
font-size
:
0
.6rem
;
color
:
$cartRed
;
display
:
inline
;
.sale-price
{
color
:
#b0b0b0
;
text-decoration
:
line-through
;
}
}
.count
{
...
...
static/sass/cart/_index.scss
View file @
bf1d0c2
...
...
@@ -140,10 +140,11 @@
>
li
{
box-sizing
:
border-box
;
height
:
90rem
/
$pxConvertRem
;
line-height
:
90rem
/
$pxConvertRem
;
height
:
80rem
/
$pxConvertRem
;
line-height
:
80rem
/
$pxConvertRem
;
margin-bottom
:
10rem
/
$pxConvertRem
;
padding
:
0
20rem
/
$pxConvertRem
;
background
:
#f1f1f1
;
&
:last-child
{
margin-bottom
:
0
;
...
...
template/m.yohobuy.com/partials/cart/good.phtml
View file @
bf1d0c2
...
...
@@ -41,10 +41,12 @@
</p>
</div>
<p class="row">
<span class="price">
¥{{price}}
</span>
<p class="price">
<span class="market-price">¥{{price}}</span>
{{#if isAdvanceBuy}}
<span class="sale-price">¥{{salesPrice}}</span>
{{/if}}
</p>
{{#if isVipPrice}}
<span class="vip">
VIP
...
...
Please
register
or
login
to post a comment