小辣椒 发表于 2023-9-9 23:13

哭过的天空


<meta charset="UTF-8">
<style>#papa {margin: 150px 0 0 calc(50% - 801px); width: 1440px; height: 731px;
border-image: linear-gradient(35deg,tan,purple,cyan,orange,red) 4;
background: url('https://xlaj.cn/bfq/20230828/09.jpg') no-repeat center/cover;
box-shadow: 3px 3px 20px #000;
display: grid;
place-items: center;
z-index: 1;
position: relative;
overflow: hidden;
animation: hue 10s infinite alternate var(--state);
}
#vid {
        position: absolute;
        width: 120%;
        height: 110%,
        bottom:-100px;
        left:-50px;
        object-fit: cover;
        pointer-events: none;
        mix-blend-mode: screen;
        z-index: 2;
        opacity: .66;
}
@keyframes hue {
      to { filter: hue-rotate(360deg); }}
</style><div id="papa">
<video id="vid" src="https://img.tukuppt.com/video_show/15653652/00/80/83/60d0445e4511e.mp4" autoplay="" loop="" muted="">
</video></div><audio id="aud" src="https://xlaj.cn/bfq/20230828/clip.mp3" autoplay="" loop=""></audio>
<script>let script = document.createElement('script');
    script.src = 'https://xlaj.cn/bfq/20230828/osc_lrc.js';
    document.head.appendChild(script);
    (function() {
    let geci = [
                ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
       
];
   script.onload = () => {
       HCPlayer({
        papa: '#papa', /* 宿主元素 */
        lrcAr: geci, /* 歌词 */
        lrc_css: `
                top: 80px; left:200px; /* 位置 */
                color: WhiteSmoke;/* 歌词底色 */
                --bg: linear-gradient(Chocolate,Chocolate);* 歌词同步颜色 */
        `,
        player_css: `
                bottom: 3%; left:41%; /* 位置 */
                --track: Chocolate; /* 底轨颜色 */
                --prog: Snow; /* 进度颜色 */
                --ww: 350px; /* 示波宽度 */
        `,
       
      });
   };
})();
runCodes(codePre.innerText);</script>

小辣椒 发表于 2023-9-9 23:17

很奇怪,同样的代码发花潮全屏欣赏的文字出来是乱码

小辣椒 发表于 2023-9-9 23:18

我自己那仓库里面也是好的,没有乱码,就花潮会出来乱码

liumang 发表于 2023-9-9 23:21

这里我看看很完美的,没有乱码的

liumang 发表于 2023-9-9 23:22

小辣椒 发表于 2023-9-9 23:17
很奇怪,同样的代码发花潮全屏欣赏的文字出来是乱码

应该花潮论坛代码不能兼容

liumang 发表于 2023-9-9 23:23

{:5_123:}


小辣椒 发表于 2023-9-9 23:24

liumang 发表于 2023-9-9 23:22
应该花潮论坛代码不能兼容

我是服务器直接修改然后预览好的再发的

liumang 发表于 2023-9-9 23:25

小辣椒 发表于 2023-9-9 23:24
我是服务器直接修改然后预览好的再发的

服务器修改的不会错的,这里好的就是好的

小辣椒 发表于 2023-9-9 23:25

liumang 发表于 2023-9-9 23:25
服务器修改的不会错的,这里好的就是好的

问题今天是送人的礼物,出了错误特别不好意思的

liumang 发表于 2023-9-9 23:26

小辣椒 发表于 2023-9-9 23:25
问题今天是送人的礼物,出了错误特别不好意思的

肯定没有错误的,出错是代码论坛不能兼容
页: [1] 2
查看完整版本: 哭过的天空