Skip to content

Commit

Permalink
Style: 更新样式细节
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Apr 11, 2024
1 parent a5697c7 commit 3dac513
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/views/apple-devices-preview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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);
}
}
Expand Down

0 comments on commit 3dac513

Please sign in to comment.