|
|
@ -131,6 +131,18 @@ |
|
|
|
align-items: flex-end; |
|
|
|
align-items: flex-end; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&.v-stretch { |
|
|
|
|
|
|
|
/* 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; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
& .f-s-h-w, & .flex-scrollable-horizontal-layout-wrapper { |
|
|
|
& .f-s-h-w, & .flex-scrollable-horizontal-layout-wrapper { |
|
|
|
.flex(); |
|
|
|
.flex(); |
|
|
|
.horizontal(); |
|
|
|
.horizontal(); |
|
|
|