作者 654550265

BUG修改

@@ -12,8 +12,14 @@ @@ -12,8 +12,14 @@
12 <link rel="stylesheet" href="/static/css/style.css"> 12 <link rel="stylesheet" href="/static/css/style.css">
13 <style> 13 <style>
14 .title_bm { 14 .title_bm {
15 - margin-top: 15.1vh;  
16 - font-size: .36rem; 15 + position: fixed;
  16 + top: 20%;
  17 + left: 0;
  18 +
  19 + }
  20 +
  21 + .title_bm p {
  22 + text-align: center;
17 } 23 }
18 </style> 24 </style>
19 </head> 25 </head>