Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
2015-12-03 10:53:02 +0800
Commit
748f94ad9a8ea850b42ac1a142d5e4433f22fff3
1 parent
3deb334e
模特头像排列不整齐bug修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
static/sass/product/_detail.scss
static/sass/product/_product-description.scss
static/sass/product/_detail.scss
View file @
748f94a
...
...
@@ -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 @
748f94a
...
...
@@ -144,11 +144,12 @@
width
:
pxToRem
(
70px
);
margin-top
:
pxToRem
(
66px
);
.avatar
{
line-height
:
pxToRem
(
40px
);
// line-height: pxToRem(40px);
display
:
inline-block
;
width
:
pxToRem
(
40px
);
border-radius
:
50%
;
height
:
pxToRem
(
40px
);
margin
:
pxToRem
(
1
8
px
)
0
;
margin
:
pxToRem
(
1
2
px
)
0
;
}
}
}
...
...
Please
register
or
login
to post a comment