Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
3
3DWeb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐来柯
3DWeb
Commits
3897e8e5
Commit
3897e8e5
authored
Jan 06, 2022
by
徐来柯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update 架子
parent
98fe372f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
7 deletions
+28
-7
index.css
css/index.css
+22
-4
index.html
index.html
+6
-3
No files found.
css/index.css
View file @
3897e8e5
...
...
@@ -33,11 +33,28 @@ body {
position
:
relative
;
}
.main_header
{
width
:
60%
;
height
:
50px
;
margin
:
0
auto
;
text-align
:
center
;
box-sizing
:
border-box
;
color
:
#8FE4E9
;
line-height
:
50px
;
font-weight
:
600
;
font-size
:
18px
;
}
.main_wrap
{
height
:
calc
(
100%
-
50px
);
box-sizing
:
border-box
;
border
:
1px
solid
blue
;
}
.view
{
width
:
3
0
0px
;
width
:
3
2
0px
;
height
:
85%
;
position
:
absolute
;
top
:
5
0px
;
top
:
8
0px
;
background
:
rgba
(
11
,
28
,
56
,
0.7
);
display
:
flex
;
flex-direction
:
column
;
...
...
@@ -47,9 +64,9 @@ body {
border
:
1px
solid
red
;
}
.view
-
left
{
.view
_
left
{
left
:
40px
}
.view
-
right
{
.view
_
right
{
right
:
40px
;
}
\ No newline at end of file
index.html
View file @
3897e8e5
...
...
@@ -13,13 +13,16 @@
<div>header 部分</div>
</div> -->
<div
class=
"main"
>
<div>
3D模型部分
</div>
<div
class=
"view view-left"
>
<div
class=
"main_header"
>
实时生产预警和安全预警
</div>
<div
class=
"main_wrap"
>
3D 模型部分
</div>
<!-- 左右两侧内容 -->
<div
class=
"view view_left"
>
<div>
1
</div>
<div>
2
</div>
<div>
3
</div>
</div>
<div
class=
"view view
-
right"
>
<div
class=
"view view
_
right"
>
<div>
1
</div>
<div>
2
</div>
<div>
3
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment