index.less
1004 Bytes
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
.r1{
width: 100vw;
height: 46.629vw;
background: url(../images/r1.png)no-repeat;
background-size: 100% 100%;
position: relative;
overflow: hidden;
}
.bg-en{
.r1{
background: url(../images/r1-en.png)no-repeat !important;
background-size: 100% 100% !important;
}
.r2{
background: url(../images/r2-en.png)no-repeat !important;
background-size: 100% 100% !important;
}
}
.r2{
width: 100vw;
height: 46.629vw;
background: url(../images/r2.png)no-repeat;
background-size: 100% 100%;
position: relative;
overflow: hidden;
p{
font-size: 0;
}
}
i{
font-style: normal;
}
.room-bg-p1{
font-size: 8vw;
color: #fff;
font-weight: 700;
text-shadow: 0.2vw 0.2vw 0.2vw #244FDB,0.2vw 0 0.2vw #244FDB,0 0.2vw 0.2vw #244FDB;
text-indent: 8vw;
margin-top: 15vw;
}
.room-bg-p2{
font-size: 8vw;
color: #fff;
font-weight: 700;
text-shadow: 0.2vw 0.2vw 0.2vw #244FDB,0.2vw 0 0.2vw #244FDB,0 0.2vw 0.2vw #244FDB;
text-indent: 8vw;
margin-top: 1vw;
}