⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.js

📁 天空音乐程序 V5.0 商业版程序安装说明: (申明:请尊重天空音乐程序作者的劳动成果
💻 JS
字号:
var showLeft=250;
var curShow;
var tPopWait;

function showsubmenut(sid,sid1,alpha)
{
	var whichEl =document.getElementById( sid);
	var whichEl1 =document.getElementById( sid1);

	document.getElementById("sid5").style.display="";
	document.getElementById("PlayList").style.display="";
	showLeft = showLeft -50;
	whichEl1.style.left=showLeft+"px";
	whichEl.style.left=(705-showLeft)+"px";
	document.getElementById("openlist").style.display="none";
	document.getElementById("closelist").style.display="";
	
	
	document.getElementById("alpha").className="songmenubox";
	if (showLeft < 250 ) 
		clearTimeout(curShow); 
	else
		curShow=setTimeout("showsubmenut('"+sid+"','"+sid1+"')",tPopWait);
	
}

function showsubmenut1(sid,sid1)
{
	var whichEl =document.getElementById( sid);
	var whichEl1 =document.getElementById( sid1);
	showLeft = showLeft +50;
	whichEl1.style.left=showLeft+"px";
	
	whichEl.style.left=(655-showLeft)+"px";
	
	if (showLeft > 250 ) 
	{
		clearTimeout(curShow); 
		document.getElementById("PlayList").style.display="none";
		document.getElementById("sid5").style.display="none";
		document.getElementById("openlist").style.display="";
		document.getElementById("closelist").style.display="none";
		document.getElementById("alpha").className="songmenuboxini";

		//whichEl.style.left="350px;"
	}
	else
		curShow=setTimeout("showsubmenut1('"+sid+"','"+sid1+"')",tPopWait);
}

function SwitchCDt(ClassID,number,lirliver)
{
for(i=0;i<number;i++)
{
eval(lirliver + i + "CD").style.display="none";
eval(lirliver + i + "cd").className="BlkBlackTabOff";
}
eval(lirliver + ClassID + "cd").className="highlight";
eval(lirliver + ClassID + "CD").style.display="";
currClass=ClassID;
currPage = 1;
}

function showsubmenu(sid,sid1)
{
	tPopWait=10;//停留tWait豪秒后显示提示。
	curShow=setTimeout("showsubmenut('"+sid+"','"+sid1+"')",tPopWait);
}

function showsubmenu1(sid,sid1)
{
	tPopWait=10;//停留tWait豪秒后显示提示。
	curShow=setTimeout("showsubmenut1('"+sid+"','"+sid1+"')",tPopWait);
}

function clearTimeouttb()
{
	clearTimeout(curShow); 
}


/*滑动高亮显示*/
var oClassName;
function doS(oHizi)
{
	oClassName=oHizi.className;
	oHizi.className="lihoverbg";
}
function doH(oHizi)
{
	oHizi.className=oClassName;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -