屿风 发表于 6 天前

米勒:失落时悄悄伸出手和风击个掌。欧美男图

<div class="dz_attach_masonry_20260906">
<style>
/* ===== 唯一命名空间 dz_attach_masonry_20260906:仅作用于本模块,不污染论坛 ===== */
.dz_attach_masonry_20260906 { max-width: 800px; margin: 12px auto; }
.dz_attach_masonry_20260906 .am-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.dz_attach_masonry_20260906 .am-col { display: flex; flex-direction: column; gap: 12px; }
.dz_attach_masonry_20260906 a {
display: block;
border-radius: 12px;
overflow: hidden;
text-decoration: none;
position: relative;
}
.dz_attach_masonry_20260906 a:focus,
.dz_attach_masonry_20260906 a:active { outline: none; }

/* 动画放到img,父a:hover触发子图动效,解决a标签overflow裁剪缩放 */
.dz_attach_masonry_20260906 a img {
width: 100%;
height: auto;
display: block;
border-radius: 8px;
transition: transform 0.24s ease, filter 0.24s ease;
will-change: transform, filter;
}
.dz_attach_masonry_20260906 a:hover img {
transform: scale(1.03);
filter: brightness(1.08);
}

/* 移动端关闭放大,防止溢出 */
@media (max-width: 640px) {
.dz_attach_masonry_20260906 { max-width: 100%; }
.dz_attach_masonry_20260906 .am-grid { gap: 4px; }
.dz_attach_masonry_20260906 .am-col { gap: 8px; }
.dz_attach_masonry_20260906 a:hover img {
    transform: none;
}
}
</style>

<div class="am-grid">
<div class="am-col" data-side="left"></div>
<div class="am-col" data-side="right"></div>
</div>

<script>
(function(){
// 锁定本容器,多楼层互不干扰
const root = document.currentScript && document.currentScript.closest
    ? document.currentScript.closest('.dz_attach_masonry_20260906')
    : document.querySelector('.dz_attach_masonry_20260906');
if(!root) return;
const colL = root.querySelector('');
const colR = root.querySelector('');
if(!colL || !colR) return;

// ==========【在这里粘贴全部 <a><img src="xxx"></a> 图片代码】==========
let imageItemsHtml = `
<!-- 《图片位置》 -->


`;

const temp = document.createElement('div');
temp.innerHTML = imageItemsHtml;
const items = Array.from(temp.children);
items.forEach(function(item, index){
    if(index % 2 === 0){
      colL.appendChild(item);
    } else {
      colR.appendChild(item);
    }
});
})();
</script>
</div>

屿风 发表于 6 天前

<div class="dz_attach_masonry_20260906">
<style>
/* ===== 唯一命名空间 dz_attach_masonry_20260906:仅作用于本模块,不污染论坛 ===== */
.dz_attach_masonry_20260906 { max-width: 800px; margin: 12px auto; }
.dz_attach_masonry_20260906 .am-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.dz_attach_masonry_20260906 .am-col { display: flex; flex-direction: column; gap: 12px; }
.dz_attach_masonry_20260906 a {
display: block;
border-radius: 12px;
overflow: hidden;
text-decoration: none;
transition: transform 0.24s ease, filter 0.24s ease;
}
.dz_attach_masonry_20260906 a:focus,
.dz_attach_masonry_20260906 a:active { outline: none; }
/* hover:轻微放大 + 提亮 */
.dz_attach_masonry_20260906 a:hover {
transform: scale(1.03);
filter: brightness(1.08);
}
.dz_attach_masonry_20260906 img {
width: 100%;
height: auto;
display: block;
border-radius: 8px;
}
/* 移动端 */
@media (max-width: 640px) {
.dz_attach_masonry_20260906 { max-width: 100%; }
.dz_attach_masonry_20260906 .am-grid { gap: 4px; }
.dz_attach_masonry_20260906 .am-col { gap: 8px; }
/* 移动端关闭放大,避免溢出 */
.dz_attach_masonry_20260906 a:hover {
    transform: none;
}
}
</style>

<div class="am-grid">
<div class="am-col" data-side="left"></div>
<div class="am-col" data-side="right"></div>
</div>

<script>
(function(){
// 用 currentScript 锁定"本楼"容器:多个回复框各贴一份时互不干扰
const root = document.currentScript && document.currentScript.closest
    ? document.currentScript.closest('.dz_attach_masonry_20260906')
    : document.querySelector('.dz_attach_masonry_20260906');
if(!root) return;
const colL = root.querySelector('');
const colR = root.querySelector('');
if(!colL || !colR) return;

// ==========【在这里粘贴全部 <a><img src="xxx"></a> 图片代码】==========
let imageItemsHtml = `
<!-- 《图片位置》 -->

`;

const temp = document.createElement('div');
temp.innerHTML = imageItemsHtml;
const items = Array.from(temp.children);
items.forEach(function(item, index){
    if(index % 2 === 0){
      colL.appendChild(item);
    } else {
      colR.appendChild(item);
    }
});
})();
</script>
</div>

屿风 发表于 6 天前

