首页 > 技术文章 > 手机图片自适应宽度

youqiancheng 2017-06-29 14:37 原文

img {
    height: auto;
    width: auto\9;
    width:100%;
}

.gradient{
width:100%;
height:35px;
color:#fff;
font-size:18px;
font-weight:bold;
line-height:35px;
background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ce0f17), to(rgba(176, 5, 21, 0.7)));
text-align:center;
}

图片自适应  img

背景渐变 gradient 

 

推荐阅读