|
|
|
@ -1306,29 +1306,29 @@ i {
|
|
|
|
|
display: flex; |
|
|
|
|
/* NEW, Spec - Opera 12.1, Firefox 20+ */ |
|
|
|
|
/* 09版 */ |
|
|
|
|
-webkit-box-orient: vertical; |
|
|
|
|
-webkit-box-orient: horizontal; |
|
|
|
|
/* 12版 */ |
|
|
|
|
-webkit-flex-direction: column; |
|
|
|
|
-moz-flex-direction: column; |
|
|
|
|
-ms-flex-direction: column; |
|
|
|
|
-o-flex-direction: column; |
|
|
|
|
flex-direction: column; |
|
|
|
|
-webkit-flex-direction: row; |
|
|
|
|
-moz-flex-direction: row; |
|
|
|
|
-ms-flex-direction: row; |
|
|
|
|
-o-flex-direction: row; |
|
|
|
|
flex-direction: row; |
|
|
|
|
/* 09版 */ |
|
|
|
|
-webkit-box-pack: center; |
|
|
|
|
-webkit-box-pack: flex-start; |
|
|
|
|
/* 12版 */ |
|
|
|
|
-webkit-justify-content: center; |
|
|
|
|
-moz-justify-content: center; |
|
|
|
|
-ms-justify-content: center; |
|
|
|
|
-o-justify-content: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
-webkit-justify-content: flex-start; |
|
|
|
|
-moz-justify-content: flex-start; |
|
|
|
|
-ms-justify-content: flex-start; |
|
|
|
|
-o-justify-content: flex-start; |
|
|
|
|
justify-content: flex-start; |
|
|
|
|
/* 09版 */ |
|
|
|
|
-webkit-box-align: flex-start; |
|
|
|
|
-webkit-box-align: center; |
|
|
|
|
/* 12版 */ |
|
|
|
|
-webkit-align-items: flex-start; |
|
|
|
|
-moz-align-items: flex-start; |
|
|
|
|
-ms-align-items: flex-start; |
|
|
|
|
-o-align-items: flex-start; |
|
|
|
|
align-items: flex-start; |
|
|
|
|
-webkit-align-items: center; |
|
|
|
|
-moz-align-items: center; |
|
|
|
|
-ms-align-items: center; |
|
|
|
|
-o-align-items: center; |
|
|
|
|
align-items: center; |
|
|
|
|
/* 09版 */ |
|
|
|
|
/*-webkit-box-lines: multiple;*/ |
|
|
|
|
/* 12版 */ |
|
|
|
@ -1339,6 +1339,22 @@ i {
|
|
|
|
|
flex-wrap: nowrap; |
|
|
|
|
} |
|
|
|
|
.bi-flex-vertical-center.stretch { |
|
|
|
|
/* 09版 */ |
|
|
|
|
-webkit-box-orient: vertical; |
|
|
|
|
/* 12版 */ |
|
|
|
|
-webkit-flex-direction: column; |
|
|
|
|
-moz-flex-direction: column; |
|
|
|
|
-ms-flex-direction: column; |
|
|
|
|
-o-flex-direction: column; |
|
|
|
|
flex-direction: column; |
|
|
|
|
/* 09版 */ |
|
|
|
|
-webkit-box-pack: center; |
|
|
|
|
/* 12版 */ |
|
|
|
|
-webkit-justify-content: center; |
|
|
|
|
-moz-justify-content: center; |
|
|
|
|
-ms-justify-content: center; |
|
|
|
|
-o-justify-content: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
/* 09版 */ |
|
|
|
|
-webkit-box-align: stretch; |
|
|
|
|
/* 12版 */ |
|
|
|
@ -1470,29 +1486,29 @@ i {
|
|
|
|
|
display: flex; |
|
|
|
|
/* NEW, Spec - Opera 12.1, Firefox 20+ */ |
|
|
|
|
/* 09版 */ |
|
|
|
|
-webkit-box-orient: vertical; |
|
|
|
|
-webkit-box-orient: horizontal; |
|
|
|
|
/* 12版 */ |
|
|
|
|
-webkit-flex-direction: column; |
|
|
|
|
-moz-flex-direction: column; |
|
|
|
|
-ms-flex-direction: column; |
|
|
|
|
-o-flex-direction: column; |
|
|
|
|
flex-direction: column; |
|
|
|
|
-webkit-flex-direction: row; |
|
|
|
|
-moz-flex-direction: row; |
|
|
|
|
-ms-flex-direction: row; |
|
|
|
|
-o-flex-direction: row; |
|
|
|
|
flex-direction: row; |
|
|
|
|
/* 09版 */ |
|
|
|
|
-webkit-box-pack: center; |
|
|
|
|
-webkit-box-pack: flex-start; |
|
|
|
|
/* 12版 */ |
|
|
|
|
-webkit-justify-content: center; |
|
|
|
|
-moz-justify-content: center; |
|
|
|
|
-ms-justify-content: center; |
|
|
|
|
-o-justify-content: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
-webkit-justify-content: flex-start; |
|
|
|
|
-moz-justify-content: flex-start; |
|
|
|
|
-ms-justify-content: flex-start; |
|
|
|
|
-o-justify-content: flex-start; |
|
|
|
|
justify-content: flex-start; |
|
|
|
|
/* 09版 */ |
|
|
|
|
-webkit-box-align: flex-start; |
|
|
|
|
-webkit-box-align: center; |
|
|
|
|
/* 12版 */ |
|
|
|
|
-webkit-align-items: flex-start; |
|
|
|
|
-moz-align-items: flex-start; |
|
|
|
|
-ms-align-items: flex-start; |
|
|
|
|
-o-align-items: flex-start; |
|
|
|
|
align-items: flex-start; |
|
|
|
|
-webkit-align-items: center; |
|
|
|
|
-moz-align-items: center; |
|
|
|
|
-ms-align-items: center; |
|
|
|
|
-o-align-items: center; |
|
|
|
|
align-items: center; |
|
|
|
|
/* 09版 */ |
|
|
|
|
/*-webkit-box-lines: multiple;*/ |
|
|
|
|
/* 12版 */ |
|
|
|
@ -1507,6 +1523,22 @@ i {
|
|
|
|
|
.bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper.stretch { |
|
|
|
|
width: 100%; |
|
|
|
|
/* 09版 */ |
|
|
|
|
-webkit-box-orient: vertical; |
|
|
|
|
/* 12版 */ |
|
|
|
|
-webkit-flex-direction: column; |
|
|
|
|
-moz-flex-direction: column; |
|
|
|
|
-ms-flex-direction: column; |
|
|
|
|
-o-flex-direction: column; |
|
|
|
|
flex-direction: column; |
|
|
|
|
/* 09版 */ |
|
|
|
|
-webkit-box-pack: center; |
|
|
|
|
/* 12版 */ |
|
|
|
|
-webkit-justify-content: center; |
|
|
|
|
-moz-justify-content: center; |
|
|
|
|
-ms-justify-content: center; |
|
|
|
|
-o-justify-content: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
/* 09版 */ |
|
|
|
|
-webkit-box-align: stretch; |
|
|
|
|
/* 12版 */ |
|
|
|
|
-webkit-align-items: stretch; |
|
|
|
|