-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.css
More file actions
87 lines (78 loc) · 1.23 KB
/
Copy pathdemo.css
File metadata and controls
87 lines (78 loc) · 1.23 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
body {
overflow: hidden;
}
header {
height: 98px;
line-height: 98px;
font-size: 50px;
margin-left: 22px;
font-family: Arial, Verdana, sans-serif
}
.img-block {
height: 300px;
margin: 10px;
}
img {
position: fixed;
left: 450px;
top: 250px;
height: 200px;
width: auto;
margin-top: 50px;
}
section {
background-color: rgb(233, 243, 246);
height: 722px;
width: 1690px;
display: flex;
align-items: center;
}
.lyric {
position: absolute;
left: 700px;
height: 500px;
width: 620px;
border-style: solid;
border-radius: 10px;
margin: 80px;
padding: 10px;
font-family: Arial, Verdana, sans-serif;
font-size: 25px;
line-height: 40px;
overflow-y: scroll;
}
.lab-mp3 {
position: absolute;
left: 340px;
top: 532px;
}
.song {
position: absolute;
left: 450px;
top: 530px;
}
.lab-ali {
position: absolute;
left: 340px;
top: 582px;
}
.textfile {
position: absolute;
left: 450px;
top: 580px;
}
.lab-org {
position: absolute;
left: 340px;
top: 557px;
}
.orglyric {
position: absolute;
left: 450px;
top: 555px;
}
audio {
position: absolute;
left: 430px;
top: 605px;
}