
这是解决此问题的唯一CSS解决方案。 使用以下CSS。
.row-fluid { display: table;}.row-fluid .span6 { display: table-cell; vertical-align: top;}.vc_single_image-wrapper { position: relative;}.vc_single_image-wrapper .image-wrapper { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%;}OP中的HTML:
<div > <div ></div></div>
试试这个,它应该工作。还从
.row-fluid .span6
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)