你说的还是太模糊……
<style>
.container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
img {
width: 100px;
height: 100px;
}
</style>
<div class="container"><a href="https://www.baidu.com"><img src="image.png"></a></div>
<style>
.container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
img {
width: 100px;
height: 100px;
}
</style>
<div class="container"><a href="https://www.baidu.com"><img src="image.png"></a></div>