2026-01-13 16:52:23 +08:00
|
|
|
.white_share_office{
|
2026-01-13 09:29:24 +08:00
|
|
|
width: 100vw;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
background-repeat: no-repeat;
|
2026-01-13 16:52:23 +08:00
|
|
|
.white_share_office_content{
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
.left{
|
|
|
|
|
width: 500px;
|
2026-01-14 11:12:21 +08:00
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
.middle{
|
|
|
|
|
width: 840px;
|
|
|
|
|
margin-left: 10px;
|
2026-01-13 16:52:23 +08:00
|
|
|
}
|
|
|
|
|
}
|
2026-01-13 09:29:24 +08:00
|
|
|
}
|
2026-01-13 16:52:23 +08:00
|
|
|
|