update 基本完成生产良品率

This commit is contained in:
lb
2023-07-01 16:26:01 +08:00
parent cbcb5b9877
commit 3c74468857
8 changed files with 282 additions and 156 deletions

View File

@@ -1,52 +1,52 @@
#FullScreen {
width: 3840px;
height: 1080px;
transform-origin: 'lefttop';
background-color: #040c1c;
width: 3840px;
height: 1080px;
transform-origin: 'lefttop';
background-color: #040c1c;
.Main {
background: #a935355f;
width: 3840px;
height: 996px;
display: flex;
flex-direction: row;
.Main {
// background: #a935355f;
width: 3840px;
height: 996px;
display: flex;
flex-direction: row;
.Center {
background: #ce862f69;
margin-top: 21px;
margin-left: 24px;
padding: 1px;
width: 2472px;
height: 940px;
.Center {
background: #ce862f69;
margin-top: 21px;
margin-left: 24px;
padding: 1px;
width: 2472px;
height: 940px;
.CenterData {
position: absolute;
width: 2472px;
height: 240px;
z-index: 2;
}
.CenterData {
position: absolute;
width: 2472px;
height: 240px;
z-index: 2;
}
.V3DBG {
position: absolute;
width: 2472px;
height: 642px;
z-index: 1;
}
.V3DBG {
position: absolute;
width: 2472px;
height: 642px;
z-index: 1;
}
.V3DBorder {
width: 100%;
height: 486px;
margin-top: 160px;
background: url('../assets/3D.png');
background-size: 100% 100%;
background-repeat: no-repeat;
}
.V3DBorder {
width: 100%;
height: 486px;
margin-top: 160px;
background: url('../assets/3D.png');
background-size: 100% 100%;
background-repeat: no-repeat;
}
.Button {
width: 100%;
height: 306px;
margin-top: -05px;
}
}
}
.Button {
width: 100%;
height: 306px;
margin-top: -05px;
}
}
}
}