标签:round contain image 背景 图片 text 上下左右 居中 显示
.imgWrapper {
height: 400px;
heigth:200px;
background-image:ulr(../text.jpg);
background-origin: content-box; /*从content区域开始显示背景*/
background-position: 50% 50%; /*图片上下左右居中*/
background-size: contain; /*保持图像本身的宽高比例,将图片缩放到宽度或高度正好适应定义背景的区域*/
background-repeat: no-repeat;
}
标签:round contain image 背景 图片 text 上下左右 居中 显示
原文地址:http://www.cnblogs.com/WuHZ/p/6834524.html