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
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
34917e262cc5c5aa9409972705228f4a182c3217
1 parent
c1a0e401
加价购 样式
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
static/sass/shopping-cart/_gift-advance-good.scss
template/m.yohobuy.com/partials/cart/gift-advance-good.phtml
static/sass/shopping-cart/_gift-advance-good.scss
View file @
34917e2
...
...
@@ -52,6 +52,7 @@
}
.name
{
width
:
440rem
/
$pxConvertRem
;
font-size
:
28rem
/
$pxConvertRem
;
}
...
...
@@ -76,6 +77,11 @@
.price
{
font-size
:
24rem
/
$pxConvertRem
;
color
:
#000
;
&
.market-price
{
color
:
#999
;
text-decoration
:
line-through
;
}
}
.count
{
...
...
@@ -96,9 +102,9 @@
}
.title
{
height
:
50rem
/
$pxConvertRem
;
line-height
:
50rem
/
$pxConvertRem
;
padding-left
:
20rem
/
$pxConvertRem
;
height
:
60rem
/
$pxConvertRem
;
line-height
:
60rem
/
$pxConvertRem
;
padding
:
0
20rem
/
$pxConvertRem
;
font-size
:
24rem
/
$pxConvertRem
;
background
:
#f8f8f8
;
}
...
...
@@ -109,4 +115,4 @@
content
:
'加价购'
;
}
}
}
\ No newline at end of file
}
...
...
template/m.yohobuy.com/partials/cart/gift-advance-good.phtml
View file @
34917e2
...
...
@@ -22,7 +22,7 @@
<span class="price">
¥{{price}}
</span>
<span class="
price">
<span class="price market-
price">
¥{{marketPrice}}
</span>
<span class="count">
...
...
Please
register
or
login
to post a comment