|
|
@@ -173,7 +173,6 @@ table tr td:last-child{
|
|
|
/*#region音频插件*/
|
|
|
.ListenDiv{
|
|
|
height:48px;
|
|
|
- background-color:rgba(10,169,251,1);
|
|
|
margin-top: 15px;
|
|
|
margin-bottom: 5px;
|
|
|
border-radius:5px;
|
|
|
@@ -203,10 +202,12 @@ table tr td:last-child{
|
|
|
border-bottom:2px solid #fff;
|
|
|
}
|
|
|
.ListenDiv .LDivFooter{
|
|
|
- width:calc(100% - 20px);
|
|
|
+ width:calc(100%);
|
|
|
height:47px;
|
|
|
margin:0 auto;
|
|
|
overflow:hidden;
|
|
|
+ background-color:rgba(10,169,251,1);
|
|
|
+ border-radius: 24px;
|
|
|
}
|
|
|
.LDivFooter .LDFPlayS {
|
|
|
width:32px;
|
|
|
@@ -216,6 +217,7 @@ table tr td:last-child{
|
|
|
background-repeat:no-repeat;
|
|
|
margin-top: 8px;
|
|
|
background-size: 100%;
|
|
|
+ margin-left: 24px;
|
|
|
}
|
|
|
.LDFPlayS[data-playstatus='1'] {
|
|
|
background-image: url('../Images/Listen/暂停1@2x.png');
|
|
|
@@ -239,7 +241,7 @@ table tr td:last-child{
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
.LDivFooter .LDFProcS {
|
|
|
- width:calc(100% - 180px);
|
|
|
+ width:calc(100% - 228px);
|
|
|
height:2px;
|
|
|
float:left;
|
|
|
background-color:rgba(6,142,216,1);
|
|
|
@@ -265,6 +267,7 @@ table tr td:last-child{
|
|
|
margin-top:14px;
|
|
|
text-align: right;
|
|
|
overflow:hidden;
|
|
|
+ margin-right: 24px;
|
|
|
}
|
|
|
.LDFTimerS span{
|
|
|
color:rgba(255,255,255,0.6);
|