-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
64 lines (63 loc) · 770 Bytes
/
style.css
File metadata and controls
64 lines (63 loc) · 770 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
video{
height: 100%;
}
img{
height: 100%;
}
#time{
color: #fff;
font-size: 18px;
font-style: oblique;
font-family: serif;
}
input{
width: 100%;
}
.flex-center{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
.container{
height: 540px;
width: 960px;
}
.control{
border-top: rgb(0, 102, 255);
width: 100%;
height: 20px;
visibility: hidden;
}
.check{
border: 1px solid red;
}
.pause{
width: 50px;
height: 100%;
}
.progress{
height: 100%;
width: 670px;
}
.wrap{
height: 100%;
width: auto;
}
.time{
width: 100px;
height: 100%;
}
.volume{
width: 30px;
height: 100%;
}
.volume-up-dn{
width: 80px;
height: 100%;
}
.fullscreen{
width: 30px;
height: 100%;
}