注册时间2021-5-14
在线时间 小时
- 最后登录
- 1970-1-1
|
![](static/image/common/ico_lz.png)
楼主 |
发表于 2022-5-4 21:17
|
显示全部楼层
css部分:
- <style type="text/css">
- .photo {width: 1000px;
- height: 600px;
- position: absolute;top:0px; left:0px;z-index: 150;
- filter:contrast(120%)brightness(80%);-webkit-mask-image: radial-gradient(black 25% ,transparent 70%);
- animation: round 48s infinite;
- opacity: 0;}
- @keyframes round {1% {
- opacity: 0;
- transform:translate(100%,-100%)scale(1);}
- 5% {
- opacity: 1;
- transform:translate(100%,-100%)scale(1);}
- 14% {
- opacity: 1;
- transform:translate(0%,0%)scale(1);}
- 16% {
- opacity: 1;
- transform:translate(0%,0%)scale(1);}
- 24% {
- opacity: 0;
- transform:translate(0%,0%)scale(3);}
- }
- img:nth-child(8) {animation-delay: 42s;}
- img:nth-child(7) {animation-delay: 36s;}
- img:nth-child(6) {animation-delay: 30s;}
- img:nth-child(5) {animation-delay: 24s;}
- img:nth-child(4) {animation-delay: 18s;}
- img:nth-child(3) {animation-delay: 12s;}
- img:nth-child(2) {animation-delay: 6s;}
- </style >
- <style type="text/css">
- .container{width: 1px;height: 1px;
- margin: 0;position: absolute;top:500px; left:-20px;}
- .container #MusicPlayer{
- width: 250px;
- display: block;
- margin: 0 auto;}
- .container .btn{
- display: block;
- margin: 0;}
- .container .lrc{
- width: 960px;
- height: 120px;
- overflow: hidden;filter:drop-shadow(#ffffff 1px 0 0)drop-shadow(#ffffff 0 1px 0)drop-shadow(#ffffff -1px 0 0) drop-shadow(#ffffff 0 -1px 0);
- display: block;position: absolute;top:-10px; left:50px;
- margin: 0 auto;}
- .container .lrc #ullrc{
- width: 100%;
- padding: 0;list-style: none;transition: 0.3s all ease;
- margin: 0;}
- /*歌词普通样式*/
- .container .lrc #ullrc li{
- height: 70px;
- line-height: 70px;
- font-family:华文隶书;
- font-size: 0px;
- color: #000078;
- font-weight: normal;
- transition: .3s all ease;/*一定要加上不然看着突兀*/
- list-style-type: none;
- text-align: center;display: block;
- width: 100%;
- margin: 0 auto;}
- /*动态歌词样式*/
- .container .lrc #ullrc li.active{
- font-size: 45px;
- color: #ff0000;
- font-weight: bold}
- /*光碟动画*/
- .container .img_border{display:inline-block;width:1000px;height:600px;margin:0px ;position: absolute;top:0px;left:0px;transform: scale(1,1);transform:rotateX(0deg) rotateY(0deg) rotateZ(0deg);}
- .container .img_border #aplay{display:block; }
- .container .z360z{width: 1000px; height: 600px;
- <style type="text/css">
- .photo {width: 1000px;
- height: 600px;
- position: absolute;top:0px; left:0px;z-index: 150;
- filter:contrast(120%)brightness(80%);-webkit-mask-image: radial-gradient(black 25% ,transparent 70%);
- animation: round 48s infinite;
- opacity: 0;}
- @keyframes round {1% {
- opacity: 0;
- transform:translate(100%,-100%)scale(1);}
- 5% {
- opacity: 1;
- transform:translate(100%,-100%)scale(1);}
- 14% {
- opacity: 1;
- transform:translate(0%,0%)scale(1);}
- 16% {
- opacity: 1;
- transform:translate(0%,0%)scale(1);}
- 24% {
- opacity: 0;
- transform:translate(0%,0%)scale(3);}
- }
- img:nth-child(8) {animation-delay: 42s;}
- img:nth-child(7) {animation-delay: 36s;}
- img:nth-child(6) {animation-delay: 30s;}
- img:nth-child(5) {animation-delay: 24s;}
- img:nth-child(4) {animation-delay: 18s;}
- img:nth-child(3) {animation-delay: 12s;}
- img:nth-child(2) {animation-delay: 6s;}
- </style >
- <style type="text/css">
- .container{width: 1px;height: 1px;
- margin: 0;position: absolute;top:500px; left:-20px;}
- .container #MusicPlayer{
- width: 250px;
- display: block;
- margin: 0 auto;}
- .container .btn{
- display: block;
- margin: 0;}
- .container .lrc{
- width: 960px;
- height: 120px;
- overflow: hidden;filter:drop-shadow(#ffffff 1px 0 0)drop-shadow(#ffffff 0 1px 0)drop-shadow(#ffffff -1px 0 0) drop-shadow(#ffffff 0 -1px 0);
- display: block;position: absolute;top:-10px; left:50px;
- margin: 0 auto;}
- .container .lrc #ullrc{
- width: 100%;
- padding: 0;list-style: none;transition: 0.3s all ease;
- margin: 0;}
- /*歌词普通样式*/
- .container .lrc #ullrc li{
- height: 70px;
- line-height: 70px;
- font-family:华文隶书;
- font-size: 0px;
- color: #000078;
- font-weight: normal;
- transition: .3s all ease;/*一定要加上不然看着突兀*/
- list-style-type: none;
- text-align: center;display: block;
- width: 100%;
- margin: 0 auto;}
- /*动态歌词样式*/
- .container .lrc #ullrc li.active{
- font-size: 45px;
- color: #ff0000;
- font-weight: bold}
- /*光碟动画*/
- .container .img_border{display:inline-block;width:1000px;height:600px;margin:0px ;position: absolute;top:0px;left:0px;transform: scale(1,1);transform:rotateX(0deg) rotateY(0deg)
- rotateZ(0deg);}
- .container .img_border #aplay{display:block; }
- .container .z360z{width: 1000px; height: 600px;
- z-index: 130;position: absolute;
- top:-500px;
- left: 20px;background: url(背景图片地址)0 0/100% 100%;
- animation: rotating 0.52s linear infinite;}
- @keyframes rotating {from {opacity: 1;filter:hue-rotate(260deg)contrast(100%)brightness(100%);transform: scale(1.012);}
- to {opacity: 1;filter:hue-rotate(0deg)contrast(100%)brightness(100%);transform: scale(1);}}
- </style>
- <style type="text/css">.bs {animation: slider0 0.26s linear infinite ;}
- @keyframes slider0 {0%,100%{margin: 0px 0px;filter:hue-rotate(360deg)drop-shadow(0px 0px 12px #CD6600) drop-shadow(0px 0px 12px #CD6600)drop-shadow(0px 0px 12px #CD6600)
- brightness(100%);}50%{margin: 0px 0px;filter:hue-rotate(0deg)drop-shadow(0px 0px 12px #000090)drop-shadow(0px 0px 12px #000090)drop-shadow(0px 0px 12px #000090)brightness(100%);}}
- </style>
|
|