Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
yyq
2018-08-29 10:24:09 +0800
Commit
bf7f0e0425d07aa1205708dc3b8d66371dd9e3dc
2 parents
85bb00ba
3d6f985f
Merge branch 'feature/detailPriceDesc' into release/0829
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
public/scss/product/detail/_product-description.css
public/scss/product/detail/_product-description.css
View file @
bf7f0e0
...
...
@@ -189,4 +189,35 @@
}
}
}
/*
价格说明
*/
.price-desc-detail
{
padding
:
10px
0
;
color
:
#b0b0b0
;
font-size
:
18px
;
margin-top
:
5px
;
p
{
line-height
:
1.45
;
padding
:
4px
0
;
}
.price-item-name
{
font-size
:
20px
;
line-height
:
1.5
;
color
:
#444
;
padding-bottom
:
0
;
}
.price-item-content
{
font-weight
:
300
;
}
.price-summary
{
margin
:
5px
0
;
font-weight
:
300
;
}
}
}
...
...
Please
register
or
login
to post a comment