Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
LuzhouLaojiaoSnake_250428
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
LuzhouLaojiaoSnake_250428
Commits
e726f685
Commit
e726f685
authored
May 07, 2025
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
倒计时
parent
7e63bcdf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
GamePage.tsx
src/pages/GamePage/GamePage.tsx
+1
-1
FailPanel.less
src/panels/FailPanel/FailPanel.less
+1
-2
SucPanel.less
src/panels/SucPanel/SucPanel.less
+2
-4
No files found.
src/pages/GamePage/GamePage.tsx
View file @
e726f685
...
...
@@ -64,7 +64,7 @@ class GamePage extends React.Component {
this
.
startCd
();
ModalCtrl
.
showModal
(
Fail
Panel
);
// ModalCtrl.showModal(Suc
Panel);
}
startCd
=
()
=>
{
...
...
src/panels/FailPanel/FailPanel.less
View file @
e726f685
...
...
@@ -19,10 +19,9 @@
.rank {
font-size: 29px;
color: rgb(255, 255, 255);
line-height: 0.805;
position: absolute;
left: 0;
top: 5
42
px;
top: 5
35
px;
width: 100%;
text-align: center;
text-shadow: 0 0 5px #16c8c2,
...
...
src/panels/SucPanel/SucPanel.less
View file @
e726f685
...
...
@@ -19,10 +19,9 @@
.rank {
font-size: 29px;
color: rgb(255, 255, 255);
line-height: 0.805;
position: absolute;
left: 0;
top: 4
30
px;
top: 4
24
px;
width: 100%;
text-align: center;
text-shadow: 0 0 5px #16c8c2,
...
...
@@ -56,11 +55,10 @@
.tip {
color: rgb(255, 255, 255);
font-size: 32.34px;
line-height: 0.882;
text-align: center;
position: absolute;
left: 0;
top: 68
5
px;
top: 68
2
px;
width: 100%;
span {
...
...
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