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
biao
9 years ago
Commit
eb2ab7f8da420fed8bc053e7409592bc860fffb5
1 parent
cf3a5706
update for the detail style issue
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
static/sass/product/_detail.scss
static/sass/product/_product-description.scss
static/sass/product/_detail.scss
View file @
eb2ab7f
...
...
@@ -27,8 +27,8 @@ $basicBtnC:#eb0313;
}
}
.detail
{
margin-top
:
pxToRem
(
20px
);
margin-bottom
:
pxToRem
(
20px
);
//margin-top: pxToRem(20px);
//margin-bottom: pxToRem(20px);
font-size
:
pxToRem
(
24px
);
line-height
:
pxToRem
(
36px
);
&
.table
{
...
...
static/sass/product/_product-description.scss
View file @
eb2ab7f
...
...
@@ -84,17 +84,17 @@
}
}
.wash-tips
{
padding-top
:pxToRem
(
18
px
)
;
padding-top
:pxToRem
(
20
px
)
;
&
.page-block
{
// border-top: 0px;
padding-left
:
pxToRem
(
15px
);
padding-right
:
pxToRem
(
15px
);
}
// padding-bottom:pxToRem(18px);
.tip
{
display
:
inline-block
;
width
:
16
.6%
;
float
:left
;
//min-height: pxToRem(120px);
// margin-right: pxToRem(24px);
img
{
width
:
pxToRem
(
48px
);
...
...
@@ -106,7 +106,8 @@
padding
:
0
pxToRem
(
13px
);
font-size
:
pxToRem
(
18px
);
line-height
:
pxToRem
(
22px
);
margin-bottom
:
pxToRem
(
18px
);
//margin-bottom: pxToRem(18px);
min-height
:
pxToRem
(
44px
);
}
}
...
...
Please
register
or
login
to post a comment