Commit 0f7d92b9 authored by haiyoucuv's avatar haiyoucuv

init

parent 4a61a299
......@@ -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>;
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment