| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198 | .U_MD_UI_music_musicBox{    width: 400px !important;    height: 150px !important;    background: #cc5b5b !important;    position: absolute;    left: 0px;    top: 0px;    box-shadow: 0 0 10px 3px #dcdcdc !important;    color: #fff;    font-size: 20px;    font-family: "微软雅黑";}.U_MD_UI_music_leftCont{    width: 115px;    height: 100%;    position: relative;    vertical-align: top;    float: left;}.U_MD_UI_music_rightCont{    height: 100%;    width: calc(100% - 115px);    position: relative;    float: right;}.U_MD_UI_music_CoverBox{    width: 65px;    height: 65px;    border-radius: 100%;    margin-left: 25px;    margin-top: 38px;    overflow: hidden;}.U_MD_UI_music_CoverBox img{    width: 100%;}.U_MD_UI_music_Name{    position: absolute;    top: 44px;    width: 260px;    height: 30px;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;}.U_MD_UI_music_leftBtn{    position: absolute;    left: 5px;    background: url(/img/Controls/Audio/pc/上一首.png);    width: 17px;    height: 21px;    bottom: 24px;    cursor: pointer;}.U_MD_UI_music_pauseBtn{    position: absolute;    background: url(/img/Controls/Audio/pc/暂停.png);    width: 17px;    height: 29px;    left: 58px;    bottom: 19px;    cursor: pointer;}.U_MD_UI_music_rightBtn{    position: absolute;    background: url(/img/Controls/Audio/pc/下一首.png);    width: 17px;    height: 21px;    left: 113px;    bottom: 24px;    cursor: pointer;}.U_MD_UI_music_progressBox{    width: 100%;    position: absolute;    bottom: 0px;    left: 0px;    background: #fff;    height: 5px;    border-radius: 1px;}.U_MD_UI_music_progressBar{    height: 100%;    width: 0;    background: #a75959;    position: relative;}.U_MD_UI_music_playBtn{    background: url(/img/Controls/Audio/pc/播放.png);    width: 30px;    height: 33px;    left: 55px;}.U_MD_UI_music_soundOpen{    background: url(/img/Controls/Audio/pc/音量-.png);    width: 22px;    height: 18px;    position: absolute;    right: 105px;    bottom: 25px;    cursor: pointer;}.U_MD_UI_music_soundClose{    background: url(/img/Controls/Audio/pc/静音.png);    width: 20px;    height: 16px;}.U_MD_UI_music_soundBox{    position: absolute;    right: 32px;    bottom: 31px;    width: 62px;    height: 6px;    background: #e8b4b4;    border-radius: 2px;}.U_MD_UI_music_soundBar{    width: 0;    background: #f4dbdb;    height: 100%;    position: relative;}.U_MD_UI_music_listBtn{    position: absolute;    background: url(/img/Controls/Audio/pc/列表.png);    width: 21px;    height: 14px;    right: 66px;    top: 14px;    cursor: pointer;}.U_MD_UI_music_shrinkBtn{    position: absolute;    background-image: url(/img/min.png);    background-size: 100%;    width: 21px;    height: 21px;    right: 37px;    top: 11px;    cursor: pointer;}.U_MD_UI_music_closeBtn{    background: url(/img/Controls/Audio/pc/关闭.png);    width: 13px;    height: 13px;    position: absolute;    right: 14px;    top: 15px;    cursor: pointer;}.U_MD_UI_music_progressBall{    width: 12px;    height: 12px;    border-radius: 12px;    background: #a75959;    left: 0%;    margin-left: -1%;    position: absolute;    top: -3px;    cursor: pointer;}.U_MD_UI_music_soundBall{    width: 11px;    height: 11px;    border-radius: 11px;    background: #fff;    position: absolute;    top: -3px;    cursor: pointer;    left: 0;    margin-left: -4%;}.U_MD_UI_music_hidden{    top: -9999px !important;    left: -9999px !important;}
 |