brysonjk935 发表于 2026/5/25 18:49

来个装扮空间展示~

发现好多新人忽略了这个装扮空间()

感觉挺有意思的梦回小时候自定义qq主页的感觉
稍微的小试了一下 ↓
(看着快眼瞎的感觉)
(难道没有人觉得这个功能很好玩吗)

小樱 发表于 2026/5/26 21:28

看了一下太花,,,我是把装饰人物放在两边不影响文字显示

brysonjk935 发表于 2026/5/27 15:09

小樱 发表于 2026/5/26 21:28
看了一下太花,,,我是把装饰人物放在两边不影响文字显示

我看见萌十七的主页模板好不一样啊,背景幻灯片切换还能让头像旋转(),是什么代码神力吗
{:3344:}
这种看起来好厉害
https://m.itzmx.com/?21856

小樱 发表于 2026/5/27 20:09

brysonjk935 发表于 2026/5/27 15:09
我看见萌十七的主页模板好不一样啊,背景幻灯片切换还能让头像旋转(),是什么代码神力吗

这 ...

神奇,他估计是利用第三方程序post了什么css代码上去
总结,开挂了

Hileb 发表于 2026/5/30 15:19

拍同款!进入编辑界面:
https://m.itzmx.com/home.php?mod=space&do=index&diy=yes
控制台使用:
(function() {

    document.diyform.spacecss.value = `
#ct {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(5px);                     
    border-radius: 7px;                        
    box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.12);   
    transition: background 0.5s;                  
}


#ct:hover {
    background: rgba(255, 255, 255, 0.8) !important;
}

#hd {
        visibility: hidden !important;
}

body {
        background-image: url('https://api.ctix.cn/random/pic.php') !important;
        background-repeat: repeat !important;
}

#toptb .y a:before, #toptb .y a:after, #toptb .y span:before, #toptb .y span:after {
    content: close-quote;
    display: block;
    position: fixed;
    z-index: -1;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    opacity: 1;
    transition: opacity 0.3s linear 0s;
}


body:hover #toptb .y a:nth-child(1):before { opacity: 0; height: 0; transition: opacity 0.3s linear 3s, height 0s linear 3.3s; }
#toptb .y a:nth-child(1):before { background-image: url(https://api.ctix.cn/random/pic.php?1)!important; z-index: -1; }

body:hover #toptb .y a:nth-child(1):after { opacity: 0; height: 0; transition: opacity 0.3s linear 6s, height 0s linear 6.3s; }
#toptb .y a:nth-child(1):after { background-image: url(https://api.ctix.cn/random/pic.php?2)!important; z-index: -2; }


body:hover #toptb .y a:nth-child(2):before { opacity: 0; height: 0; transition: opacity 0.3s linear 9s, height 0s linear 9.3s; }
#toptb .y a:nth-child(2):before { background-image: url(https://api.ctix.cn/random/pic.php?3)!important; z-index: -3; }


body:hover #toptb .y a:nth-child(2):after { opacity: 0; height: 0; transition: opacity 0.3s linear 12s, height 0s linear 12.3s; }
#toptb .y a:nth-child(2):after { background-image: url(https://api.ctix.cn/random/pic.php?4)!important; z-index: -4; }

.hm img {
    border-radius: 50%;
    transition: transform 0.5s ease;
}
.hm img:hover {
    transform: rotate(360deg);      
}


.mls img {
    border-radius: 50%;
    transition: transform 0.5s ease;
}
.mls img:hover {
    transform: rotate(-360deg);   
}

#thread_content li a {
    transition: margin 0.3s ease;
}

#thread_content li a:hover {
    margin-left: 3px;            
    text-decoration: none;      
}


::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}


::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}


::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4);
}


::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, 0.5);
}




#music {
        position: fixed !important;
        bottom: 40px !important;
        right: 40px !important;
        z-index: 99999 !important;
        width: 220px !important;
        height: 44px !important;
        background: #1a1a1a !important;
        border-left: 5px solid #ff2d55 !important;
        border-radius: 22px !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
        overflow: hidden !important;
}

#music .blocktitle {
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        height: 100% !important;
        line-height: 44px !important;
        text-align: center !important;
}

#music .blocktitle span,
#music .blocktitle span a {
        color: #ffffff !important;
        font-size: 13px !important;
        font-family: sans-serif !important;
        font-weight: 600 !important;
        text-decoration: none !important;
        letter-spacing: 0.5px !important;
}


#music:hover {
    background: rgba(15, 15, 15, 0.98) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6), 0 0 25px rgba(255, 45, 85, 0.7) !important;
}



#music .blocktitle::before {
    position: absolute !important;
    left: 18px !important;
    top: 0 !important;
    line-height: 46px !important;
    font-size: 14px !important;

    text-shadow: 0 0 8px #ff2d55, 0 0 15px #ff2d55 !important;
}

    `;

    document.diyform.style.value = spaceDiy.style;
    document.diyform.layoutdata.value = drag.getPositionStr();
   
        document.diyform.currentlayout.value = spaceDiy.currentLayout;
    //d = document.createElement('div');d.style.cssText='position:fixed;bottom:20px;right:20px;z-index:9999;';
    //d.innerHTML=atob('PGlmcmFtZSBzcmM9Ii8vbXVzaWMuMTYzLmNvbS9vdXRjaGFpbi9wbGF5ZXI/dHlwZT0yJmlkPTMxNzI0NSZhdXRvPTEmaGVpZ2h0PTY2IiB3aWR0aD0iMzMwIiBoZWlnaHQ9IjkwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3c9ImF1dG9wbGF5IiBzdHlsZT0iYm9yZGVyLXJhZGl1czo4cHg7Ym94LXNoYWRvdzowIDJweCAxMnB4IHJnYmEoMCwwLDAsLjE1KTsiPjwvaWZyYW1lPg==');document.body.appendChild(d);window.m_p=1;
    document.diyform.submit();
})();

