Commit ecb739a0 authored by zhangyuan's avatar zhangyuan

到实际

parent 390c20c0
...@@ -61,10 +61,10 @@ export default [ ...@@ -61,10 +61,10 @@ export default [
{ {
"channel": "1", "channel": "1",
"endTime": "23:00:00", "endTime": "23:00:00",
"joinStatus": true, "joinStatus": false,
"rainId": "2", "rainId": "2",
"ruId": null, "ruId": null,
"startTime": "14:01:30" "startTime": "20:01:30"
} }
], ],
"redRainCountDownTime": 0, "redRainCountDownTime": 0,
......
...@@ -39,13 +39,13 @@ ...@@ -39,13 +39,13 @@
display: inline-block; display: inline-block;
width: 60px; width: 60px;
height: 80px; height: 80px;
background-color: #d26654;
border-radius: 20px; border-radius: 20px;
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
font-size: 45px; font-size: 45px;
line-height: 80px; line-height: 80px;
.sparkBg("redPackCountPanel/numBg.png");
} }
} }
......
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