Przeglądaj źródła

更新计算样式

namejr 4 lat temu
rodzic
commit
825d032207

+ 2 - 2
EBook.Web/Common/tasklib_book.css

@@ -196,7 +196,7 @@ table tr td:last-child{
     overflow: hidden;
 }
 .LDivTop .LDivTItem{
-    width:66px;
+    width:85px;
     height:29px;
     float:left;
     color:rgba(10,169,251,0.6);
@@ -222,7 +222,7 @@ table tr td:last-child{
     background-image: url('../Images/select2x.png');
     background-repeat:no-repeat;
     position:relative;
-    left:43px;
+    left:48px;
     top:-55px
 }
 .ListenDiv .LDivFooter{

+ 1 - 1
EBook.Web/Common/tasklib_book.js

@@ -474,7 +474,7 @@ var cLSourceFunc = function (iIndex, oIndex) {
     $(jQIStr).attr("data-selected", 0);
     $(jQIOStr).attr("data-selected", 1);
     jQIStr = ".SImg_" + iIndex;
-    var LeftPx = 43 + oIndex * 119;
+    var LeftPx = 48 + oIndex * 138;
     $(jQIStr).css("left", LeftPx + "px");
 }
 // 暂停播放处理