Commit e726f685 authored by haiyoucuv's avatar haiyoucuv

倒计时

parent 7e63bcdf
...@@ -64,7 +64,7 @@ class GamePage extends React.Component { ...@@ -64,7 +64,7 @@ class GamePage extends React.Component {
this.startCd(); this.startCd();
ModalCtrl.showModal(FailPanel); // ModalCtrl.showModal(SucPanel);
} }
startCd = () => { startCd = () => {
......
...@@ -19,10 +19,9 @@ ...@@ -19,10 +19,9 @@
.rank { .rank {
font-size: 29px; font-size: 29px;
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
line-height: 0.805;
position: absolute; position: absolute;
left: 0; left: 0;
top: 542px; top: 535px;
width: 100%; width: 100%;
text-align: center; text-align: center;
text-shadow: 0 0 5px #16c8c2, text-shadow: 0 0 5px #16c8c2,
......
...@@ -19,10 +19,9 @@ ...@@ -19,10 +19,9 @@
.rank { .rank {
font-size: 29px; font-size: 29px;
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
line-height: 0.805;
position: absolute; position: absolute;
left: 0; left: 0;
top: 430px; top: 424px;
width: 100%; width: 100%;
text-align: center; text-align: center;
text-shadow: 0 0 5px #16c8c2, text-shadow: 0 0 5px #16c8c2,
...@@ -56,11 +55,10 @@ ...@@ -56,11 +55,10 @@
.tip { .tip {
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
font-size: 32.34px; font-size: 32.34px;
line-height: 0.882;
text-align: center; text-align: center;
position: absolute; position: absolute;
left: 0; left: 0;
top: 685px; top: 682px;
width: 100%; width: 100%;
span { span {
......
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