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
d9c88571
Commit
d9c88571
authored
May 13, 2025
by
wangzhujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
106de30f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
HomePage.less
src/pages/HomePage/HomePage.less
+6
-0
HomePage.tsx
src/pages/HomePage/HomePage.tsx
+2
-2
No files found.
src/pages/HomePage/HomePage.less
View file @
d9c88571
...
...
@@ -56,6 +56,11 @@
line-height: 23px;
color: rgba(255, 255, 255, 1);
}
.prizerank_2 {
font-size: 33px;
font-weight: bold;
color: rgba(243, 225, 27, 1);
}
.prizeimg {
width: 80px;
height: 65px;
...
...
@@ -69,6 +74,7 @@
left: 0px;
top: 0px;
position: absolute;
object-fit: contain;
}
}
}
...
...
src/pages/HomePage/HomePage.tsx
View file @
d9c88571
...
...
@@ -128,7 +128,7 @@ class HomePage extends React.Component<any, any> {
<
span
className=
"infobg"
></
span
>
<
div
className=
"prizeingo"
>
<
span
className=
"prizename"
>
{
rank
?.
prizeName
}
</
span
>
<
span
className=
"prizerank"
>
前
50
名可得
</
span
>
<
span
className=
"prizerank"
>
前
<
span
className=
'prizerank_2'
>
50
</
span
>
名可得
</
span
>
<
span
className=
"prizeimg"
>
<
img
src=
{
rank
?.
prizeImg
}
></
img
>
</
span
>
...
...
@@ -192,7 +192,7 @@ class HomePage extends React.Component<any, any> {
:
''
// <span className="taskgetbtn">
{
item
.
taskStatus
}<
/
span
>
}
<
span
className=
"tasktit"
>
{
item
.
title
}
(
{
item
.
completedSize
}
/
{
item
.
intervalLimitSize
}
)
</
span
>
<
span
className=
"tasksub"
>
{
item
.
subTitle
}
</
span
>
<
span
className=
"tasksub"
dangerouslySetInnerHTML=
{
{
__html
:
item
.
subTitle
}
}
>
</
span
>
<
span
className=
"taskicon"
>
<
img
src=
{
item
.
icon
}
></
img
>
</
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