From 3dac5131664257743c7b92694e3417ff25222d64 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Fri, 12 Apr 2024 00:07:02 +0800 Subject: [PATCH] =?UTF-8?q?Style:=20=E6=9B=B4=E6=96=B0=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/apple-devices-preview.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/apple-devices-preview.vue b/src/views/apple-devices-preview.vue index 4cd4474..6c7c7c0 100644 --- a/src/views/apple-devices-preview.vue +++ b/src/views/apple-devices-preview.vue @@ -220,12 +220,12 @@ export default { z-index: 2; .image-preview, iframe { - top: 16px; + top: 17px; left: 16px; - border-radius: 20px; - width: calc((100% - 33px) / 0.337); - height: calc((100% - 33px) / 0.337); - transform: scale(0.337); + border-radius: 16px; + width: calc(296.73591% - 96.82285px); + height: calc(296.73591% - 96.82285px); + transform: scale(.337); } } .mobile, @@ -247,10 +247,10 @@ export default { .image-preview, iframe { top: 8.6px; - left: 11.76px; - width: calc(143.85% - 24.38px / 0.7); - height: calc(143.85% - 20.38px / 0.7); - border-radius: 34px; + left: 11.74px; + width: calc(143.85% - 34.72857px); + height: calc(143.85% - 29.11429px); + border-radius: 32px; transform: scale(0.7); } }