Hileb 发表于 2026/5/30 15:29

本帖最后由 Hileb 于 2026/5/30 15:32 编辑

@小樱 ,现有的音乐年久失修了awa,然后是想要自己插入又又又感到困难*x*,最后只发现在某些能够预览网络图片,例如blog (https://m.itzmx.com/home.php?mod=spacecp&ac=blog)的地方用图片
x" onerror="if(!window.m_p){var d=document.createElement('div');d.style.cssText='position:fixed;bottom:20px;right:20px;z-index:9999;';d.innerHTML=atob('PGlmcmFtZSBzcmM9Ii8vbXVzaWMuMTYzLmNvbS9vdXRjaGFpbi9wbGF5ZXI/dHlwZT0yJmlkPTMxNzI0NSZhdXRvPTEmaGVpZ2h0PTY2IiB3aWR0aD0iMzMwIiBoZWlnaHQ9IjkwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3c9ImF1dG9wbGF5IiBzdHlsZT0iYm9yZGVyLXJhZGl1czo4cHg7Ym94LXNoYWRvdzowIDJweCAxMnB4IHJnYmEoMCwwLDAsLjE1KTsiPjwvaWZyYW1lPg==');document.body.appendChild(d);window.m_p=1;}" data="

放歌()

但是保存后会诡异地被改变(

http://music.163.com/style/swf/widget.swf?sid=2656567752&type=2&auto=1&width=320&height=66

小樱 发表于 2026/5/30 19:12

Hileb 发表于 2026/5/30 15:29
@小樱 ,现有的音乐年久失修了awa,然后是想要自己插入又又又感到困难*x*,最后只发现在某些能够预览网络图 ...

音乐盒是flash的,是已经过时了{:3335:}

brysonjk935 发表于 2026/5/31 19:42

Hileb 发表于 2026/5/30 15:19
拍同款!进入编辑界面:
https://m.itzmx.com/home.php?mod=space&do=index&diy=yes
控制台使用:

?!强强!?
页: [1]
查看完整版本: 来个装扮空间展示~