<html>
<head>
<meta charset="utf-8">
<style>
* {
box-sizing: border-box;
}
</style>
</head>
<body style="padding:300px">
<img id="img" src="1.png" style="width:200px;height:400px" alt="">
<div id="mask" style="position:fixed;width:1000px;height:1000px;overflow: hidden;">
<img id="im" src="1.jpg" style="position:fixed;width:200px;height:400px;display:none" alt="">
</div>
<script>
var book = document.querySelector("#img");
var obj = book.getBoundingClientRect();
var