|
|
@@ -147,7 +147,7 @@ table{
|
|
|
background-color:rgba(10,169,251,1);
|
|
|
}
|
|
|
.ListenDiv .LDivTop{
|
|
|
- width:calc(100% - 38pt);
|
|
|
+ width:calc(100% - 20pt);
|
|
|
height:22pt;
|
|
|
border-bottom:1pt solid rgba(255,255,255,0.6);
|
|
|
margin:0 auto;
|
|
|
@@ -166,11 +166,9 @@ table{
|
|
|
border-bottom:2pt solid #fff;
|
|
|
}
|
|
|
.ListenDiv .LDivFooter{
|
|
|
- clear:both;
|
|
|
- width:calc(100% - 38pt);
|
|
|
- height:36pt;
|
|
|
+ width:calc(100% - 20pt);
|
|
|
+ height:19pt;
|
|
|
margin:0 auto;
|
|
|
- line-height: 36pt !important;
|
|
|
}
|
|
|
.LDivFooter .LDFPlayS {
|
|
|
width:24pt;
|
|
|
@@ -203,7 +201,7 @@ table{
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
.LDivFooter .LDFProcS {
|
|
|
- width:calc(100% - 140pt);
|
|
|
+ width:calc(100% - 135pt);
|
|
|
height:2pt;
|
|
|
float:left;
|
|
|
background-color:rgba(6,142,216,1);
|
|
|
@@ -221,6 +219,7 @@ table{
|
|
|
}
|
|
|
.LDivFooter .LDFTimerS{
|
|
|
float:right;
|
|
|
+ margin-top:14px;
|
|
|
}
|
|
|
.LDFTimerS span{
|
|
|
color:rgba(255,255,255,0.6);
|