邓洁 : 隧道模型合并

This commit is contained in:
dengj
2023-12-07 15:58:43 +08:00
parent 7766cd16ef
commit 5f14289731
25 changed files with 438499 additions and 5 deletions

View File

@@ -0,0 +1,89 @@
canvas {
height: 100vh;
width: 100vw;
position: absolute;
z-index: 100;
}
#tag {
height: 300px;
width: 200px;
background-color: rgba(236, 236, 236, 0.836);
position: absolute;
z-index: 999;
border-radius: 10px;
padding: 5px;
display: block;
}
#tag2 {
height: 300px;
width: 200px;
background-color: rgba(236, 236, 236, 0.836);
position: absolute;
z-index: 999;
border-radius: 10px;
display: block;
padding: 5px;
}
#tag3 {
height: 300px;
width: 200px;
background-color: rgba(236, 236, 236, 0.836);
position: absolute;
z-index: 999;
display: block;
border-radius: 10px;
text-align: center;
}
img {
width: 50px;
}
.title {
height: 20px;
}
.option-btn {
height: 40px;
display: flex;
justify-content: flex-end;
align-items: center;
margin-right: 10px;
}
.divice-list {
height: 240px;
}
.divice-list ul {
height: 100%;
padding: 7px;
display: flex;
flex-wrap: wrap;
gap: 7px;
align-content: first baseline;
}
.divice-list ul li {
border-radius: 5px;
overflow: hidden;
cursor: pointer;
}
#li-active {
background: red;
}
#view {
width: 260px;
height: 400px;
position: absolute;
background-color: rgb(246, 248, 250);
/* opacity: 0.5; */
border-radius: 10px;
z-index: 10;
right: 0;
top: 0;
margin: 5px 5px 0px 0px;
padding: 10px;
}
input {
width: 180px;
margin: 10px 3px 10px 0px;
}