update 基本完成生产良品率
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user