Commit 98fe372f authored by 徐来柯's avatar 徐来柯

update

parent 442571f5
...@@ -18,15 +18,16 @@ body { ...@@ -18,15 +18,16 @@ body {
background-color: #121212; background-color: #121212;
} }
.header { /* .header {
width: 100%; width: 100%;
height: 100px; height: 100px;
box-sizing: border-box; box-sizing: border-box;
} } */
.main { .main {
width: 100%; width: 100%;
height: calc(100% - 100px); /* height: calc(100% - 100px); */
height: calc(100%);
background: #0C1C38; background: #0C1C38;
box-sizing: border-box; box-sizing: border-box;
position: relative; position: relative;
......
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<div class="header" > <!-- <div class="header" >
<div>header 部分</div> <div>header 部分</div>
</div> </div> -->
<div class="main" > <div class="main" >
<div>3D模型部分</div> <div>3D模型部分</div>
<div class="view view-left"> <div class="view view-left">
......
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