From e15f26d9419cceb5740291a5ca5d1695723c21b2 Mon Sep 17 00:00:00 2001 From: Default User Date: Fri, 23 Jan 2026 13:55:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9B=BE=E7=89=87=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E5=99=A8=E5=8A=9F=E8=83=BD=EF=BC=9A=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=97=8B=E8=BD=AC=E5=90=8E=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E5=92=8C=E7=BC=A9=E6=94=BE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Reject.html | 97 ++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 82 insertions(+), 15 deletions(-) diff --git a/Reject.html b/Reject.html index 58546fa..78d4fa8 100644 --- a/Reject.html +++ b/Reject.html @@ -317,8 +317,10 @@ } .image-viewer img { - max-width: 100%; - max-height: 100vh; + max-width: none; + max-height: none; + width: auto; + height: auto; object-fit: contain; transition: transform 0.1s ease; cursor: grab; @@ -351,7 +353,8 @@ } .image-viewer-prev, - .image-viewer-next { + .image-viewer-next, + .image-viewer-rotate { position: absolute; top: 50%; transform: translateY(-50%); @@ -368,6 +371,17 @@ justify-content: center; transition: background-color 0.3s ease; } + + .image-viewer-rotate { + top: auto; + bottom: 20px; + right: 80px; + transform: none; + } + + .image-viewer-rotate:hover { + background-color: rgba(255, 255, 255, 0.4); + } .image-viewer-prev { left: 20px; @@ -3469,6 +3483,7 @@ function showImageViewer(imgElement) { +