#my_play{
display: block;
width: 25px;
float: left;
}
#music_play {
width: 260px;
float: right;
height: 29px;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
margin: 29px 0 0 40px;
}
.my-Process {
width: 232px;
height: 29px;
border-left: 1px dashed #999;
float: right;
position: relative;
}
.my-SongName {
width: 138px;
position: absolute;
top: 3px;
font-family: cursive,microsoft Yahei;
font-size: 18px;
color: #a45ffb;
white-space: nowrap;
overflow: hidden;
}
.my-ProcessAll {
width: 232px;
position: absolute;
left: 3px;
top: 25px;
height: 3px;
cursor: pointer;
background-color: rgba(0,0,0,0.2);
}
.my-ProcessNow {
width: 0px;
position: absolute;
left: 3px;
top: 25px;
height: 3px;
cursor: pointer;
background-color: #f06d6a;
}
.my-SongTime {
position: absolute;
top: 6px;
right: 3px;
font-family: cursive,microsoft Yahei;
font-size: 14px;
color: #ee8a87;
}