Commit e8df816a authored by haiyoucuv's avatar haiyoucuv

init

parent b75e0fdd
...@@ -15,7 +15,7 @@ module.exports = { ...@@ -15,7 +15,7 @@ module.exports = {
newAssistUser: 0, newAssistUser: 0,
carvePop: false, carvePop: false,
rankPopInfo: { rankPopInfo: {
boolReward: true, boolReward: false,
rank: 1, rank: 1,
prizeName: "奖品名称", prizeName: "奖品名称",
prizeImg: "奖品名称" prizeImg: "奖品名称"
......
src/assets/RankNoPrizePop/bg.png

123 KB | W: | H:

src/assets/RankNoPrizePop/bg.png

116 KB | W: | H:

src/assets/RankNoPrizePop/bg.png
src/assets/RankNoPrizePop/bg.png
src/assets/RankNoPrizePop/bg.png
src/assets/RankNoPrizePop/bg.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -3,7 +3,6 @@ import {observer} from "mobx-react"; ...@@ -3,7 +3,6 @@ import {observer} from "mobx-react";
import "./RankNoPrizePop.less"; import "./RankNoPrizePop.less";
import {Button} from "@src/components/Button"; import {Button} from "@src/components/Button";
import modalStore from "@src/store/modal"; import modalStore from "@src/store/modal";
import store from "@src/store";
@observer @observer
class RankNoPrizePop extends React.Component { class RankNoPrizePop extends React.Component {
...@@ -15,13 +14,11 @@ class RankNoPrizePop extends React.Component { ...@@ -15,13 +14,11 @@ class RankNoPrizePop extends React.Component {
render() { render() {
const {data} = this.props.popData; const {data} = this.props.popData;
return <div className="RankNoPrizePop modal_center"> return <div className="RankNoPrizePop modal_center">
<div className="light"/> <div className="bg"/>
<div className="bg"> <div className="rankText">
<div className="rankText"> 最终排名为{+data.rank == -1 ? "3000+" : data.rank}
最终排名为{+data.rank == -1 ? "500+" : data.rank}
</div>
</div> </div>
<Button className="know md41" onClick={this.clickClose}/> <Button className="know" onClick={this.clickClose}/>
<Button className="close" onClick={this.clickClose}/> <Button className="close" onClick={this.clickClose}/>
</div>; </div>;
} }
......
...@@ -8,53 +8,42 @@ ...@@ -8,53 +8,42 @@
top: 0; top: 0;
width: 750px; width: 750px;
height: 1624px; height: 1624px;
.light {
position: absolute;
left: 79px;
top: 275px;
width: 593px;
height: 593px;
// .sparkBg("common/light.png");
}
.bg { .bg {
position: absolute; position: absolute;
left: 110px; left: 99px;
top: 482px; top: 358px;
width: 529px; width: 553px;
height: 520px; height: 610px;
.sparkBg("RankNoPrizePop/bg.png") .sparkBg("RankNoPrizePop/bg.png")
} }
.rankText { .rankText {
font-size: 30px; font-size: 35px;
color: rgb(239, 125, 30); color: rgb(51, 51, 51);
text-transform: uppercase;
line-height: 1;
position: absolute;
left: 15px;
top: 267px;
text-align: center; text-align: center;
width: 490px; position: absolute;
left: 0;
top: 670px;
width: 750px;
.lineClamp1() .lineClamp1()
} }
.know { .know {
position: absolute; position: absolute;
left: 180px; left: 221px;
top: 829px; top: 784px;
width: 373px; width: 310px;
height: 110px; height: 94px;
.sparkBg("RankNoPrizePop/know.png") .sparkBg("RankNoPrizePop/btn.png")
} }
.close { .close {
position: absolute; position: absolute;
left: 345px; left: 345px;
top: 1082px; top: 1046px;
width: 61px; width: 60px;
height: 61px; height: 60px;
.sparkBg("common/closeBtn.png") .sparkBg("common/closeBtn.png")
} }
} }
\ No newline at end of file
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