", {
id: "canPlayBox",
css: {
width: "300px",
height: "500px",
position: "fixed",
top: "100px",
background: "rgba(255,255,255,1)",
right: "20px",
border: "1px solid #c1c1c1",
"overflow-y": "auto"
}
});
// 添加绑定事件
playListBox.on("bind", function (e, data) {
var box = $("
", {
css: {
"border-bottom": "1px solid #c1c1c1",
"padding": "8px",
"line-height": "150%",
"border-bottom": "1px solid #c1c1c1",
"margin-bottom": "3px"
}
});
var ptitle = $("
", {
text: data.title,
title: data.title,
css: {
"font-size": "13px",
"white-space": "nowrap",
"overflow": "hidden",
"text-overflow": "ellipsis",
}
});
ptitle.appendTo(box);
var pstatus = $("
", {
text: "学习状态: " + data.status,
title: "学习状态: " + data.status,
css: {
"font-size": "12px",
"white-space": "nowrap",
"overflow": "hidden",
"text-overflow": "ellipsis",
"color": "#c1c1c1"
}
});
pstatus.appendTo(box);
var disabled = getCourses().findIndex(value => value.url == data.url) > -1;
var button = $("