• 上传时间:2012-08-11
  • 类型:游戏
  • 风格:民谣
  • 100位网友喜欢
  • 作曲:声动传媒
  • 编曲:声动传媒
还没有人留言,就等你了
您好,发言请登录,或者注册一个声动账号
用户名

您还可以提交300个字

热门专辑

更多>>
  • 今天你要嫁给我
  • 兄弟姐妹
  • 一人游
  • 远情
  • 月光爱人
  • 爱是我的翅膀
  • 话说汽车
  • 得乐康
  • 赛琪运动
  • PAPA BEE
  • 机械人舞蹈
  • 《猜不透》

论坛热帖

更多>>

最新注册

更多>>
帮助中心
热门问题
账户注册
更多
网站地图
个人专辑
专业配乐
更多...
法律声明
注册条款
声动商标
法律声明
合作网站
安徽卫视
关 于
关于我们
关注我们
新浪微博
腾讯微博

© 2005 - 2013 声动传媒版权所有 皖ICP备07500763号-1 安徽合肥港澳广场B座11层

$(function(){ var lrcheight = $(".lrc_content").find("pre").height(); if(lrcheight<271){ $("#lrctoggle").css('display','none'); } $("#lrctoggle").click( function(){ if($(this).attr("class")=="slidedown"){ $(this).attr("class","slideup").html("收起歌词"); $(".lrc_content").animate({"height":lrcheight+"px"},lrcheight/2); }else{ $(this).attr("class","slidedown").html("展开歌词"); if(lrcheight<266){ $(".lrc_content").animate({"height":lrcheight+"px"},lrcheight/2); }else{ $(".lrc_content").animate({"height":"266px"},lrcheight/2); } } } ); if(lrcheight<266){ $(".lrc_content").css("height",lrcheight); } }); function calword(){ var content = $("#content").val(); if(content.length<300){ $(".txtcount").find("b").html(300-content.length); }else{ $("#content").val(content.substr(0,300)); $(".txtcount").css({visibility:"visible"}).find("b").html(0); } } function windowlogin(){ $.post("/music-windowlogin","",function(result){ creatediv(); $("#floatdiv").html(result.data); middiv(650,390); },"json"); } document.getElementById("bdshell_js").src = "http://bdimg.share.baidu.com/static/js/shell_v2.js?cdnversion=" + new Date().getHours();