Browse Source

修改播放器

namejr 4 năm trước cách đây
mục cha
commit
7c4a8618c0
1 tập tin đã thay đổi với 4 bổ sung5 xóa
  1. 4 5
      EBook.Web/Common/tasklib_book.css

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

@@ -234,14 +234,13 @@ table tr td:last-child{
     border-radius: 24px;
 }
 .LDivFooter .LDFPlayS {
-    width: 30px;
-    height: 47px;
+    width:47px;
+    height:47px;
     float: left;
     background-image: url('../Images/Listen/播放2@2x.png');
     background-repeat: no-repeat;
-    background-position-y: 4px;
-    background-position-x: -7px;
-    margin-left: 20px;
+    background-size: 100%;
+    margin-left: 10px;
 }
 .LDFPlayS[data-playstatus='1'] {
     background-image: url('../Images/Listen/暂停2@2x.png');