41 lines
582 B
Plaintext
41 lines
582 B
Plaintext
// out: false, sourceMap: false, main: ../style.less
|
|
@import "colors.less";
|
|
|
|
.hmi-container{
|
|
position: absolute;
|
|
left:0;
|
|
border-radius: 2px;
|
|
width: 1088px;
|
|
background-color: #4e585e;
|
|
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
|
|
height: 784px;
|
|
}
|
|
|
|
#nc-hmi{
|
|
position: absolute;
|
|
top:0;
|
|
left: 48px;
|
|
height: 784px;
|
|
width: 1040px;
|
|
}
|
|
|
|
#nc-hmi-img{
|
|
position: absolute;
|
|
top: 8px;
|
|
left: 8px;
|
|
height: 768px;
|
|
width: 1024px;
|
|
border: none;
|
|
}
|
|
|
|
#nc-hmi-img-fanuc{
|
|
position: absolute;
|
|
top: 22px;
|
|
left: 40px;
|
|
height: 740px;
|
|
width: 960px;
|
|
border: none;
|
|
}
|
|
|
|
|