fix:修复英文版本登录按钮无法点击

This commit is contained in:
623585344@qq.com 2021-12-29 14:13:51 +08:00
parent 58c1d52f52
commit 02a9623310

View File

@ -378,6 +378,7 @@
text-align: center; text-align: center;
line-height: 36px; line-height: 36px;
cursor: pointer; cursor: pointer;
padding: 0 10px 0 10px;
} }
} }
} }
@ -430,7 +431,7 @@
center center; center center;
background-size: contain; background-size: contain;
position: absolute; position: absolute;
bottom: 0; bottom: -40px;
} }
.header-pic { .header-pic {
width: 920px; width: 920px;
@ -440,8 +441,8 @@
background-size: contain; background-size: contain;
position: absolute; position: absolute;
left: 50%; left: 50%;
margin-left: -460px; margin-left: -471px;
bottom: -202px; bottom: -236px;
} }
} }
.page-main { .page-main {