Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
a2b6517712ece447ab649a1841f988d829c306e1
1 parent
7501ccb7
flex 修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
40 deletions
static/sass/product/_detail.css
static/sass/product/_detail.css
View file @
a2b6517
...
...
@@ -52,38 +52,24 @@ $basicBtnC:#eb0313;
&
.table
{
.js-wraper
{
@include
flexbox((
display
:
box
,
box-lines
:
multiple
,
box-pack
:
start
),
$
version
:
1
);
@include
flexbox((
display
:
flex
,
flex-wrap
:
wrap
,
justify-content
:
flex-start
));
display
:
flex
;
flex-wrap
:
wrap
;
justify-content
:
flex-start
;
}
width
:
100
%;
.column
{
box-sizing
:
border-box
;
/*padding: 20px 12px;*/
padding
:
6px
3%
;
width
:
49.9%
;
border
:
1px
solid
#fff
;
font-size
:
24px
;
background-color
:
$
tableCellC
;
word-wrap
:
break-word
;
display
:
flex
;
align-items
:
center
;
flex-basis
:
49.9%
;
}
width
:
100
%;
.column
{
box-sizing
:
border-box
;
/*padding: 20px 12px;*/
padding
:
6px
3%
;
width
:
49.9%
;
border
:
1px
solid
#fff
;
font-size
:
24px
;
background-color
:
$
tableCellC
;
word-wrap
:
break-word
;
@include
flexbox((
box-flex
:
1.0
,
display
:
box
,
box-align
:
center
),
$
version
:
1
);
@include
flexbox((
display
:
flex
,
align-items
:
center
,
flex-basis
:
49.9%
))
}
.oldbox
{
padding
:
6px
3%
;
width
:
49.9%
;
...
...
@@ -244,15 +230,8 @@ $basicBtnC:#eb0313;
padding-right
:
28px
;
border-bottom
:
1px
solid
$
borderC
;
background-color
:
$
pageBgC
;
@include
flexbox((
box-flex
:
1.0
,
display
:
box
,
box-align
:
center
),
$
version
:
1
);
@include
flexbox((
display
:
flex
,
align-items
:
center
));
display
:
flex
;
align-items
:
center
;
span{
/*display: table-cell;*/
display
:
-webkit-box
;
...
...
Please
register
or
login
to post a comment