panhui 3 years ago
parent
commit
365f5fa7fe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/static/pc.html

+ 2 - 2
src/main/resources/static/pc.html

@@ -22,7 +22,7 @@
       body {
         display: flex;
         align-items: center;
-        justify-content: center;
+        justify-content: flex-end;
         background-repeat: no-repeat;
         background-size: cover;
         background-position: center;
@@ -32,7 +32,7 @@
         width: 50%;
         display: flex;
         align-items: center;
-        justify-content: flex-end;
+        justify-content: center;
       }
 
       .phone {