Commit 27f22d72 authored by wildfirecode13's avatar wildfirecode13

11

parent f75658aa
This diff is collapsed.
...@@ -7,11 +7,13 @@ import MD from '../MD'; ...@@ -7,11 +7,13 @@ import MD from '../MD';
MD(); MD();
//此处为spark-cli动态生成 //此处为spark-cli动态生成
import Loading from "./pages/loading/loading.jsx"; import Loading from "./pages/loading/loading.jsx";
import Main from "./pages/main/main.jsx";
class App extends Component { class App extends Component {
render() { render() {
return ( return (
<Loading></Loading> // <Loading></Loading>
<Main></Main>
); );
} }
} }
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
width: 752px; width: 752px;
height: 1666px; height: 1666px;
position: absolute; position: absolute;
display: none;
.main_guide1_bg2 { .main_guide1_bg2 {
width: 752px; width: 752px;
height: 1666px; height: 1666px;
...@@ -35,7 +34,7 @@ ...@@ -35,7 +34,7 @@
top: 90px; top: 90px;
position: absolute; position: absolute;
font-size: 30px; font-size: 30px;
color: rgba(67, 67, 67, 1); color: #434343;
} }
} }
} }
......
This diff is collapsed.
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