wkhtmltopdf中flex弹性布局暂不支持
可以用 display: -webkit-box;.item {border-top-style: solid;border-width: thin;border-color: #eeeeee;padding-top: 10px;display: -webkit-box;-webkit-box-orient: horizontal;
·
可以用 display: -webkit-box;
.item {
border-top-style: solid;
border-width: thin;
border-color: #eeeeee;
padding-top: 10px;
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: center;
-webkit-box-pack: center;
{#align-items: center;#}
}
.item .left {
-webkit-box-flex:1;
width: 600px;
height: auto;
}
.item .right {
-webkit-box-flex:2;
width: 800px;
margin-left: 400px;
height: auto;
}
更多推荐
已为社区贡献1条内容
所有评论(0)