index.css
1.96 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
.room-bg {
width: 100vw;
height: 143.33vw;
background: url(../images/room-bg.png) no-repeat;
background-size: 100% 100%;
position: relative;
}
.room-top-name {
font-size: 14vw;
font-weight: 700;
color: #FCF7FE;
text-align: center;
text-shadow: 0.5vw 1vw 0.5vw #B87EDA;
padding-top: 6vw;
}
.room-comm {
width: 99vw;
height: 17.6vw;
line-height: 16vw;
background: url(../images/room-comm.png) no-repeat;
background-size: 100% 100%;
position: relative;
margin: 0 auto;
margin-top: 13vw;
text-align: center;
font-size: 9vw;
font-weight: 700;
color: #FCF7FE;
text-shadow: 0.5vw 1vw 0.5vw #B87EDA;
}
.room-face-box {
text-align: center;
margin-top: 12vw;
}
.room-face-box > img {
width: 4.2rem;
height: 4.2rem;
border-radius: 50%;
}
.room-user-name {
color: #FCF7FE;
font-size: 9vw;
text-align: center;
padding-top: 6vw;
}
.room-ok {
width: 97.6vw;
height: 26.19vw;
background: url(../images/room-btn.png) no-repeat;
background-size: 100% 100%;
margin: 0 auto;
text-align: center;
font-size: 8vw;
font-weight: 700;
color: #fff;
line-height: 26.19vw;
text-shadow: 0.5vw 1vw 0.5vw #B87EDA;
margin-top: 1vw;
}
.room-bg-start {
display: none;
}
.room-bg-over {
width: 100vw;
height: 143.33vw;
background: url(../images/room-bg.png) no-repeat;
background-size: 100% 100%;
position: relative;
}
.room-over-text {
text-align: center;
font-size: 14vw;
font-weight: 700;
color: #FCF7FE;
text-shadow: 0.5vw 1vw 0.5vw #B87EDA;
padding-top: 6vw;
}
.room-over-ul {
margin-top: 2.5vw;
height: 114.4vw;
overflow: hidden;
}
.room-over-ul li {
transition: 0.35s all;
position: relative;
top: 0;
margin: 0 auto;
width: 94.7vw;
height: 24.7vw;
background: url(../images/room-list.png) no-repeat;
background-size: 100% 100%;
margin-bottom: 4vw;
line-height: 24vw;
font-size: 8.5vw;
color: #fff;
text-indent: 8vw;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}