xuchang-screen/src/pages/index.less
2023-09-10 16:07:18 +08:00

55 lines
879 B
Plaintext

#FullScreen {
width: 4320px;
height: 1080px;
background: url(../components/yx-dark/images/bg.png) 100% / cover no-repeat;
display: flex;
flex-direction: column;
position: relative;
.Main {
margin-top: 100px;
// background: #a935355f;
width: 4320px;
height: 1px;
flex: 1;
background: #ccc3;
display: flex;
flex-direction: row;
.Center {
height: 100%;
width: 1px;
flex: 1;
.CenterData {
position: absolute;
width: 2472px;
height: 240px;
z-index: 2;
}
.V3DBG {
position: absolute;
width: 2472px;
height: 640px;
z-index: 1;
}
.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;
}
}
}
}