index.css
3.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
.box-right {
width: 66vw;
float: right;
position: relative;
}
.box-right-left {
width: 33vw;
}
.room-bg1 {
width: 33vw;
height: 7.605vw;
background: url(../images/room-bg1.png) no-repeat;
background-size: 100% 100%;
position: relative;
display: none;
float: left;
}
.bg-en .r1 {
background: url(../images/r1-en.png) no-repeat !important;
background-size: 100% 100% !important;
}
.room-bg2 {
width: 33vw;
height: 7.605vw;
background: url(../images/room-bg2.png) no-repeat;
background-size: 100% 100%;
position: relative;
display: none;
float: left;
}
.room-bg2 .room-bg-top {
text-shadow: 0.2vw 0.2vw 0.2vw #803df3, 0.2vw 0 0.2vw #803df3, 0 0.2vw 0.2vw #803df3;
}
.room-bg2 .room-targe {
-webkit-text-stroke: none;
text-shadow: 0.2vw 0.2vw 0.2vw #803df3, 0.2vw 0 0.2vw #803df3, 0 0.2vw 0.2vw #803df3;
}
.room-bg2 .room-num {
-webkit-text-stroke: 0;
text-shadow: 0.2vw 0.2vw 0.2vw #803df3, 0.2vw 0 0.2vw #803df3, 0 0.2vw 0.2vw #803df3;
}
.room-bg2 .room-bar > div {
background: #A775FA;
}
.room-bg2 .room-bar > span {
font-size: 2.5vw;
text-shadow: 0.2vw 0.2vw 0.2vw #803df3, 0.2vw 0 0.2vw #803df3, 0 0.2vw 0.2vw #803df3;
color: #fff;
position: absolute;
left: 50%;
margin-left: -2.2vw;
top: -0.95vw;
}
.room-bg3 {
width: 33vw;
height: 7.605vw;
background: url(../images/room-bg3.png) no-repeat;
background-size: 100% 100%;
position: relative;
display: none;
float: left;
}
.room-bg3 .room-bg-top {
text-shadow: 0.2vw 0.2vw 0.2vw #00f4f8, 0.2vw 0 0.2vw #00f4f8, 0 0.2vw 0.2vw #00f4f8;
}
.room-bg3 .room-targe {
text-shadow: 0.2vw 0.2vw 0.2vw #00f4f8, 0.2vw 0 0.2vw #00f4f8, 0 0.2vw 0.2vw #00f4f8;
}
.room-bg3 .room-num {
text-shadow: 0.2vw 0.2vw 0.2vw #00f4f8, 0.2vw 0 0.2vw #00f4f8, 0 0.2vw 0.2vw #00f4f8;
}
.room-bg3 .room-bar > div {
background: #00d6c4;
}
.room-bg3 .room-bar > span {
font-size: 2.5vw;
text-shadow: 0.2vw 0.2vw 0.2vw #00f4f8, 0.2vw 0 0.2vw #00f4f8, 0 0.2vw 0.2vw #00f4f8;
color: #fff;
position: absolute;
left: 50%;
margin-left: -2.2vw;
top: -0.95vw;
}
.room-bg-top {
font-size: 2.64vw;
color: #fff;
font-weight: 700;
position: absolute;
top: 1.98vw;
left: 2.64vw;
text-shadow: 0.2vw 0.2vw 0.2vw #f7237f, 0.2vw 0 0.2vw #f7237f, 0 0.2vw 0.2vw #f7237f;
}
.room-targe {
font-size: 4vw;
color: #fff;
font-weight: 700;
text-shadow: 0.2vw 0.2vw 0.2vw #f7237f, 0.2vw 0 0.2vw #f7237f, 0 0.2vw 0.2vw #f7237f;
position: absolute;
top: 12vw;
right: 6vw;
}
.room-num {
font-size: 2.31vw;
color: #fff;
font-weight: 700;
text-shadow: 0.2vw 0.2vw 0.2vw #f7237f, 0.2vw 0 0.2vw #f7237f, 0 0.2vw 0.2vw #f7237f;
position: absolute;
top: 2.178vw;
right: 1.65vw;
}
.room-bar-box {
position: absolute;
width: 14.52vw;
height: 1.65vw;
background: rgba(255, 255, 255, 0.4);
border-radius: 10vw;
left: 9.9vw;
top: 2.904vw;
}
.room-bar {
width: 14.52vw;
height: 1.65vw;
position: absolute;
left: 0.198vw;
top: 0.198vw;
border-radius: 10vw;
}
.room-bar > div {
height: 1.254vw;
width: 0%;
background: #FC3F91;
border-radius: 10vw;
}
.room-bar > span {
font-size: 2.5vw;
text-shadow: 0.2vw 0.2vw 0.2vw #f7237f, 0.2vw 0 0.2vw #f7237f, 0 0.2vw 0.2vw #f7237f;
color: #fff;
position: absolute;
left: 50%;
margin-left: -2.2vw;
top: -0.95vw;
}
.act-room-bg {
width: 10rem;
height: 5.577rem;
background: url(../images/act-room-bg.png) no-repeat;
background-size: 100% 100%;
transform: scale(0.33);
position: absolute;
top: -19vw;
left: 33.2vw;
}
.act-room-bg .act-p1 {
text-indent: 1.2rem;
font-size: 0.8rem;
color: #fff;
padding-top: 1rem;
}
.act-room-bg .act-p1 span {
color: #FFF337;
}
.act-room-bg .act-p2 {
text-indent: 1.2rem;
font-size: 0.8rem;
color: #fff;
padding-top: 0.3rem;
}
.act-room-bg .act-p2 span {
color: #FFF337;
}