Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
JM_4-2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
JM_4-2
Commits
54e934bb
Commit
54e934bb
authored
Aug 03, 2021
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 出现滚动条
parent
120d05e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
play.component.html
src/app/play/play.component.html
+3
-3
No files found.
src/app/play/play.component.html
View file @
54e934bb
...
...
@@ -2,7 +2,7 @@
<!-- <div style=" display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;"> -->
<div
class=
"game-container"
#
wrap
>
<div
class=
"game-container"
#
wrap
style=
"height: 100%; overflow: hidden;"
>
<!-- <canvas id="canvas" style="width: 100%; height: 100%;" #canvas></canvas> -->
<div
style=
" width: 100%; height: 100%; background-size: cover; display: flex; align-items: center; flex-direction: column;"
>
...
...
@@ -82,7 +82,7 @@
</div>
<!-- 结算界面 -->
<div
*
ngIf=
"isShowResult"
style=
"z-index: 5; position: absolute; top:0; width: 100%; height: 100%; background-size: cover; display: flex; align-items: center; flex-direction: column;"
>
<div
*
ngIf=
"isShowResult"
style=
"z-index: 5;
overflow: hidden;
position: absolute; top:0; width: 100%; height: 100%; background-size: cover; display: flex; align-items: center; flex-direction: column;"
>
<!-- 背景图 -->
<div
style=
"width: 100%; height: 100%; position: absolute;"
>
<img
src=
"assets/play/bg.jpg"
style=
"width: 100%; height: 100%; position: absolute; "
/>
...
...
@@ -129,7 +129,7 @@
</div>
</div>
<!-- 按钮 -->
<div
style=
"position: absolute; top: 0; margin-top: 8
7
vh;"
>
<div
style=
"position: absolute; top: 0; margin-top: 8
5
vh;"
>
<div
style=
"z-index: 2; position: relative; "
>
<img
src=
"assets/play/big_btn.png"
style=
"height: 9.5vh; width: auto; z-index: 12;"
>
</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