[崔健《崔健——一无所有》][FLAC/分轨/272M][城通]
本帖最后由 love-music 于 2024-10-22 09:29 编辑 <br /><br /><!DOCTYPE html><head>
<meta charset="GBK">
</head>
<html>
<body>
<span class="js-cursor-container"></span>
<script>
(function fairyDustCursor() {
var possibleColors =["#D61C59","#E7D84B","#1B8798"]
var width = window.innerWidth;
var height = window.innerHeight;
var cursor = { x: width / 2, y: width / 2 };
var particles = [];
function init() {
bindEvents();
loop();
}
function bindEvents() {
document.addEventListener('mousemove', onMouseMove);
window.addEventListener('resize', onWindowResize);
}
function onWindowResize(e) {
width = window.innerWidth;
height = window.innerHeight;
}
function onMouseMove(e) {
cursor.x = e.clientX;
cursor.y = e.clientY;
addParticle(cursor.x, cursor.y, possibleColors);
}
function addParticle(x, y, color) {
var particle = new Particle();
particle.init(x, y, color);
particles.push(particle);
}
function updateParticles() {
for (var i = 0; i < particles.length; i++) {
particles.update();
}
for (var i = particles.length - 1; i >= 0; i--) {
if (particles.lifeSpan < 0) {
particles.die();
particles.splice(i, 1);
}
}
}
function loop() {
requestAnimationFrame(loop);
updateParticles();
}
function Particle() {
this.character = "*";
this.lifeSpan = 120;
this.initialStyles = {
"position": "fixed",
"display": "inline-block",
"top": "0px",
"left": "0px",
"pointerEvents": "none",
"touch-action": "none",
"z-index": "10000000",
"fontSize": "25px",
"will-change": "transform"
}
this.init = function (x, y, color) {
this.velocity = {
x: (Math.random() < 0.5 ? -1 : 1) * (Math.random() / 2),
y: 1,
}
this.position = { x: x -5, y: y -10 };
this.initialStyles.color = color;
this.element = document.createElement('span');
this.element.innerHTML = this.character;
applyProperties(this.element, this.initialStyles);
this.update();
document.querySelector('.js-cursor-container').appendChild(this.element);
}
this.update = function () {
this.position.x += this.velocity.x;
this.position.y += this.velocity.y;
this.lifeSpan--;
this.element.style.transform = "translate3d(" + this.position.x + "px," + this.position.y + "px, 0) scale(" + (this.lifeSpan / 120) + ")";
}
this.die = function () {
this.element.parentNode.removeChild(this.element);
}
}
function applyProperties(target, properties) {
for (var key in properties) {
target.style = properties;
}
}
if (!('ontouchstart' in window || navigator.msMaxTouchPoints)) init();
})();
</script>
</body>
<body>
<style type="text/css">
.change:hover{
background-color:rgba(15,15,15,1);
transform:scale(1.01) translate(1%,-1%);
transition:1s ease-in-out;
}
.box{
width:table width;
height:3px;
margin:0 auto;
position:relative;
overflow:hidden;
}
.img:after{
content:"";
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
background:rgba(255,0,0);
transform:translate(-150%) skew(-45deg);
transition:1s ease-in-out;
}
.img:before{
content:"";
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
background:rgba(255,0,0);
transform:translate(150%) skew(-45deg);
transition:1s ease-in-out;
}
.change:hover .img:after{
transform:translate(-50%) skew(-45deg);
}
.change:hover .img:before{
transform:translate(50%) skew(-45deg);
}
img{
opacity: 0.5;
}
.div1 a:hover img{
opacity: 1;
transition:1s ease-in-out;
}
iframe{
opacity: 0.5;
}
.div1 a:hover iframe{
opacity: 1;
transition:1s ease-in-out;
}
.annu{opacity: 0.5;background:green;color:red}
.annu:hover{
opacity: 1;
transition:1s ease-in-out;
background:red;
color:yellow;
}
.annu:active{
background:blue;
color:#fff;
}
</style>
<div align="center">
<table width= 100% class="t_table" background="https://image.uc.cn/o/wemedia/s/upload/2024/57a28798ec4f7b262aca8d75f9ca4600.jpg;,4,jpegx;3,700x.jpg" style="background-size: 100%; background-attachment:fixed; background-repeat:repeat">
<tbody><tr><td>
<br>
<div align="center">
<table width="95%" class="t_table" style="background-color: rgba(15,15,15,0.5)">
<tbody><tr class="change"><td>
<div align="right">
<font face="黑体">
<font size="4">
<font color=#FF0000>
<br>
<script type="text/javascript">
var date = new Date();
document.write(date.getFullYear() + "年" + (date.getMonth() + 1) + "月" + date.getDate() + "日" + "星期" + "日一二三四五六".charAt(date.getDay()));
</script>
<div id="div1"></div>
<script>
function time() {
var date = new Date();
var hour = date.getHours();
var minutes = date.getMinutes();
var seconds = date.getSeconds();
var str = hour + ":" + minutes + ":" + seconds;
var div1 = document.getElementById("div1");
div1.innerHTML = str;}
setInterval(time,1000);
</script>
</font>
</font>
</font>
</font>
<div align="center">
<font face="黑体">
<font size="6">
<font color=#FFFF00>
<script>
var date = new Date();
var 月份=date.getMonth() + 1
var 日期=date.getDate()
if (月份==5){
if (日期==1){
document.write("五一国际劳动节快乐")
}
}
if (月份==5){
if (日期==4){
document.write("五四青年节")
}
}
if (月份==6){
if (日期==1){
document.write("六一儿童节快乐")
}
}
if (月份==6){
if (日期==7){
document.write("祝:辛辛学子,金榜题名!")
}
}
if (月份==6){
if (日期==8){
document.write("祝:辛辛学子,金榜题名!")
}
}
if (月份==6){
if (日期==9){
document.write("祝:辛辛学子,金榜题名!")
}
}
if (月份==7){
if (日期==1){
document.write("七一中国共产党生日")
}
}
if (月份==8){
if (日期==1){
document.write("八一建军节,祝保卫祖国的将士阖家欢乐,幸福安康!")
}
}
if (月份==10){
if (日期==1){
document.write("十一国庆节,祝伟大的祖国繁荣昌盛!人民幸福安康!!")
}
}
if (月份==1){
if (日期==1){
document.write("元旦,新年伊始,万象更新")
}
}
</script>
<div class="box">
<div class="img">
</div>
</div>
<br>
</font>
</font>
</font>
</div>
</td></tr></tbody>
</table>
</div>
<br>
<div align="center">
<table width="95%" class="t_table" style="background-color: rgba(15,15,15,0.5)">
<tbody><tr class="change"><td>
<div align="center">
<font face="黑体">
<font size="5">
<font color=#FF0000 >
<br>
崔健《崔健——一无所有》
<br>
<div class="box">
<div class="img">
</div>
</div>
<br>
</font>
</font>
</font>
</div>
</td></tr></tbody>
</table>
</div>
<br>
<div align="center">
<table width="95%" class="t_table" style="background-color: rgba(15,15,15,0.5)">
<tbody><tr class="change"><td>
<div align="left">
<font face="黑体">
<font size="4">
<font color=#FF0000>
<br>
专辑信息
<br>
<br>
</font>
</font>
</font>
</div>
<div align="left">
<font face="宋体">
<font size="3">
<font color=#FFFF00>
专辑名称:崔健——一无所有<BR>  专辑歌手:崔健<BR>  发行单位:可登有声出版社有限公司<BR>  发行时间:1989年<BR>  资源品质:无损<BR>  资源格式:flac<BR> 
<div class="box">
<div class="img">
</div>
</div>
<br>
</font>
</font>
</font>
</div>
</td></tr></tbody>
</table>
</div>
<br>
<div align="center">
<table width="95%" class="t_table" style="background-color: rgba(15,15,15,0.5)">
<tbody><tr class="change"><td>
<div align="left">
<font face="黑体">
<font size="4">
<font color=#FF0000>
<br>
专辑简介
<br>
<br>
</font>
</font>
</font>
</div>
<div align="left">
<font face="宋体">
<font size="3">
<font color=#FFFF00>
崔健出生于一个朝鲜族家庭,父亲和母亲都是文艺工作者。从十四岁起,崔健跟随父亲学习小号演奏。<BR> <BR>  1981年,他被北京歌舞团招收为小号演奏员,开始了他的音乐生涯。在北京交响乐团工作的六年当中,崔健开始歌曲的写作。他与另外六位乐手成立了“七合板”乐队。 这是中国同类乐队中较早的一支。 <BR> <BR>  1986年,崔健写出第一首摇滚.说唱歌曲《不是我不明白》。<BR> <BR>  1986年,在北京举行的为纪念86国际和平年百名歌星演唱会上,当他穿了一件颇象大清帝国时期的长褂子,身背一把破吉他,两裤脚一高一低地蹦上北京工人体育馆的舞台时,台下观众还不明白发生了什么事情。当音乐起处,崔健唱出了“我曾经问个不休.你何时跟我走……”时,台下变得静悄悄。十分钟后,歌曲结束时,在热烈的欢呼和掌声中,中国第一位摇滚歌星诞生了。 <BR> <BR>  从此,崔健开始了他的摇滚新长征。在演唱会以后的两年中,崔健不断深化摇滚音乐的创作 ,举办个人专场演唱会 ,并于 1989 年发行了他的第一盘个人专辑《新长征路上的摇滚》(这盘专辑在中国境外的名称是《一无所有》),<BR> <BR>  1991年2月,第二盘个人专辑《解决》在国内发行。<BR> <BR>  1994年8月,第三盘个人专辑《红旗下的蛋》在国内发行,同年10月,在香港和日本发行。在这个过程中,崔健逐渐形成了自己的风格,确立了他在中国摇滚音乐中奠基人的地位。 <BR> <BR>  1989年3月,崔健前往英国伦敦参加在皇家阿尔伯特厅举办的亚洲流行音乐大奖赛。同年4月,他和ADO乐队(《新长征路上的摇滚》专辑就是与这个乐队一起录制的)前往法国巴黎参加“布尔日之春”艺术节。<BR> <BR>  1988年9月中央电视台卫星传送崔健演唱《一无所有》的实况,作为1988年汉城奥运会前夜特别节目并向全球播出。<BR> <BR>  1989年2月创作并完成《新长征路上的摇滚》,同时在大陆、香港、台湾出版发行,随后在台湾荣获双白金唱片奖,在香港获白金唱片奖。<BR> <BR>  1989年3月在北京展览馆举办“新长征路上的摇滚”演唱会,轰动京城。同年《一无所有》荣获人民日报,中国国际文化交流中心举办的新时期十年金曲奖,并获得优秀歌手奖。<BR> <BR>  1989年3月,崔健前往英国伦敦参加在皇家阿尔伯特厅举办的亚洲流行音乐大奖赛.<BR> <BR>  1989年4月,率ADO乐队赴法国巴黎参加"布尔日之春"国际摇滚音乐节,举办个人专场音乐会,引起国际音乐界人士的关注。<BR> <BR>  1990年,崔健开始着手他的《新长征路上的摇滚》在中国的巡回演出。赴郑州,武汉,西安等地,演出装点了即将迎来亚运会的北京,观众很多。巡回演出中途被取消了,但崔健的出现仍点亮了中国大陆的摇滚乐坛。<BR> 
<div class="box">
<div class="img">
</div>
</div>
<br>
</font>
</font>
</font>
</div>
</td></tr></tbody>
</table>
</div>
<br>
<div align="center">
<table width="95%" class="t_table" style="background-color: rgba(15,15,15,0.5)">
<tbody><tr class="change"><td>
<div align="left">
<font face="黑体">
<font size="4">
<font color=#FF0000>
<br>
专辑曲目
<br>
<br>
</font>
</font>
</font>
</div>
<div align="left">
<font face="宋体">
<font size="3">
<font color=#FFFF00>
01 一无所有<BR>  02 假行僧<BR>  03 从头再来<BR>  04 不再掩饰<BR>  05 不是我不明白<BR>  06 花房姑娘<BR>  07 让我睡个好觉<BR>  08 出走<BR> 
<div class="box">
<div class="img">
</div>
</div>
<br>
</font>
</font>
</font>
</div>
</td></tr></tbody>
</table>
</div>
<br>
<div align="center">
<table width="95%" class="t_table" style="background-color: rgba(15,15,15,0.5)">
<tbody><tr class="change"><td>
<div align="left">
<font face="黑体">
<font size="4">
<font color=#FF0000>
<br>
专辑图片
<br>
</font>
</font>
</font>
</div>
<div align="center" >
<br>
<div class="div1"><a href="#">
</a></div>
<br>
<div class="box">
<div class="img">
</div>
</div>
<br>
</div>
</td></tr></tbody>
</table>
</div>
<br>
<div align="center">
<table width="95%" class="t_table" style="background-color: rgba(15,15,15,0.5)">
<tbody><tr class="change"><td>
<div align="left">
<font face="黑体">
<font size="4">
<font color=#FF0000>
<br>
专辑试听
<br>
</font>
</font>
</font>
<font face="宋体">
<font size="3">
<font color=#FFFF00>
<br>
花房姑娘
<br>
</font>
</font>
</font>
</div>
<div align="center">
<br>
<div class="div1"><a href="#">
<iframe height=400 width=700 src='https://player.youku.com/embed/XNjQzODg2Mzk2OA==' frameborder=0 'allowfullscreen'></iframe>
</a></div>
<br>
<div class="box">
<div class="img">
</div>
</div>
<br>
</div>
</td></tr></tbody>
</table>
</div>
<br>
<div align="center">
<table width="95%" class="t_table" style="background-color: rgba(15,15,15,0.5)">
<tbody><tr class="change"><td>
<div align="left">
<font face="黑体">
<font size="4">
<font color=#FF0000>
<br>
专辑下载
<br>
</font>
</font>
</font>
</div>
<div align="center">
<br>
<input type="submit" style="font-size:18px" onclick="window.open('https://url00.ctfile.com/f/1621100-1389048962-7ac30e?p=124347')" value="点击此按钮进入下载页面" class="annu"; style="cursor:pointer; width:200; height:50;"/>
<br>
<font color=#FFFF00>
<br>
访问密码:124347
<br>
<div class="box">
<div class="img">
</div>
</div>
<br>
</font>
</div>
</td></tr></tbody>
</table>
</div>
</td></tr></tbody>
</table>
</div>
</body>
</html>
页:
[1]