|
|
|
@ -118,44 +118,6 @@
|
|
|
|
|
flex-direction: column-reverse; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.v-stretch { |
|
|
|
|
.horizontal(); |
|
|
|
|
|
|
|
|
|
/* 09版 */ |
|
|
|
|
-webkit-box-align: stretch; |
|
|
|
|
/* 12版 */ |
|
|
|
|
-webkit-align-items: stretch; |
|
|
|
|
-moz-align-items: stretch; |
|
|
|
|
-ms-align-items: stretch; |
|
|
|
|
-ms-flex-align: stretch; |
|
|
|
|
-o-align-items: stretch; |
|
|
|
|
align-items: stretch; |
|
|
|
|
|
|
|
|
|
&.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; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.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: flex-end; |
|
|
|
|
-o-justify-content: flex-end; |
|
|
|
|
justify-content: flex-end; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
> .shrink-none { |
|
|
|
|
-webkit-flex-shrink: 0; |
|
|
|
|
-moz-flex-shrink: 0; |
|
|
|
|