.layout-body {
|
|
margin: 0;
|
|
padding: 0;
|
|
background: url("../../../assets/img/1122.png") center center no-repeat;
|
|
/* 设置背景图 */
|
|
background-size: 100% 100%;
|
|
/* 背景图等比例缩小填充整个容器 */
|
|
height: 100vh;
|
|
/* 使背景图铺满整个浏览器窗口 */
|
|
}
|
|
|
|
.tab {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 10000;
|
|
background-color: aqua;
|
|
}
|
|
|
|
.container .img {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 1;
|
|
display: none;
|
|
}
|
|
|
|
.container {
|
|
margin: 0;
|
|
padding: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: absolute;
|
|
z-index: 100;
|
|
/* background-color: rgba(255, 0, 0, 0.5); */
|
|
/* 使用RGBA设置背景颜色为红色,透明度为50% */
|
|
height: 100vh;
|
|
width: 100%;
|
|
}
|
|
|
|
.container .box {
|
|
position: absolute;
|
|
z-index: 1000;
|
|
font-size: large;
|
|
text-align: center;
|
|
padding: 10px 10px;
|
|
cursor: pointer;
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
.container .box-equipmentCloud {
|
|
top: 10%;
|
|
left: 2%;
|
|
width: 320px;
|
|
height: 100px;
|
|
}
|
|
|
|
.container .box-partsCloud {
|
|
top: 10%;
|
|
right: 2%;
|
|
width: 350px;
|
|
height: 100px;
|
|
}
|
|
|
|
.container .box-KMO {
|
|
top: 170px;
|
|
left: 20px;
|
|
width: 150px;
|
|
background-color: wheat;
|
|
}
|
|
|
|
.container .box-chatFile {
|
|
top: 220px;
|
|
left: 20px;
|
|
width: 150px;
|
|
background-color: wheat;
|
|
}
|
|
|
|
.container .box-AIOT {
|
|
top: 120px;
|
|
left: 20px;
|
|
width: 150px;
|
|
background-color: wheat;
|
|
}
|
|
|
|
.container .box-DMP {
|
|
top: 300px;
|
|
left: 20px;
|
|
width: 150px;
|
|
background-color: wheat;
|
|
}
|
|
|
|
.container .box-iPaaS {
|
|
top: 350px;
|
|
left: 20px;
|
|
width: 150px;
|
|
background-color: wheat;
|
|
}
|
|
|
|
.container .box-EIP {
|
|
top: 400px;
|
|
left: 20px;
|
|
width: 150px;
|
|
background-color: wheat;
|
|
}
|
|
|
|
.container .box-T100bs {
|
|
top: 450px;
|
|
left: 20px;
|
|
width: 150px;
|
|
background-color: wheat;
|
|
}
|
|
|
|
.container .box-E10229 {
|
|
top: 500px;
|
|
left: 20px;
|
|
width: 150px;
|
|
background-color: wheat;
|
|
}
|
|
|
|
.container .box-PLM {
|
|
top: 550px;
|
|
left: 20px;
|
|
width: 150px;
|
|
color: darkmagenta;
|
|
background-color: wheat;
|
|
}
|
|
|
|
.container .box-assistant {
|
|
top: 20px;
|
|
right: 0px;
|
|
width: 150px;
|
|
color: brown;
|
|
background-color: wheat;
|
|
}
|
|
|
|
.container .box-BSC {
|
|
top: 70px;
|
|
right: 0px;
|
|
width: 150px;
|
|
color: brown;
|
|
background-color: wheat;
|
|
}
|
|
|
|
.container .box-SSO_mes {
|
|
top: 120px;
|
|
right: 0px;
|
|
width: 150px;
|
|
color: brown;
|
|
background-color: wheat;
|
|
}
|
|
|
|
.container .box-SCS {
|
|
top: 170px;
|
|
right: 0px;
|
|
width: 150px;
|
|
color: brown;
|
|
background-color: wheat;
|
|
}
|
|
|
|
.container .box-AASK {
|
|
top: 220px;
|
|
right: 0px;
|
|
width: 150px;
|
|
color: brown;
|
|
background-color: wheat;
|
|
}
|
|
.hidden {
|
|
display: none;
|
|
}
|