增加点击图片放大图片的功能

This commit is contained in:
mgw
2023-09-07 15:16:03 +08:00
parent 78e3a0f24f
commit e0bfea40e1
4 changed files with 21 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
.zoomed {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(20);
}