diff --git a/apps/templates/_foot_js.html b/apps/templates/_foot_js.html
index f91d20f41..0362e0253 100644
--- a/apps/templates/_foot_js.html
+++ b/apps/templates/_foot_js.html
@@ -28,9 +28,11 @@
.footer_beian {
position: absolute;
- top: 97%;
left: 50%;
transform: translate(-50%, -50%);
+ @media (min-width: 768px) {
+ top: 97%;
+ }
}
.footer_beian img {
diff --git a/apps/tickets/templates/tickets/approve_check_password.html b/apps/tickets/templates/tickets/approve_check_password.html
index b82ef76cc..dabaaf7d8 100644
--- a/apps/tickets/templates/tickets/approve_check_password.html
+++ b/apps/tickets/templates/tickets/approve_check_password.html
@@ -37,12 +37,12 @@