Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Lynnic
9 years ago
Commit
b98aa13e9f4ae355f57a757b75709e3121d2bcbe
1 parent
23474efb
商品详情页样式修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
static/sass/product/_detail.scss
static/sass/product/_product-description.scss
static/sass/product/_detail.scss
View file @
b98aa13
...
...
@@ -104,7 +104,7 @@ $basicBtnC:#eb0313;
font-size
:
pxToRem
(
18px
);
text-align
:
center
;
line-height
:
pxToRem
(
30px
);
padding
:
0
1
0
px
;
padding
:
0
1
5
px
;
}
.new-tag
{
background-color
:
#78dc7e
;
...
...
static/sass/product/_product-description.scss
View file @
b98aa13
...
...
@@ -21,6 +21,7 @@
padding
:
pxToRem
(
16px
)
pxToRem
(
12px
);
color
:
$mainFontC
;
background-color
:
$tableCellC
;
border-top
:
1px
solid
#fff
;
}
}
.tips
{
...
...
@@ -65,7 +66,7 @@
.wash-tips
{
padding-top
:pxToRem
(
18px
)
;
&
.page-block
{
border-top
:
0px
;
//
border-top: 0px;
padding-left
:
pxToRem
(
15px
);
padding-right
:
pxToRem
(
15px
);
}
...
...
@@ -127,6 +128,7 @@
.avatar
{
line-height
:
pxToRem
(
40px
);
width
:
pxToRem
(
40px
);
border-radius
:
50%
;
height
:
pxToRem
(
40px
);
margin
:
pxToRem
(
18px
)
0
;
}
...
...
Please
register
or
login
to post a comment