-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathLibrary.css
executable file
·78 lines (65 loc) · 1002 Bytes
/
Library.css
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
.contain{
height: 82vh;
}
.lib-container{
height: 15vh;
display: block;
margin-bottom: 8rem;
padding: 1rem;
}
.bottom{
height: 14vh;
width: 90%;
position: fixed;
background-color: #23232e;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#ProgressBar{
margin-left: 30px;
width: 130vh;
}
.bottom .icon img{
width: 2rem;
margin-top: 7px;
cursor: pointer;
}
.songitem{
display: inline-block;
flex-direction: column;
height: 100px;
width: 150px;
padding-right: 40px;
}
.songlist{
margin: 0px;
padding: 0px;
display: flex;
flex-direction: row;
}
.songitem img{
width: 150px;
}
.songlistplay i img{
width: 1rem;
}
.songinfo{
position: absolute;
left: 16vw;
}
.songinfo img{
opacity: 0;
transition: 1s ease-in;
}
i{
cursor: pointer;
}
input{
cursor: pointer;
}
.head{
font-size:40px;
}