Commit 4930885f authored by zhangyuan's avatar zhangyuan

zy

parent 4b71fa55
...@@ -61,7 +61,7 @@ export default [ ...@@ -61,7 +61,7 @@ export default [
{ {
"channel": "1", "channel": "1",
"endTime": "23:00:00", "endTime": "23:00:00",
"joinStatus": false, "joinStatus": true,
"rainId": "2", "rainId": "2",
"ruId": null, "ruId": null,
"startTime": "20:01:30" "startTime": "20:01:30"
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
left: 0px; left: 0px;
top: 0px; top: 0px;
position: absolute; position: absolute;
.sparkBg("homePage/bg.png"); .sparkBg("homePage/bg.jpg");
background-size: 750px 3024px; background-size: 750px 3024px;
} }
...@@ -500,15 +500,15 @@ ...@@ -500,15 +500,15 @@
width: 714px; width: 714px;
height: auto; height: auto;
min-height: 957px; min-height: 957px;
background-color: #ffe6c5; // background-color: #ffe6c5;
left: 18px; left: 18px;
// top: 2192px; // top: 2192px;
position: relative; position: relative;
margin-top: 20px; margin-top: 20px;
padding-top: 152px; padding-top: 152px;
box-sizing: border-box; box-sizing: border-box;
border-left: 1px solid #fff; border-left: 3px solid #fff;
border-right: 1px solid #fff; border-right: 3px solid #fff;
&::before { &::before {
content: ""; content: "";
......
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