issue #11 Fix startup logo background image missing.

This commit is contained in:
Paul Kim
2024-03-17 16:45:27 +09:00
parent ea812e34a1
commit f98e3d6520
5 changed files with 14 additions and 42 deletions

View File

@@ -13,19 +13,6 @@ body {
z-index: 1;
}
.startup {
top: 0px;
left: 0px;
position: absolute;
width: 100%;
height: 100%;
padding: 0px;
/* background-image: url(./images/hoteltv_service_preparing.png); */
background-image: url(./images/hoteltv_service_preparing_joson.jpg);
background-size: cover;
background-repeat: no-repeat;
}
.welcome .frame {
position: absolute;
top: 0px;