love-music 发表于 4 天前

[谭咏麟《一点光 Shine A Light》][FLAC/分轨/264M][城通]

<!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.**();               
                         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.** = 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/2023/b6378d69ae260140e9604513d224d3b2.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>
                                 谭咏麟《一点光 Shine A Light》
                                 <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>
                                      专辑名称:一点光 Shine A Light<BR>&emsp;    专辑歌手:谭咏麟<BR>&emsp;    唱片公司:环球唱片<BR>&emsp;    发行时间:2012年<BR>&emsp;    资源品质:无损<BR>&emsp;    资源格式:flac<BR>&emsp;

<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>
                                      谭咏麟自2008年与中乐和管弦乐团合作并重新演绎《爱的根源》后,2012年联同广州交响乐团打造全新作品《一点光 Shine A Light》,唱出正能量,盼一点光燃亮人心和希望,由向雪怀作曲,在张敬轩广州录音室录制。此曲本是以Band Sound音乐元素出发,与弦乐的结合后缔造出中西交流的火花。<BR>&emsp;<BR>&emsp;    2012年3月的这张新专辑《一点光》,光看唱片的这一串credits:向雪怀、刘志远(原浮世绘、Beyond会员)、Gary Tong(唐奕聪,原太极乐队成员)、潘源良、John Laudon(刘诺生)、彭健新、周礼茂和林敏聪等等,实在让人有在翻看一张八十年代宝丽金唱片内页的错觉。再多看一眼,中生代的C.Y.Kong、方树梁和小克以及新生代的谭建文(Mr.的吉他手)、简佳明、陈咏谦和王宗尧等等也都历历在目,由此基本上也已经猜到谭校长此次的用意,应该是将八十年代粤语流行曲的辉煌注入新世代音乐中,期望能以这种“正能量”来重振乐坛信心。这一切,今天或许也只有谭校长来做了,毕竟他在黄金**十年代拥有无上的地位,而在新十年里,又陪着年轻人们玩了那么久,在新旧融合这件事上,没有人比谭咏麟更有资格,也没有人的音乐比他有说服力。<BR>&emsp;<BR>&emsp;    带着这种揣度来听这张专辑,其音乐的表达无疑是令人信服的。唱片开头一连四首歌《一点光》、《情思中独困》、《Forever Young》和《情海方舟》已经把听众推回到粤语流行曲的经典氛围中,有点“不知今夕何夕”的感觉。但所谓“今夕何夕”,并不是单纯地复刻八十年代,在这一层复古中,校长的这些歌又不停地、恰到好处地泄露着谭咏麟这些年的改变。好比《情思中独困》以弦乐牵引和烘托的摇滚风格不自觉地又来了一次和Mr.合作的“Rolling Power”,《Forever Young》中假音的运用缔造了一个全新听觉的谭咏麟,尤其考虑到他已经62岁的年纪,实在令人叹为观止。唱片后半部分玩性渐浓,《旧生会派对》和《玩不起》两首high歌,几乎可以看做八十年代的达明和太极、九十年代的Black Box以及新世代的Mr. 这三代香港Band潮的代表乐队齐齐上了2012年的校长的身,兼之校长本人就是香港第一代Band潮代表人物出身,四十年香港流行乐史都已浓缩在短短几首作品中,而听者在欣赏和跟着律动之余,也不由地会打起精神,不断在心里暗示自己:华语音乐传统血脉从未断,因此也不会死。<BR>&emsp;

<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 一点光(Shine A Light)<BR>&emsp;    02 情思中独困<BR>&emsp;    03 Forever Young<BR>&emsp;    04 情海方舟<BR>&emsp;    05 旧生会派对<BR>&emsp;    06 理直气柔(谭咏麟+彭健新+王宗尧)<BR>&emsp;    07 蚕丝<BR>&emsp;    08 爱未等于拥有<BR>&emsp;    09 玩不起<BR>&emsp;    10 何谓爱<BR>&emsp;

<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="#">
         <img src=https://image.uc.cn/o/wemedia/s/upload/2025/bba5fb294404f5acc06fde26581c2285.jpg;,4,jpegx;3,700x.jpg style="max-width:400px">
</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://v.qq.com/txp/iframe/player.html?vid=f3088szftpj ' 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-1501465859-d835d2?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>

hxseignior 发表于 3 天前

感谢分享
页: [1]
查看完整版本: [谭咏麟《一点光 Shine A Light》][FLAC/分轨/264M][城通]