@@ -87,8 +87,8 @@ onMounted(() => {
}
.loginBox {
- width: 478px;
- height: 598px;
+ width: 500px;
+ height: 625px;
background: rgba(255, 255, 255, 0.26);
border-radius: 20px;
opacity: 1;
@@ -114,11 +114,12 @@ onMounted(() => {
#iframe {
width: 100%;
- height: calc(100%);
+ height: 100%;
background-color: #ffffff;
position: absolute;
left: 0;
+ bottom: 0;
z-index: 0;
.iframeZzc {