فهرست منبع

上传样式处理

namejr 4 سال پیش
والد
کامیت
48bee27fde
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      EBook.Web/Common/tasklib_book.css

+ 4 - 1
EBook.Web/Common/tasklib_book.css

@@ -231,6 +231,7 @@ table tr td:last-child{
     margin:0 auto;
     overflow:hidden;
     background-color:rgba(10,169,251,1);
+    box-shadow: 0px 2px 3px rgba(10,169,251,0.2);
     border-radius: 24px;
 }
 .LDivFooter .LDFPlayS {
@@ -247,6 +248,7 @@ table tr td:last-child{
     background-image: url('../Images/Listen/暂停1@2x.png');
 }
 .LDivFooter .LDFPauseS {
+    display:none;  /*取消重置*/
     width:24px;
     height:24px;
     float:left;
@@ -265,7 +267,8 @@ table tr td:last-child{
     background-color: #fff;
 }
 .LDivFooter .LDFProcS {
-    width:calc(100% - 228px);
+    /*width:calc(100% - 228px); 取消重置*/
+    width:calc(100% - 194px);
     height:2px;
     float:left;
     background-color:rgba(6,142,216,1);