• 上传时间:2012-08-11
  • 类型:动画片
  • 风格:流行
  • 104位网友喜欢
  • 原唱:-
  • 作词:声动传媒
  • 作曲:声动传媒
  • 表演者:-

歌词

懵懂中你的嘱咐
是我用心拼搏的序幕
脑海里你的声音
带我离开想象的迷途
有时候我们会犯糊涂
但总有心的方向引路
再进一步
决定不说退出
再进一步
决定不说认输

什么是最快速度
不自觉冲破历史记录
什么是夜谈天书
立志飞驰在崭新疆土
这世界一切艰难险阻
要为年轻的理想让路
再进一步
画出完美轨迹
再进一步
画出梦中蓝图
        
还没有人留言,就等你了
您好,发言请登录,或者注册一个声动账号
用户名

您还可以提交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();