<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>document</title>
<style>
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,img {
margin: 0;
padding: 0
}
html,body{
height: 100%;
}
.container{
width: 1190px;
background: red;
margin: 0 auto;
}
.container .fira{
display: block;
text-decoration: none;
}
.container .fira img{
width:160px;
height:58px;
}
</style>
</head>
<body>
<div class="wrap">
<div class="container">
<a class="fira" href="#"><img src="img/pic.jpg" alt="" /></a>
</div>
</div>
</body>
</html>

https://www.zhihu.com/questio...