Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
2
20250711_TBGuardingLife
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
20250711_TBGuardingLife
Commits
0f7d92b9
Commit
0f7d92b9
authored
Jul 11, 2025
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
4a61a299
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
2 deletions
+38
-2
answerpage.jsx
src/pages/answerpage/answerpage.jsx
+6
-2
answerpage.less
src/pages/answerpage/answerpage.less
+32
-0
No files found.
src/pages/answerpage/answerpage.jsx
View file @
0f7d92b9
...
...
@@ -37,9 +37,14 @@ class Answerpage extends React.Component {
/>
<
div
className=
"stage"
>
{
stage
}
</
div
>
<
div
className=
"fundsArea"
>
<
div
className=
"funds"
>
当前资金:
<
span
>
8000
</
span
>
万
</
div
>
</
div
>
<
div
className=
"quesArea"
>
<
div
className=
"queIndex"
>
<
span
>
1
</
span
>
<
span
>
{
quesIndex
+
1
}
</
span
>
<
text
>
/
</
text
>
6
</
div
>
...
...
@@ -67,7 +72,6 @@ class Answerpage extends React.Component {
>
{
item
.
txt
}
</
div
>
})
}
</
div
>
</
div
>
<
Button
className=
"confirm"
/>
</
div
>;
...
...
src/pages/answerpage/answerpage.less
View file @
0f7d92b9
...
...
@@ -32,6 +32,38 @@
justify-content: center;
}
.fundsArea {
position: absolute;
left: 0;
top: 837px;
width: 100%;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
.funds {
height: 100%;
border: white 1px solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.6);
padding: 0 25px;
color: #353535;
font-size: 28px;
font-weight: bold;
line-height: 68px;
span {
margin-left: -12px;
margin-right: 4px;
color: #008bdb;
font-size: 52px;
}
}
}
.quesArea {
position: absolute;
left: 10px;
...
...
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