|
|
@@ -2296,7 +2296,7 @@ function adjustFontSize(FontSize) {
|
|
|
$(this).find("span").css("font-size", TFontSize + "px");
|
|
|
});
|
|
|
$(".LDFTimerS").css("line-height", TFontSize + "px");
|
|
|
- console.log("11111111111111111")
|
|
|
+ console.log("11111111111111111");
|
|
|
$(document.body).append('<div style="width:100px;height:100px;position:fixed;top:100px;left:10px;background-color:red;"></div>');
|
|
|
}
|
|
|
// 音频进度条按下回调
|