Files
web3d/WebDoorView/3DM_test/test_js_call/style.css
T
2024-06-25 12:10:27 +02:00

65 lines
901 B
CSS

body {
margin: 0 ;
overflow: hidden ;
}
canvas {
display: block ;
}
#DoorRender {
width : 100% ;
height: 100% ;
}
#divMenu {
position: fixed ;
top: 1rem;
right: 1rem;
background-color: transparent ;
width: 20rem ;
}
.container {
width: 100% ;
height: auto ;
margin-bottom: 1rem ;
}
.container::after {
content: "" ;
display: table ;
clear: both ;
}
.container img {
width: 100% ;
height: auto ;
display: block ;
}
#infoDiv {
width: 100% ;
height: auto ;
color: white ;
background-color: transparent ;
font-size: 0.9em ;
}
#RefRender {
position: fixed ;
width: 10rem ;
height: 10rem ;
bottom: 0.5rem ;
right: 0.5rem ;
}
#Ref1Render {
position: fixed ;
width: 8rem ;
height: 8rem ;
bottom: 0.5rem ;
left: 0.5rem ;
background-color: transparent ;
}