Add 1st PTC Hotel APP codes
This commit is contained in:
sysadmin
2022-04-21 10:46:16 +09:00
parent a88c85f95e
commit ff2a3c305b
383 changed files with 154315 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
/* ERROR WINDOW */
.error {
position: absolute;
top: 0px;
left: 0px;
width: 1920px;
height: 1080px;
z-index: 10;
display: none;
}
.error .bg {
width: 100%;
height: 100%;
}