issue #2 Done room service feature.

This commit is contained in:
Paul Kim
2022-08-30 00:38:43 +09:00
parent 05f5d61c84
commit 08dda21fcd
6 changed files with 61 additions and 60 deletions

View File

@@ -34,7 +34,7 @@ body {
padding: 0px;
background-color: rgba(0, 0, 0, 1);
background-image: none;
background-size: contain;
background-size: cover;
background-repeat: no-repeat;
display: none;
}
@@ -46,9 +46,10 @@ body {
width: 884px;
height: 648px;
padding: 0px;
background-image: url(./images/bg_language_welcome_box.png);
background-size: cover;
/* background-image: url(./images/bg_language_welcome_box.png);
background-size: cover; */
background-repeat: no-repeat;
background: linear-gradient(rgba(45,45,45,0.6),rgba(16,16,16,0.7));
border-radius: 11px;
filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
}
@@ -63,20 +64,23 @@ body {
background-image: none;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
/* background-position: center; */
background-position: top;
}
.welcome .frame .msgwin #guestname {
position: absolute;
top: 486px;
top: 424px;
left: 0px;
width: 884px;
width: 804px;
height: 65px;
padding: 0px;
padding: 0px 0px 5px 0px;
margin: 0px 40px 0px 40px;
background-image: none;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
border-bottom: solid rgb(192,192,192) 3px;
font-size: 65px;
justify-content: center;
text-align: center;
@@ -88,11 +92,12 @@ body {
.welcome .frame .msgwin #welcomemsg {
position: absolute;
top: 584px;
top: 516px;
left: 0px;
width: 884px;
width: 804px;
height: 44px;
padding: 0px;
/* padding: 0px; */
margin: 0px 40px 0px 40px;
background-image: none;
background-size: contain;
background-repeat: no-repeat;