|
|
|
@ -63,20 +63,33 @@
|
|
|
|
|
flex-wrap: nowrap; |
|
|
|
|
|
|
|
|
|
&.v-middle { |
|
|
|
|
///* 09版 */ |
|
|
|
|
//-webkit-box-align: center; |
|
|
|
|
///* 12版 */ |
|
|
|
|
//-webkit-align-items: center; |
|
|
|
|
//-moz-align-items: center; |
|
|
|
|
//-ms-align-items: center; |
|
|
|
|
//-ms-flex-align: center; |
|
|
|
|
//-o-align-items: center; |
|
|
|
|
//align-items: center; |
|
|
|
|
/* 09版 */ |
|
|
|
|
-webkit-box-align: center; |
|
|
|
|
/* 12版 */ |
|
|
|
|
-webkit-align-items: center; |
|
|
|
|
-moz-align-items: center; |
|
|
|
|
-ms-align-items: center; |
|
|
|
|
-ms-flex-align: center; |
|
|
|
|
-o-align-items: center; |
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
|
|
&.f-scroll-x { |
|
|
|
|
/* 09版 */ |
|
|
|
|
-webkit-box-align: flex-start; |
|
|
|
|
/* 12版 */ |
|
|
|
|
-webkit-align-items: flex-start; |
|
|
|
|
-moz-align-items: flex-start; |
|
|
|
|
-ms-align-items: flex-start; |
|
|
|
|
-ms-flex-align: start; |
|
|
|
|
-o-align-items: flex-start; |
|
|
|
|
align-items: flex-start; |
|
|
|
|
|
|
|
|
|
> .c-e { |
|
|
|
|
margin-top: auto !important; |
|
|
|
|
margin-bottom: auto !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.v-bottom { |
|
|
|
|
/* 09版 */ |
|
|
|
@ -103,15 +116,27 @@
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.h-center { |
|
|
|
|
///* 09版 */ |
|
|
|
|
//-webkit-box-pack: center; |
|
|
|
|
///* 12版 */ |
|
|
|
|
//-webkit-justify-content: center; |
|
|
|
|
//-moz-justify-content: center; |
|
|
|
|
//-ms-justify-content: center; |
|
|
|
|
//-ms-flex-pack: center; |
|
|
|
|
//-o-justify-content: center; |
|
|
|
|
//justify-content: center; |
|
|
|
|
/* 09版 */ |
|
|
|
|
-webkit-box-pack: center; |
|
|
|
|
/* 12版 */ |
|
|
|
|
-webkit-justify-content: center; |
|
|
|
|
-moz-justify-content: center; |
|
|
|
|
-ms-justify-content: center; |
|
|
|
|
-ms-flex-pack: center; |
|
|
|
|
-o-justify-content: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
|
|
|
|
|
&.f-scroll-x { |
|
|
|
|
/* 09版 */ |
|
|
|
|
-webkit-box-pack: flex-start; |
|
|
|
|
/* 12版 */ |
|
|
|
|
-webkit-justify-content: flex-start; |
|
|
|
|
-moz-justify-content: flex-start; |
|
|
|
|
-ms-justify-content: flex-start; |
|
|
|
|
-ms-flex-pack: start; |
|
|
|
|
-o-justify-content: flex-start; |
|
|
|
|
justify-content: flex-start; |
|
|
|
|
|
|
|
|
|
> .f-c { |
|
|
|
|
margin-left: auto !important; |
|
|
|
|
} |
|
|
|
@ -120,6 +145,7 @@
|
|
|
|
|
margin-right: auto !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.h-right { |
|
|
|
|
/* 09版 */ |
|
|
|
|