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
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
eb454107c9e62d133dd810ea19de8b4706494d88
2 parents
ab08119f
64b2286b
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
static/sass/product/_detail.scss
static/sass/product/_detail.scss
View file @
eb45410
...
...
@@ -31,16 +31,17 @@ $basicBtnC:#eb0313;
margin-bottom
:
pxToRem
(
20px
);
font-size
:
pxToRem
(
24px
);
line-height
:
pxToRem
(
36px
);
@include
flexbox
((
display
:
flex
,
flex-wrap
:
wrap
,
justify-content
:
space-around
));
&
.table
{
@include
flexbox
((
display
:
flex
,
flex-wrap
:
wrap
,
justify-content
:
flex-start
));
width
:
100%
;
.column
{
box-sizing
:
border-box
;
padding
:
pxToRem
(
20px
)
pxToRem
(
12px
);
//padding: pxToRem(20px) pxToRem(12px);
padding
:
4%
3%
;
//width: 50%;
border-bottom
:
pxToRem
(
4px
)
solid
#fff
;
border-right
:
pxToRem
(
4px
)
solid
#fff
;
...
...
Please
register
or
login
to post a comment