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
9 years ago
Commit
38e8d255c6756d6bf43d494c176e22aa5adc696a
1 parent
2f22a755
update goods detail page
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
37 deletions
static/sass/product/_detail.scss
static/sass/product/_detail.scss
View file @
38e8d25
...
...
@@ -271,43 +271,6 @@ $basicBtnC:#eb0313;
}
}
}
.vipLevel
{
box-sizing
:
border-box
;
background-color
:
#fff
;
display
:
table
;
min-height
:
pxToRem
(
88px
);
padding-left
:
pxToRem
(
28px
);
padding-right
:
pxToRem
(
28px
);
font-size
:
pxToRem
(
22px
);
color
:
#999999
;
border-bottom
:
1px
solid
$borderC
;
span
{
display
:
table-cell
;
vertical-align
:
middle
;
}
.vip-img
{
padding-right
:
pxToRem
(
22px
);
.img
{
width
:
pxToRem
(
53px
);
height
:
pxToRem
(
33px
);
}
&
:nth-child
(
3n-3
)
.img
{
background
:
image-url
(
'product/silver.png'
)
no-repeat
;
}
&
:nth-child
(
3n-2
)
.img
{
background
:
image-url
(
'product/golden.png'
)
no-repeat
;
}
&
:nth-child
(
3n-1
)
.img
{
background
:
image-url
(
'product/platinum.png'
)
no-repeat
;
}
}
.vip-price
{
padding-right
:
pxToRem
(
52px
);
}
.vip-price
:last-child
{
padding-right
:
0
;
}
}
.goodsDiscount
{
font-size
:
pxToRem
(
28px
);
color
:
$mainFontC
;
...
...
Please
register
or
login
to post a comment