<!-- ========== DZ帖内音乐卡片 【透明CD盒|附件模式|悬浮弹窗修复版】 ========== -->
<!-- 参数调节清单
--cd-width         CD盒整体宽度
--cd-height      CD盒整体高度
--cd-padding       封面距离CD盒内壁四周边距
--cover-radius   封面图片圆角
--box-radius       CD塑料盒外框圆角
--card-margin-bottom CD盒距离下方文字间距
-->
<div style="max-width:500px;margin:50px auto 50px auto;font-family:system-ui,-apple-system;box-sizing:border-box;">
    <!-- 主卡片容器 -->
    <div style="background:linear-gradient(145deg,#000000,#212121);border-radius:30px;padding:50px 50px;
    border:0px solid rgba(255,255,255,0.5);
    box-shadow:0 8px 30px rgba(0,0,0,0.3);text-align:center;
    transition: transform 0.6s ease, box-shadow 0.6s ease;transform: translateY(0);"
    onmouseover="this.style.transform='translateY(-6px)';this.style.boxShadow='0 14px 40px rgba(0,0,0,0.45)';"
    onmouseout="this.style.transform='translateY(0)';this.style.boxShadow='0 8px 30px rgba(0,0,0,0.3)';">

      <!-- 【隐藏区域:仅用来解析,页面不会显示图片】修改数字ID! -->
      <div style="display:none;visibility:hidden;height:0;overflow:hidden;" class="attach_source">

      </div>
      
      <!-- 【CD盒区域|层级重构:底层图片,上层透明盒结构】 -->
      <div style="position:relative;margin:0 auto;
      --cd-width:400px;
      --cd-height:400px;
      --cd-padding:10px;
      --cover-radius:25px;
      --box-radius:30px;
      --card-margin-bottom:22px;
      width:var(--cd-width);
      height:var(--cd-height);
      margin-bottom:var(--card-margin-bottom);
      border-radius:var(--box-radius);overflow:hidden;
      border:1px solid rgba(255,255,255,0.14);
      box-shadow:0 0 2px rgba(255,255,255,0.1),
                  inset 0 0 18px rgba(255,255,255,0.06),
                  inset 0 0 30px rgba(0,0,0,0.08);">
            
            <!-- 底层:封面图片容器 -->
            <div style="position:absolute;top:var(--cd-padding);left:var(--cd-padding);right:var(--cd-padding);bottom:var(--cd-padding);overflow:hidden;border-radius:var(--cover-radius);">
                <img class="cd-cover-img" alt="封面"
                  style="width:100%;height:100%;display:block;object-fit:cover;">
            </div>

            <!-- 上层:透明塑料盒高光层 -->
            <div style="position:absolute;top:0;left:0;right:0;height:48%;
            background:linear-gradient(135deg,rgba(255,255,255,0.16) 0%,rgba(255,255,255,0) 60%);
            pointer-events:none;"></div>

            <!-- 上层:透明盒边缘反光 -->
            <div style="position:absolute;top:0;left:0;right:0;bottom:0;
            border:1px solid rgba(255,255,255,0.08);border-radius:var(--box-radius);
            pointer-events:none;"></div>

            <!-- 上层:底部轻微暗色折射 -->
            <div style="position:absolute;bottom:0;left:0;right:0;height:24%;
            background:linear-gradient(to top,rgba(0,0,0,0.12),transparent);
            pointer-events:none;"></div>
      </div>

      <!-- =========【网易云外链播放器区域】========= -->
      <div style="margin-bottom:20px;">

      <iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=298 height=1 src="//music.163.com/outchain/player?type=2&id=3425638996&auto=1&height=32"></iframe>

      </div>

      <!-- 【歌曲信息】 -->
      <h2 style="color:#ffffff;font-size:26px;margin:0 0 6px 0;font-weight:600;">互删 (我走以后)</h2>
      <p style="color:#ffffff;font-size:20px;margin:0 0 12px 0;">江辰</p>
      <p style="color:#ffffff;font-size:14px;margin:0 0 26px 0;">Hookah Baby· 2026年 · 无损</p>

      <!-- 底部模拟播放按钮区域 -->
      <div style="display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px;">
            <div style="width:46px;height:46px;border-radius:50%;background:rgba(0,0,0,0.35);border:1px solid rgba(255,255,255,0.08);display:flex;align-items:center;justify-content:center;color:#fff;">⇄</div>
            <div style="flex:1;height:46px;border-radius:99px;background:rgba(0,0,0,0.35);border:1px solid rgba(255,255,255,0.08);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:bold;">▶ 暂停</div>
            <div style="width:46px;height:46px;border-radius:50%;background:rgba(0,0,0,0.35);border:1px solid rgba(255,255,255,0.08);display:flex;align-items:center;justify-content:center;color:#fff;">↓</div>
      </div>

      <!-- ========== 底部折叠框 ========== -->
      <details style="background:rgba(0,0,0,0.28);border:1px solid rgba(255,255,255,0.06);border-radius:20px;padding:0;box-sizing:border-box;">
            <summary style="padding:12px 16px;color:#eee;cursor-pointer;list-style:none;text-align:center;">点击查看音乐链接</summary>
            <div style="padding:0 16px 16px;color:#cccccc;font-size:15px;line-height:1.6;text-align:center;">
                **** Hidden Message *****
            </div>
      </details>

    </div>
</div>

<script>
document.addEventListener("DOMContentLoaded", function(){
    // 获取隐藏附件图片
    let sourceImg = document.querySelector(".attach_source img");
    let coverImg = document.querySelector(".cd-cover-img");
    if(sourceImg && coverImg){
      coverImg.src = sourceImg.src;
    }
})
</script>
<!-- ========== DZ帖内音乐卡片 结束 ========== -->

冷声 发表于 6 天前

审美完全契合,感谢楼主精心汇总。

enna 发表于 6 天前

换新头像有着落了。

陳小刀zzZz 发表于 6 天前

小众不撞款,真的很良心。

2391682892 发表于 6 天前

合集质量很高,必须点赞。

雾已泪聚 发表于 5 天前

多种风格全覆盖,楼主整理得很贴心。

温久 发表于 5 天前

保存好了,感谢无私搬运。

苏辰 发表于 5 天前

小众不撞款,真的很良心。
页: [1] 2 3 4 5 6 7 8 9 10
查看完整版本: 米勒:失落时悄悄伸出手和风击个掌。欧美男图