-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path5.css
116 lines (88 loc) · 1.95 KB
/
5.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
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
@import "reset.css";
@import "common.css";
/* 音乐播放器开始 */
/* *{
margin: 0;
padding: 0;
text-decoration: none;
list-style: none;
overflow-x:hidden;
} */
.cm .name {
font-size: 20px;
color: rgb(43, 86, 226);
font-weight: bold;
}
.cm .nul {
padding: 10px;
background-color: rgb(226, 226, 226);
}
body .cm {
position: realitive;
float: left;
/* right: 30px;
bottom: 30px; */
margin-left: 40px;
margin-top: 60px;
z-index: 99;
}
#cmaudio {
/* position: relative; */
/* height: 250px; */
width: 400px;
background-color: #009dff;
border: 3px solid rgb(0, 153, 255);
/* border-radius: 10%; */
/* background-image: url(demo.jpg); */
/* background-size: cover;
margin-top: 50px;
margin-left:50px; */
}
.play {
color: rgb(255, 255, 255);
background-color: #4db8ff;
margin: 0 6px;
}
#cmaudio .audioo {
background: rgb(245, 245, 245);
background-size: cover;
border-radius: none;
}
#cmaudio .listt {
overflow-y: auto;
max-height: 500px;
overflow-x: hidden;
}
#cmaudio .mlist {
margin: 10px;
background-color: rgb(255, 255, 255);
height: auto;
border-radius: 5px;
}
#cmaudio ul li {
padding-top: 10px;
padding-bottom: 10px;
line-height: 30px;
text-align: center;
cursor: pointer;
border-radius: 4px;
}
#cmaudio ul li:hover {
/* line-height:45px; */
text-align: center;
cursor: pointer;
margin: 0 5px;
background-color: #aad7ff;
border-radius: 10px;
}
/* 音乐播放器结束 */
.commentcm {
/* background-color: rgb(209, 229, 255); */
width:410px;
position: relative;
top: 60px;
right: 53.5px;
/* left: 53.5px; */
margin-left: 90px;
float: left;
}