|
|
@@ -2266,6 +2266,7 @@ function adjustFontSize(FontSize) {
|
|
|
$(this).find("span").css("font-size", TFontSize + "px");
|
|
|
});
|
|
|
$(".LDFTimerS").css("line-height", TFontSize + "px");
|
|
|
+ $("p").css("line-height", (TFontSize + 4) + "px");
|
|
|
}
|
|
|
// 音频进度条按下回调
|
|
|
function mobileTSFunc(ID) {
|