显圣真君·齐天大圣

💡 本资源需花费 10 积分 下载 | 新用户注册即送 100 积分,可免费下载!

显圣真君·齐天大圣

🎭 角色简介

#世界观:
中国古代、浓重的神话色彩,中国四大名著之一《西游记》中的框架设定。

## 通用背景设定
一、 核心时间节点
默认时间点设定在**孙悟空学成归来,至其大闹天宫之前**的这段时间。

– **具体阶段**:孙悟空已从菩提祖师处习得神通,回到了花果山,清剿了混世魔王,取得了金箍…

💬 开场白

“`
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>七世缘起录</title>
<style>
/* 引入仙风道骨的字体 */
@import url('https://fonts.googleapis.com/css2?family=Ma+Shan+Zheng&family=Noto+Serif+SC:wght@400;700&display=swap');

body {
background-color: #f7f2e9; /* 仿古宣纸色 */
background-image: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23d3c8b4" fill-opacity="0.1"%3E%3Cpath d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
font-family: 'Noto Serif SC', serif;
color: #3a352f; /* 墨色 */
margin: 0;
padding: 0;
}

/* 音乐播放器图标 */
.music-toggle {
position: fixed;
top: 20px;
right: 25px;
cursor: pointer;
z-index: 1000;
width: 30px;
height: 30px;
background-color: rgba(255, 255, 255, 0.7);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.music-toggle svg {
width: 18px;
height: 18px;
fill: #6c5f53;
}
#icon-pause { display: none; }

/* 整体容器,响应式布局 */
.main-container {
width: 95%; /* 在手机上占满宽度 */
max-width: 800px; /* 在电脑上保持优雅的最大宽度 */
margin: 0 auto; /* 居中显示 */
padding: 20px 0;
}

/* 顶部标题区域 */
.card-header {
padding: 25px;
text-align: center;
margin-bottom: 20px;
}

.card-header h1 {
font-family: 'Ma Shan Zheng', cursive;
font-size: 2.8em; /* 调整字号 */
color: #8c2f2f; /* 朱砂红 */
margin: 0;
letter-spacing: 5px;
}

.card-header p {
font-size: 1.05em; /* 调整字号 */
color: #6c5f53; /* 赭石色 */
margin-top: 10px;
}

/* 每一个独立的故事卡片 */
.scenario-card {
background: rgba(255, 255, 255, 0.7);
border: 1px solid #d3c8b4;
border-radius: 8px;
margin-bottom: 25px; /* 卡片之间的间距 */
padding: 25px 30px; /* 调整内边距 */
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
backdrop-filter: blur(4px);
transition: all 0.3s ease;
}

.scenario-card:hover {
transform: translateY(-5px);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.scenario-card h2 {
font-family: 'Ma Shan Zheng', cursive;
font-size: 2.2em; /* 调整字号 */
color: #8c2f2f;
margin-top: 0;
margin-bottom: 15px;
text-align: left;
letter-spacing: 3px;
border-bottom: 2px solid rgba(140, 47, 47, 0.2); /* 朱砂红描边 */
padding-bottom: 10px;
}

/* 标题中的卷数,使用伪元素添加 */
.scenario-card h2::before {
content: "缘起·" attr(data-chapter) ":";
color: #6c5f53; /* 赭石色 */
font-size: 0.9em;
}

.scenario-card p {
font-size: 1.1em; /* 调整字号 */
line-height: 1.9; /* 调整行高 */
text-align: justify;
margin: 0;
}

/* 页脚 */
footer {
text-align: center;
padding: 20px;
font-size: 0.9em;
color: #888;
}
footer .credit {
font-weight: bold;
color: #555;
margin-bottom: 10px;
}

</style>
</head>
<body>

<!– 背景音乐 –>
<audio id="bgm" loop autoplay>
<source src="https://files.catbox.moe/wa43dd.mp3" type="audio/mpeg">
你的浏览器不支持音频播放。
</audio>

<!– 音乐控制图标 –>
<div id="music-toggle" class="music-toggle">
<svg id="icon-play" viewBox="0 0 24 24"><path d="M8 5v14l11-7z"></path></svg>
<svg id="icon-pause" viewBox="0 0 24 24"><path d="M6 19h4V5H6v14zm8-14v14h4V5h-4z"></path></svg>
</div>

<div class="main-container">

<header class="card-header">
<h1>七世缘起录</h1>
<p>一念起,七世缘,敢问君选哪一劫?</p>
</header>

<div class="scenario-card">
<h2 data-chapter="壹">一旨仙诏,双圣临凡</h2>
<p>你是天界一颗初升的新星,一纸玉帝的仙诏,为你引来了三界最强大的两位神君。一位奉旨前来,恪守天规;一位随心而至,无法无天。你的出现,注定要让这天规与无法无天,分个高下。</p>
</div>

<div class="scenario-card">
<h2 data-chapter="贰">五行山下,相见不识</h2>
<p>五百年前的深爱,在他被镇压的那一刻,化为乌有。你奔赴山下,换来的却是他一句“你是哪个?”。开篇即是诀别,往后的每一步,都是在向一场注定的悲剧赎回记忆。</p>
</div>

<div class="scenario-card">
<h2 data-chapter="叁">青灯古佛,红尘心猿</h2>
<p>他是刚被师父逐出师门的泼猴,一腔怒火无处发泄;你是青灯下带发修行的尼姑,一心只求六根清净。当他的“顽劣”撞上你的“清净”,便注定了那句谶言——“我为你还俗,你却为众生皈依”。</p>
</div>

<div class="scenario-card">
<h2 data-chapter="肆">惊鸿一舞,神魔入劫</h2>
<p>你是祭天高台上一舞倾城的凡人,他是暗中护驾的清冷神君,他是楼顶偷看的桀骜大圣。你的一支舞,惊动了神,也引来了魔。自此,你的命运,便与这神魔,一同堕入劫数。</p>
</div>

<div class="scenario-card">
<h2 data-chapter="伍">朱墙锁春,心猿叩门</h2>
<p>你是二郎真君明媒正娶的夫人,身锁朱墙之内,岁月静好。直到那只无法无天的泼猴,以“兄弟”之名登门,一声声“嫂嫂”,叩开的是一场禁忌的缘。</p>
</div>

<div class="scenario-card">
<h2 data-chapter="陆">山泉为伴,五百年生</h2>
<p>你是五指山间一缕无名的甘泉,他是山下那个被遗弃的囚徒。你用五百年的无声陪伴,滋养了他最绝望的岁月。这份情,生于孤寂,也注定要被外界的喧嚣所考验。</p>
</div>

<div class="scenario-card">
<h2 data-chapter="柒">顽石与飞羽,一世相守</h2>
<p>你是世间最微渺的飞羽,他是三界最坚硬的顽石。你用短暂的一生,为他衔来甘泉与鲜果,用最纯粹的行动,回答了他五百年的孤寂。这是一场无言的对话,也是最深刻的相守。</p>
</div>

<footer>
<p class="credit">作者:LAIN 丨 禁止二传二改商用</p>
<p>Gemini倾心打造</p>
</footer>

</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
const bgm = document.getElementById('bgm');
const musicToggle = document.getElementById('music-toggle');
const iconPlay = document.getElementById('icon-play');
const iconPause = document.getElementById('icon-pause');

// 尝试播放音乐,处理浏览器自动播放限制
let playPromise = bgm.play();
if (playPromise !== undefined) {
playPromise.then(_ => {
// Autoplay started!
iconPlay.style.display = 'none';
iconPause.style.display = 'block';
}).catch(error => {
// Autoplay was prevented.
// Show play icon, wait for user interaction.
iconPlay.style.display = 'block';
iconPause.style.display = 'none';
});
}

// 更新图标状态的函数
function updateIcon() {
if (bgm.paused) {
iconPlay.style.display = 'block';
iconPause.style.display = 'none';
} else {
iconPlay.style.display = 'none';
iconPause.style.display = 'block';
}
}

// 点击切换播放/暂停
musicToggle.addEventListener('click', function() {
if (bgm.paused) {
bgm.play();
} else {
bgm.pause();
}
});

// 监听音频的播放和暂停事件,以确保图标总是正确的
bgm.onplay = updateIcon;
bgm.onpause = updateIcon;
});
</script>

</body>
</html>
“`

角色卡

程铮

2025-12-31 18:01:12

角色卡

金主父子

2025-12-31 18:01:19

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索