@@ -102,6 +102,8 @@
<div
style="
width: 100%;
+ max-width:1200px;
+ margin:0 auto;
padding: 0.8rem 0.66rem 2.2rem;
box-sizing: border-box;
font: 0.52rem/0.8rem 'PingFang-SC-Regular';
@@ -58,6 +58,8 @@
font: 0.52rem/0.8rem 'segoe';
@@ -99,6 +99,8 @@
@@ -434,14 +436,12 @@ body{
// }
#tipsAlert {
- max-width: 1130px;
height: 100%;
padding: 15% 1rem;
position: fixed;
top: -99999px;
- left: 50%;
- transform: translateX(-50%);
+ left: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 200;
.disclaimer {