68 lines
803 B
Plaintext
68 lines
803 B
Plaintext
/* 公共样式 */
|
|
|
|
// loading 效果
|
|
.wea-demo-loading {
|
|
height: 100%;
|
|
text-align: center;
|
|
>div {
|
|
position: absolute;
|
|
top: 50%;
|
|
}
|
|
}
|
|
|
|
html,body {
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
font-family: Arial;
|
|
color: #333333;
|
|
}
|
|
|
|
#container, body, html {
|
|
height: 100%;
|
|
overflow: scroll !important
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 0px;
|
|
height: 0px;
|
|
background-color: transparent;
|
|
}
|
|
|
|
|
|
//组织架构图
|
|
#node {
|
|
width: 95%;
|
|
height: 100%;
|
|
}
|
|
|
|
.quickOperate{
|
|
position: fixed;
|
|
width: 45px;
|
|
height: 250px;
|
|
right: 28px;
|
|
top: 20px;
|
|
// border: 1px solid #8b4513;
|
|
|
|
img{
|
|
cursor: pointer;
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
|
|
icon {
|
|
cursor: pointer;
|
|
font-size: 30px;
|
|
display: block;
|
|
margin-top: 10px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|