|
|
|
@ -31,6 +31,44 @@
|
|
|
|
|
.bi-f-s-v, .bi-flex-scrollable-vertical-layout { |
|
|
|
|
.flex(); |
|
|
|
|
|
|
|
|
|
&.h-center { |
|
|
|
|
> .f-s-v-w { |
|
|
|
|
margin-left: auto !important; |
|
|
|
|
margin-right: auto !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.v-middle { |
|
|
|
|
> .f-s-v-w { |
|
|
|
|
margin-top: auto !important; |
|
|
|
|
margin-bottom: auto !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.v-bottom { |
|
|
|
|
/* 09版 */ |
|
|
|
|
-webkit-box-align: flex-end; |
|
|
|
|
/* 12版 */ |
|
|
|
|
-webkit-align-items: flex-end; |
|
|
|
|
-moz-align-items: flex-end; |
|
|
|
|
-ms-align-items: flex-end; |
|
|
|
|
-ms-flex-align: end; |
|
|
|
|
-o-align-items: flex-end; |
|
|
|
|
align-items: flex-end; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.h-right { |
|
|
|
|
/* 09版 */ |
|
|
|
|
-webkit-box-pack: flex-end; |
|
|
|
|
/* 12版 */ |
|
|
|
|
-webkit-justify-content: flex-end; |
|
|
|
|
-moz-justify-content: flex-end; |
|
|
|
|
-ms-justify-content: flex-end; |
|
|
|
|
-ms-flex-pack: end; |
|
|
|
|
-o-justify-content: flex-end; |
|
|
|
|
justify-content: flex-end; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
& .f-s-v-w, & .flex-scrollable-vertical-layout-wrapper { |
|
|
|
|
.flex(); |
|
|
|
|
.vertical(); |
|
|
|
@ -122,11 +160,11 @@
|
|
|
|
|
//-ms-flex-pack: center; |
|
|
|
|
//justify-content: center; |
|
|
|
|
> .f-c { |
|
|
|
|
margin-left: auto !important; |
|
|
|
|
margin-top: auto !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
> .l-c { |
|
|
|
|
margin-right: auto !important; |
|
|
|
|
margin-bottom: auto !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|