-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
20 lines (20 loc) · 741 Bytes
/
test.html
File metadata and controls
20 lines (20 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.k{
cursor:zoom-in;
}
</style>
</head>
<body>
<div id="conp_box" style="width:100%;height:100%;background-color:rgba(0,0,0,0.8);position:fixed;top:0;left:0;z-index:999;display:flex;justify-content:center;align-items:center;">
<div style="max-height:calc(100%-20px); max-width:calc(100%-20px);">
<img style="width:auto;height:100%;max-height:calc(100%-20px);" src="https://img2023.cnblogs.com/blog/2055342/202308/2055342-20230829183243791-1039279852.gif" alt="">
</div>
</div>
</body>
</html>