Commit 4acf4031 authored by haiyoucuv's avatar haiyoucuv

GuideLayer

parent 3d7c9bb6
.sui-captcha {
visibility: hidden;
position: fixed;
z-index: 10000;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.7);
}
.neCaptcha-dialog {
visibility: hidden;
background-color: #fff;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
position: absolute;
left: 50%;
top: 45%;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
padding: 10px;
min-width: 100px;
border-radius: 10px;
width: 80%;
}
\ No newline at end of file
...@@ -38,39 +38,7 @@ ...@@ -38,39 +38,7 @@
<script src="{{__remoteUrl__}}src/assets/plugin/SVGA.Lite.v2.1.1.js" crossorigin="anonymous"></script> <script src="{{__remoteUrl__}}src/assets/plugin/SVGA.Lite.v2.1.1.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="{{__remoteUrl__}}style.css" /> <link rel="stylesheet" type="text/css" href="{{__remoteUrl__}}style.css" />
<link rel="stylesheet" type="text/css" href="{{__remoteUrl__}}custom.css" />
<style>
.sui-captcha {
visibility: hidden;
position: fixed;
z-index: 10000;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.7);
}
.neCaptcha-dialog {
visibility: hidden;
background-color: #fff;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
position: absolute;
left: 50%;
top: 45%;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
padding: 10px;
min-width: 100px;
border-radius: 10px;
width: 80%;
}
</style>
</head> </head>
<body style="overflow: hidden;"> <body style="overflow: hidden;">
<div id="GameDiv" cc_exact_fit_screen="true" style="overflow: hidden;"> <div id="GameDiv" cc_exact_fit_screen="true" style="overflow: hidden;">
......
...@@ -58,4 +58,4 @@ canvas { ...@@ -58,4 +58,4 @@ canvas {
--safe-right: env(safe-area-inset-right); --safe-right: env(safe-area-inset-right);
--safe-bottom: env(safe-area-inset-bottom); --safe-bottom: env(safe-area-inset-bottom);
--safe-left: env(safe-area-inset-left); --safe-left: env(safe-area-inset-left);
} }
\ No newline at end of file
.sui-captcha {
visibility: hidden;
position: fixed;
z-index: 10000;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.7);
}
.neCaptcha-dialog {
visibility: hidden;
background-color: #fff;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
position: absolute;
left: 50%;
top: 45%;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
padding: 10px;
min-width: 100px;
border-radius: 10px;
width: 80%;
}
\ No newline at end of file
...@@ -16,36 +16,9 @@ ...@@ -16,36 +16,9 @@
<meta name="force-rendering" content="webkit" /> <meta name="force-rendering" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<link rel="stylesheet" type="text/css" href="./index.css" /> <link rel="stylesheet" type="text/css" href="./index.css" />
<link rel="stylesheet" type="text/css" href="./custom.css" />
<style> <style>
.sui-captcha {
visibility: hidden;
position: fixed;
z-index: 10000;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.7);
}
.neCaptcha-dialog {
visibility: hidden;
background-color: #fff;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
position: absolute;
left: 50%;
top: 45%;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
padding: 10px;
min-width: 100px;
border-radius: 10px;
width: 80%;
}
</style> </style>
</head> </head>
...@@ -63,11 +36,6 @@ ...@@ -63,11 +36,6 @@
<div id="bulletin"> <div id="bulletin">
<div id="sceneIsEmpty" class="inner"><%= tip_sceneIsEmpty %></div> <div id="sceneIsEmpty" class="inner"><%= tip_sceneIsEmpty %></div>
</div> </div>
<div class="error" id="error">
<div class="title">Error <i>(Please open the console to see detailed errors)</i></div>
<div class="error-main"></div>
<div class="error-stack"></div>
</div>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment