Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
华
华夏模拟理财_20250701
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
华夏模拟理财_20250701
Commits
6a5b03c5
Commit
6a5b03c5
authored
Jul 03, 2025
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
66e2ed12
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
75 additions
and
1 deletion
+75
-1
去查看.png
src/assets/ResPage/去查看.png
+0
-0
已使用.png
src/assets/ResPage/已使用.png
+0
-0
空状态.png
src/assets/ResPage/空状态.png
+0
-0
ResPage.module.less
src/pages/ResPage/ResPage.module.less
+63
-0
ResPage.tsx
src/pages/ResPage/ResPage.tsx
+12
-1
No files found.
src/assets/ResPage/去查看.png
0 → 100644
View file @
6a5b03c5
2.9 KB
src/assets/ResPage/已使用.png
0 → 100644
View file @
6a5b03c5
2.83 KB
src/assets/ResPage/空状态.png
0 → 100644
View file @
6a5b03c5
19.6 KB
src/pages/ResPage/ResPage.module.less
View file @
6a5b03c5
...
@@ -126,6 +126,69 @@
...
@@ -126,6 +126,69 @@
}
}
}
}
.listNone {
position: absolute;
left: 223px;
top: 913px;
width: 271px;
height: 264px;
.webpBg("ResPage/空状态.png");
}
.prizeList {
position: absolute;
left: 19px;
top: 630px;
bottom: 0;
width: 713px;
overflow-x: hidden;
overflow-y: auto;
.prizeItem {
position: relative;
width: 713px;
height: 146px;
.itemImg {
border-radius: 20px;
background-color: #f0f0f0;
position: absolute;
left: 31px;
top: 16px;
width: 110px;
height: 110px;
}
.itemName {
font-size: 30px;
color: #262626;
position: absolute;
left: 164px;
top: 39px;
font-weight: bold;
}
.itemDate {
position: absolute;
left: 164px;
top: 80px;
font-size: 24px;
color: rgb(133, 133, 133);
}
.itemBtn {
position: absolute;
left: 530px;
top: 37px;
width: 157px;
height: 64px;
.webpBg("ResPage/去查看.png");
}
}
}
.backBtn {
.backBtn {
position: absolute;
position: absolute;
left: 28px;
left: 28px;
...
...
src/pages/ResPage/ResPage.tsx
View file @
6a5b03c5
...
@@ -57,8 +57,19 @@ class ResPage extends React.Component<any, any> {
...
@@ -57,8 +57,19 @@ class ResPage extends React.Component<any, any> {
<
div
style=
{
{
display
:
tab
==
1
?
"block"
:
"none"
}
}
>
<
div
style=
{
{
display
:
tab
==
1
?
"block"
:
"none"
}
}
>
<
TurnTable
/>
<
TurnTable
/>
</
div
>
</
div
>
<
div
style=
{
{
display
:
tab
==
2
?
"block"
:
"none"
}
}
>
<
div
style=
{
{
display
:
tab
==
2
?
"block"
:
"none"
}
}
>
<
div
className=
{
styles
.
listNone
}
></
div
>
<
div
className=
{
styles
.
prizeList
}
style=
{
{
display
:
tab
==
2
?
"block"
:
"none"
}
}
>
{
new
Array
(
100
).
fill
(
1
).
map
((
_
,
index
)
=>
{
return
<
div
className=
{
styles
.
prizeItem
}
>
<
img
className=
{
styles
.
itemImg
}
/>
<
div
className=
{
styles
.
itemName
}
>
奖品名称
</
div
>
<
div
className=
{
styles
.
itemDate
}
>
2024-09-22 00:02:56 获得
</
div
>
<
Button
className=
{
styles
.
itemBtn
}
/>
</
div
>
})
}
</
div
>
</
div
>
</
div
>
<
Button
className=
{
styles
.
backBtn
}
onClick=
{
this
.
clickBack
}
/>
<
Button
className=
{
styles
.
backBtn
}
onClick=
{
this
.
clickBack
}
/>
...
...
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