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

update

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