Commit 6552d341 authored by zhangyuan's avatar zhangyuan

到实际

parent 6a749cd6
......@@ -317,7 +317,7 @@ export default [
"rate": 6030
},
],
"boolWealth": true,
"boolWealth": false,
"amount": 147.8,
"jumpUrl": "http://localhost:5173/?t=1"
},
......
......@@ -196,6 +196,7 @@
opacity: 0.6;
font-size: 26px;
line-height: 27px;
padding-left: 20px;
color: rgba(0, 0, 0, 1);
}
......@@ -207,6 +208,7 @@
position: absolute;
font-size: 66px;
line-height: 56px;
padding-left: 20px;
color: rgb(237, 10, 10);
font-weight: bold;
}
......@@ -214,7 +216,7 @@
.record_btn {
width: 176px;
height: 24px;
left: 500px;
left: 490px;
top: 116px;
position: absolute;
.sparkBg("homePage/record_list_btn.png");
......
......@@ -255,8 +255,8 @@ class HomePage extends React.Component<any, any> {
return (
<div className="com_Container" ref={(el) => this.root = store.homeRoot = el}>
<div className="homePage md4">
<span className="bg"></span>
<div className="homePage">
<span className="bg md4"></span>
{/* <span className="title"></span> */}
<SvgaPlayer className="title" src={mainPageTitle}></SvgaPlayer>
......
......@@ -90,7 +90,10 @@ class SharePage extends React.Component {
<div className="sharePage">
<span className="bg"></span>
{!boolWealth && <span className="title1">
{`${(amount || 0) / 100}元`}
<span className='title1-text'>
{`${((amount || 0) / 100).toFixed(2)}元`}
</span>
</span>}
{boolWealth && <span className="title2"></span>}
{this.state.btn === 1 && <span className="doAssitBtn md30" onClick={() => {
......
......@@ -26,12 +26,23 @@
top: 129px;
position: absolute;
.sparkBg("sharePage/title1.png");
}
.title1-text {
display: inline-block;
width: 598px;
height: 94px;
left: -86px;
position: absolute;
font-size: 80px;
color: rgb(255, 243, 228);
line-height: 294px;
line-height: 94px;
text-align: center;
font-weight: bolder;
font-style: italic;
top: 100px;
overflow: hidden;
text-shadow: -2px -2px 0 #fe9d3a, 2px -2px 0 #fe9d3a, -2px 2px 0 #fe9d3a, 2px 2px 0 #fe9d3a;
}
......
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