老师怎么让图片不变形的情况下变大啊?感觉我的图片好小
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/base.css">
<link rel="stylesheet" type="text/css" href="css/icons.css">
<style type="text/css">
.header-container{
width: 100%;
height: 2.5rem;
background-color: #eee;
}
.container{
padding: 0 0.75rem;
display: flex;
justify-content: space-between;
}
.container,
.header-logo,
.header-btn{
height: 100%;
}
.header-logo-link,
.header-btn{
display: flex;
align-items: center;
}
.header-logo-link{
height: 100%;
}
.header-logo-link img{
width: 5.0rem;
height: 2.0rem;
}
.header-btn a{
width: 5.0rem;
height: 1.5rem;
background: pink;
border-radius: 0.75rem;
line-height: 1.5rem;
text-align: center;
}
</style>
<script type="text/javascript" src="js/flexible.js"></script>
</head>
<body>
<header class="header-container">
<div class="container">
<div class="header-logo">
<a href="###" class="header-logo-link"><img src="img/img/logo.png"></a>
</div>
<div class="header-btn">
<a href="javascript:;">下载App</a>
</div>
</div>
</header>
</body>
</html>
正在回答
同学你好,等比可以保证的是不变形。不过若是与原来的差别很大的话,还是会显示有点问题哦。有可能会失真,就是显示的不太清楚。
祝学习愉快~
- 参与学习 人
- 提交作业 622 份
- 解答问题 6815 个
微信带火了小程序,也让前端工程师有了更多的展现机会,本阶段带你从移动基础知识的学习到webAPP开发,及小程序开发,让你PC端与移动端两端通吃。
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星