html图片拉伸变形,html怎么拉伸图片,css代码怎么写
html图片拉伸变形,html怎么拉伸图片,css代码怎么写
html图片拉伸变形,html怎么拉伸图片,css代码怎么写
前端网页部分.
html:
<div id="surface-div1">
<img :src="pic1" class="surface-img">
</div>
CSS样式部分
#surface-div1{
position: relative;
width: 372px;
height: 175px;
float: left;
margin-top: -34px;
margin-left: 122px;
cursor: pointer;
background: url(../../../static/img/addheadpic.jpg)center center no-repeat;
text-align: center;
border: 1px solid #CCCCCC;
border-radius:6px;
overflow: hidden;
}
#surface-div1 img{
position: absolute;
width: 100%;
top: 50%;
left: 0;
transform: translateY(-50%) scale(1);
border:none;
border-radius: 6px;display:table-cell
}
版权所有:深圳市网商在线科技有限公司
友情链接: