flexbox in IE (10+ and 9 and 8)
.parent {
display: -webkit-box !important;
display: -moz-box !important;
display: -ms-flexbox !important; /* works in IE10+, `flex` works in IE10+ */
display: -o-box !important;
display: flex !important; /* works in IE10+ */
display: table; /* works in IE9 */
}
.child1 {
-moz-box-flex: 5;
-webkit-box-flex: 3;
width: 35%;
-ms-flex: 3;
flex:3; /* works in IE10+ */
display: table-cell; /* works in IE9 */
}
天和地是灰色的,砖和瓦也是灰色的。临街的墙几经风化,几经修补,刷过黑灰、白灰,涂过红漆,书写过不同内容的标语,又终于被覆盖;风雨再把覆盖层胡乱地揭下来,形成一片斑驳的杂色,融汇于灰色的笼罩之中。路旁的树木苍黑,瓦楞中芳草青青。
远处,炊烟缭绕。迷蒙的曙色中,矗立着...