模擬之聲慢刻CD 張學友國語經典 友緣再聚
table{ background-color:transparent; margin-left: 0px !important; } td { background-color:transparent; } body { -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-sizing: border-box;
font-family: 'Noto Sans TC', sans-serif;
background-image: linear-gradient(239deg, rgba(71, 71, 71, 0.05) 0%, rgba(71, 71, 71, 0.05) 27%,rgba(209, 209, 209, 0.05) 27%, rgba(209, 209, 209, 0.05) 100%),linear-gradient(294deg, rgba(63, 63, 63, 0.05) 0%, rgba(63, 63, 63, 0.05) 43%,rgba(138, 138, 138, 0.05) 43%, rgba(138, 138, 138, 0.05) 100%),linear-gradient(323deg, rgba(58, 58, 58, 0.05) 0%, rgba(58, 58, 58, 0.05) 24%,rgba(100, 100, 100, 0.05) 24%, rgba(100, 100, 100, 0.05) 100%),linear-gradient(236deg, rgba(47, 47, 47, 0.05) 0%, rgba(47, 47, 47, 0.05) 45%,rgba(208, 208, 208, 0.05) 45%, rgba(208, 208, 208, 0.05) 100%),linear-gradient(90deg, rgba(209,54,202, 0.49),rgba(180,22,161, 0.47));
}
.wrapper{
width: 430px;
padding: 10px;
padding-bottom: 3px;
box-sizing: border-box;
box-shadow: 0 0 21px 0px rgba(0,0,0,0.3);
border-radius: 10px;
}
/*???? for preload play/pause svg ????*/
body:after {
position: absolute;
width: 0;
height: 0;
overflow: hidden;
z-index: -1;
content: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/163884/play.svg)
url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/163884/pause.svg);
}
/*
*style audio tag
*/
.mejs-container {
background: #000;
font-family: Helvetica, Arial;
text-align: left;
vertical-align: top;
text-indent: 0;
width: 100% !important;
height: 35px !important;
border-radius: 6px 6px 6px 6px;
}
.mejs-container .mejs-controls {
height: 100%;
background: transparent;
display: flex;
}
.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a {
display: block;
width: 180px;
height: 100%;
border-radius: 0px;
cursor: pointer;
}
.mejs-controls div.mejs-time-rail {
padding-top: initial;
height: 100%;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
margin: 0
}
.mejs-container .mejs-controls .mejs-time {
color: #fff;
display: block;
height: 27px;
width: auto;
padding: 0;
line-height: 25px;
overflow: hidden;
text-align: center;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time {
position: absolute;
color: rgba(256, 256, 256, 0.3);
right: 10px;
bottom: 0;
top: 0;
margin: auto;
font-family: 'Lato';
font-size: 32px;
pointer-events: none;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
display: none;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
position: absolute;
background: #000;
width: 46px;
height: 20px;
border: none;
top: -25px;
margin-left: -18px;
text-align: center;
color: #fff;
border-radius: 3px;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
margin: 0;
margin-top: 4px;
width: 100%;
display: block;
text-align: center;
left: 0;
}
.mejs-container .mejs-controls div {
height: 100%;
width: 50px;
position: relative;
}
.mejs-controls .mejs-button button {
margin: 0;
padding: 0;
position: relative;
height: 100%;
width: 100%;
border: 0 !important;
background: transparent;
outline: none;
}
.mejs-controls .mejs-play:after {
position: absolute;
content: "";
background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/163884/play.svg) no-repeat;
width: 17px;
height: 22px;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
transition: all 100ms linear;
pointer-events: none;
}
.mejs-controls .mejs-pause:after {
position: absolute;
content: "";
background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/163884/pause.svg) no-repeat;
width: 13px;
height: 22px;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
transition: all 100ms linear;
pointer-events: none;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
background: #292929;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
background: #3c3838;
background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
background-size: 50px 50px;
animation: move 3s linear infinite;
opacity: 0.1;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
background: linear-gradient(to right, #03A9F4, #ff00ff);
}
.mejs-controls .mejs-button button:focus {
outline: none;
}
@-webkit-keyframes move {
0% {
background-position: 0 0;
}
100% {
background-position: 50px 50px;
}
}
#postbody {width: 1024px !important; overflow: visible; padding: 0px; background: transparent !important; } .transp { filter:alpha(opacity=50); -moz-opacity:0.8; opacity:0.8; }
img {
opacity: 0.7;
filter: alpha(opacity=50); /* For IE8 and earlier */
}
#main {
margin: 20px 20px;
}
#title {
color: #eeeeee;
background: linear-gradient(90deg, #fd21fe, #ab22cc 20%, #ab22cc 80%, #fd21fe);
padding: 20px 0px 0px 0px;
text-align: center;
}
#headline {
color: #eeeeee;
background: linear-gradient(90deg, #fd21fe, #ab22cc 20%, #ab22cc 80%, #fd21fe);
padding: 0px 0px 20px 0px;
text-align: center;
}
h2 {
font-size: 1.7em;
line-height: 1.4;
margin: 0;
}
#img-div {
display: block;
text-align: center;
}
#image{
display: block;
max-width: 100%;
height: auto;
text-align: center;
margin: 36px auto auto auto;
border-style: solid;
border-width: 10px;
border-color: #fd21fe;
}
#img-caption {
font-size: 1.2em;
text-align: center;
}
#tribute-info { font-size: 1.0em;
font-family: 'Noto Sans TC', sans-serif;
padding: 30px;
background: linear-gradient(90deg, #fd21fe, #ab22cc 16%, #ab22cc 84%, #fd21fe);
}
.music { font-family: 'Noto Sans TC', sans-serif;
padding: 30px;
width: 100%;
}
.container-3d {
margin: 4% auto;
width: 300px;
height: 250px;
position: relative;
top: 70px;
perspective: 1000px;
}
#carousel {
width: 100%;
height: 100%;
position: absolute;
transform-style: preserve-3d;
animation: rotation 20s infinite linear;
}
#carousel .one {
background: url("https://www.wenxuecity.com/upload/album/d4/98/58/a437c37e9387xOt9ejOM.jpg") no-repeat center center;
background-size: cover;
}
#carousel .two {
background: url("https://www.wenxuecity.com/upload/album/d4/98/58/a437c37e9488xerj13Si.jpg") no-repeat center center;
background-size: cover;
}
#carousel .three {
background: url("https://uploads3.wikiart.org/images/vincent-van-gogh/ladies-of-arles-memories-of-the-garden-at-etten-1888.jpg") no-repeat center center;
background-size: cover;
}
#carousel .four {
background: url("https://upload.wikimedia.org/wikipedia/commons/0/0f/Van_Gogh_Portrait_Eugene_Boch.jpg") no-repeat center center;
background-size: cover;
}
#carousel .five {
background: url("https://upload.wikimedia.org/wikipedia/commons/4/42/WLA_moma_Vincent_van_Gogh_The_Olive_Trees_2.jpg") no-repeat center center;
background-size: cover;
}
#carousel .six {
background: url("https://www.wenxuecity.com/upload/album/d4/98/58/a437c37e9655hzg5E11P.png") no-repeat center center;
background-size: cover;
}
#carousel .seven {
background: url("https://upload.wikimedia.org/wikipedia/commons/9/90/Van_Gogh_Almond_blossom.jpg") no-repeat center center;
background-size: cover;
}
#carousel .eight {
background: url("https://www.wenxuecity.com/upload/album/d4/98/58/a437c37e9540TggtKFLE.jpg") no-repeat center center;
background-size: cover;
}
#carousel .nine {
background: url("https://www.wenxuecity.com/upload/album/d4/98/58/a437c37e9590O8OB6d3W.jpg") no-repeat center center;
background-size: cover;
}
#carousel:hover {
animation-play-state: paused;
}
#carousel figure {
display: block;
position: absolute;
width: 200px;
height: 150px;
left: 10px;
top: 10px;
background: white;
overflow: hidden;
border: solid 5px black;
}
#carousel figure:nth-child(1) {
transform: rotateY(0deg) translateZ(288px);
}
#carousel figure:nth-child(2) {
transform: rotateY(40deg) translateZ(288px);
}
#carousel figure:nth-child(3) {
transform: rotateY(80deg) translateZ(288px);
}
#carousel figure:nth-child(4) {
transform: rotateY(120deg) translateZ(288px);
}
#carousel figure:nth-child(5) {
transform: rotateY(160deg) translateZ(288px);
}
#carousel figure:nth-child(6) {
transform: rotateY(200deg) translateZ(288px);
}
#carousel figure:nth-child(7) {
transform: rotateY(240deg) translateZ(288px);
}
#carousel figure:nth-child(8) {
transform: rotateY(280deg) translateZ(288px);
}
#carousel figure:nth-child(9) {
transform: rotateY(320deg) translateZ(288px);
}
img {
cursor: pointer;
transition: all .5s ease;
}
@keyframes rotation {
from {
transform: rotateY(0deg);
}
to {
transform: rotateY(360deg);
}
}
張學友
國語經典 / 友緣再聚
專輯名稱:模擬之聲慢刻CD 張學友國語經典 友緣再聚[日本母帶]
專輯藝人:張學友
製作發行:香港盛聲唱片
發行時間:2018年12月
專輯簡介:
☆感動怎能消聲匿跡 讓難忘的記憶再一次停留下來
☆讓絕版的經典好歌再次原音原版重現江湖
☆母帶工程師特製 錄音室專用CDR直刻 母盤級品質
★★模擬之聲-慢刻CD由日本勝利錄音室與盛聲唱片共同研製開發,經多個世界著名錄音室測試對比,一致公認為音色可媲美1:1直刻母帶的新發燒CD制式!滿足廣大發燒樂迷追求高品質高性價比的聽覺享受!
【專輯播放】 🎵🎶🎼🎹🥁🎸🎤
----- all music copyrighted please purchase original materials -----
----- 所有的音樂只是試聽音質請購買原裝版本 -----