Commit 49cf8b31 authored by haiyoucuv's avatar haiyoucuv

init

parent d411b3c2
......@@ -30,7 +30,7 @@ class App extends Component {
const defaultPage = {
myPrize: MyPrize, // TODO 举例子 新宿台奖品页
index: HomePage,
}[skinId] || HomePage;
}[skinId] || ResPage;
PageCtrl.changePage(defaultPage);
}
......
......@@ -139,8 +139,8 @@
position: absolute;
left: 19px;
top: 630px;
bottom: 0;
width: 713px;
height: 930px;
overflow-x: hidden;
overflow-y: auto;
......
......@@ -2,7 +2,7 @@
.BuyPanel {
width: 750px;
height: 100%;
height: 1624px;
left: 0;
top: 0;
position: absolute;
......
......@@ -2,7 +2,7 @@
.NoPrizePanel {
width: 750px;
height: 100%;
height: 1624px;
left: 0;
top: 0;
position: absolute;
......
......@@ -2,7 +2,7 @@
.PrizePanel {
width: 750px;
height: 100%;
height: 1624px;
left: 0;
top: 0;
position: absolute;
......
......@@ -2,7 +2,7 @@
.SellPanel {
width: 750px;
height: 100%;
height: 1624px;
left: 0;
top: 0;
position: absolute;
......
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