Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TNGD_CaveCruiser
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
TNGD_CaveCruiser
Commits
4acf4031
Commit
4acf4031
authored
Aug 23, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GuideLayer
parent
3d7c9bb6
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
61 additions
and
67 deletions
+61
-67
custom.css
build-templates/web-mobile/custom.css
+29
-0
index.ejs
build-templates/web-mobile/index.ejs
+1
-33
style.css
build-templates/web-mobile/style.css
+1
-1
custom.css
preview-template/custom.css
+29
-0
index.ejs
preview-template/index.ejs
+1
-33
No files found.
build-templates/web-mobile/custom.css
0 → 100644
View file @
4acf4031
.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
build-templates/web-mobile/index.ejs
View file @
4acf4031
...
...
@@ -38,39 +38,7 @@
<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"
/>
<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>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{__remoteUrl__}}custom.css"
/>
</head>
<body
style=
"overflow: hidden;"
>
<div
id=
"GameDiv"
cc_exact_fit_screen=
"true"
style=
"overflow: hidden;"
>
...
...
build-templates/web-mobile/style.css
View file @
4acf4031
...
...
@@ -58,4 +58,4 @@ canvas {
--safe-right
:
env
(
safe-area-inset-right
);
--safe-bottom
:
env
(
safe-area-inset-bottom
);
--safe-left
:
env
(
safe-area-inset-left
);
}
\ No newline at end of file
}
preview-template/custom.css
0 → 100644
View file @
4acf4031
.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
preview-template/index.ejs
View file @
4acf4031
...
...
@@ -16,36 +16,9 @@
<meta
name=
"force-rendering"
content=
"webkit"
/>
<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=
"./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>
...
...
@@ -63,11 +36,6 @@
<div
id=
"bulletin"
>
<div
id=
"sceneIsEmpty"
class=
"inner"
><
%=
tip_sceneIsEmpty
%
></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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment