Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9130273167 | ||
|
|
7d8338a0a0 | ||
|
|
8cdbaf8f71 | ||
|
|
0f2d30d63e | ||
|
|
9142b60fb5 | ||
|
|
f2046b2cb3 | ||
|
|
1b0d48a31f | ||
|
|
1f657fd3df | ||
|
|
0dee6a9a92 | ||
|
|
1880fae37a | ||
|
|
f679231d2d | ||
|
|
ed75e5f8fb | ||
|
|
fe71eb5561 | ||
|
|
d7a6748ff8 | ||
|
|
9da17b7835 | ||
|
|
6979da71d4 |
@@ -1,179 +0,0 @@
|
|||||||
body {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.welcome {
|
|
||||||
position: absolute;
|
|
||||||
top: 0px;
|
|
||||||
left: 0px;
|
|
||||||
width: 1920px;
|
|
||||||
height: 1080px;
|
|
||||||
padding: 0px;
|
|
||||||
display: none;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.welcome .frame {
|
|
||||||
position: absolute;
|
|
||||||
top: 0px;
|
|
||||||
left: 0px;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
padding: 0px;
|
|
||||||
background-color: rgba(0, 0, 0, 1);
|
|
||||||
background-image: none;
|
|
||||||
background-size: cover;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.welcome .frame .msgwin {
|
|
||||||
position: absolute;
|
|
||||||
top: 98px;
|
|
||||||
left: 519px;
|
|
||||||
width: 884px;
|
|
||||||
height: 648px;
|
|
||||||
padding: 0px;
|
|
||||||
/* 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));
|
|
||||||
}
|
|
||||||
|
|
||||||
.welcome .frame .msgwin #hotellogo {
|
|
||||||
position: absolute;
|
|
||||||
top: 108px;
|
|
||||||
left: 135px;
|
|
||||||
width: 634px;
|
|
||||||
height: 270px;
|
|
||||||
padding: 0px;
|
|
||||||
background-image: none;
|
|
||||||
background-size: contain;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
/* background-position: center; */
|
|
||||||
background-position: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
.welcome .frame .msgwin #guestname {
|
|
||||||
position: absolute;
|
|
||||||
top: 424px;
|
|
||||||
left: 0px;
|
|
||||||
width: 804px;
|
|
||||||
height: 65px;
|
|
||||||
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;
|
|
||||||
color: rgb(235, 235, 235);
|
|
||||||
line-height: 65px;
|
|
||||||
max-width: 864px;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.welcome .frame .msgwin #welcomemsg {
|
|
||||||
position: absolute;
|
|
||||||
top: 516px;
|
|
||||||
left: 0px;
|
|
||||||
width: 804px;
|
|
||||||
height: 44px;
|
|
||||||
/* padding: 0px; */
|
|
||||||
margin: 0px 40px 0px 40px;
|
|
||||||
background-image: none;
|
|
||||||
background-size: contain;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center;
|
|
||||||
font-size: 33px;
|
|
||||||
justify-content: center;
|
|
||||||
text-align: center;
|
|
||||||
color: rgb(235, 235, 235);
|
|
||||||
line-height: 33px;
|
|
||||||
max-width: 864px;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.welcome .frame .guide#langsel {
|
|
||||||
position: absolute;
|
|
||||||
top: 1037px;
|
|
||||||
left: 0px;
|
|
||||||
width: 1920px;
|
|
||||||
height: 54px;
|
|
||||||
background-color: rgba(0, 0, 0, 0.8);
|
|
||||||
display: inline-block;
|
|
||||||
color: rgba(200, 200, 200, 1);
|
|
||||||
font-size: 32px;
|
|
||||||
line-height: 43px;
|
|
||||||
text-align: center;
|
|
||||||
border-top: solid rgb(128, 128, 128);
|
|
||||||
}
|
|
||||||
|
|
||||||
.welcome #lst_langsel {
|
|
||||||
position: absolute;
|
|
||||||
top: 962px;
|
|
||||||
left: 0;
|
|
||||||
height: 76px;
|
|
||||||
line-height: 76px;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
overflow: hidden;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.welcome #lst_langsel .item {
|
|
||||||
color: rgba(200, 200, 200, 1);
|
|
||||||
font-size: 44px;
|
|
||||||
text-align: center;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: cover;
|
|
||||||
}
|
|
||||||
|
|
||||||
.welcome #lst_langsel .owl-item.active.center div {
|
|
||||||
background-image: var(--btn_focus);
|
|
||||||
}
|
|
||||||
|
|
||||||
.welcome #lst_langsel .owl-item.active div {
|
|
||||||
background-image: var(--btn_unfocus);
|
|
||||||
}
|
|
||||||
|
|
||||||
.control .skip_video {
|
|
||||||
z-index: 10000;
|
|
||||||
position: absolute;
|
|
||||||
z-index: 10000;
|
|
||||||
top: 927px;
|
|
||||||
left: 1579px;
|
|
||||||
width: 246px;
|
|
||||||
height: 68px;
|
|
||||||
padding: 0px;
|
|
||||||
background-color: rgba(0, 0, 0, 0.0);
|
|
||||||
background-image: none;
|
|
||||||
background-size: contain;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#debugwin {
|
|
||||||
z-index: 10000;
|
|
||||||
position: absolute;
|
|
||||||
top: 11px;
|
|
||||||
bottom: 22px;
|
|
||||||
right: 11px;
|
|
||||||
font-size: 12px;
|
|
||||||
background-color: rgba(18, 18, 18, 0.3);
|
|
||||||
text-align: left;
|
|
||||||
color: rgb(235, 235, 235);
|
|
||||||
line-height: 24px;
|
|
||||||
padding-left: 5px;
|
|
||||||
padding-top: 5px;
|
|
||||||
display: inline-flex;
|
|
||||||
max-width: 500px;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
word-wrap: break-word;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 204 KiB |
|
Before Width: | Height: | Size: 351 KiB |
|
Before Width: | Height: | Size: 103 KiB |
|
Before Width: | Height: | Size: 202 KiB |
|
Before Width: | Height: | Size: 113 KiB |
|
Before Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 675 KiB |
|
Before Width: | Height: | Size: 973 KiB |
|
Before Width: | Height: | Size: 494 KiB |
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 166 KiB |
|
Before Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 617 KiB |
|
Before Width: | Height: | Size: 133 KiB |
|
Before Width: | Height: | Size: 354 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 7.7 KiB |
|
Before Width: | Height: | Size: 8.0 KiB |
|
Before Width: | Height: | Size: 586 KiB |
|
Before Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 990 B |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |