forked from nsjcy/frontEnd/nsjcy

liyj
2020-02-03 7a4d973140ee0168f509098b52745c8a7947ca74
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
.t1u3d.videoview {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
 
 
.t1u3d .pusher-box,
.t1u3d .player-caster-box {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: calc(100vw * 9/16);
  text-align: center;
  vertical-align: top;
  margin-bottom: 1vw;
}
 
.t1u3d .player-caster-box .player-caster-item {
  width: 100%;
  height: 100%;
}
 
 
.t1u3d live-pusher {
  width: 100%;
  height: 100%;
}
 
.t1u3d .player-box {
  display: flex;
  justify-content: space-between;
}
 
.t1u3d .player-box .player-item,
.t1u3d .player-box .pusher-item {
  position: relative;
  overflow: hidden;
  flex: 1;
  height: calc(100vw/3 - 2vw/3);
  text-align: center;
  vertical-align: top;
}
 
.t1u3d .player-box .player-item:nth-of-type(2) {
  margin: 0 1vw;
}
 
.t1u3d .poster {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.55;
}
 
.t1u3d .set {
  position: absolute;
  width: 32px;
  height: 56px;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -16px;
}
 
.t1u3d live-player {
  width: 100%;
  height: 100%;
}
 
.t1u3d .character {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  color: #999;
  width: 100%;
  height: 10vw;
  line-height: 10vw;
  text-align: left;
}
 
.t1u3d .loading {
  position: absolute;
  width: 100%;
  height: 100%;
}
 
.t1u3d .loading cover-image {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
}
 
.t1u3d .player-sound {
  position: absolute;
  width: 8vw;
  height: 8vw;
  right: 0;
  bottom: 0;
}
 
.t1u3d .player-camera {
  position: absolute;
  width: 8vw;
  height: 8vw;
  right: 0;
  bottom: 12vw;
}
 
.t1u3d .dis-camera-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
}
 
.t1u3d .dis-camera-bg cover-image{
  position: absolute;
  width: 50%;
  height: calc(var(--width));
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}