都是我喜欢的,怎么办呢,喜欢的了不得,抱回家了
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>歌词页</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
padding: 20px;
background: #fff;
font-family: "FangSong", "仿宋_GB2312", serif;
position: relative;
overflow-x: hidden;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 20px; /* 画框之间的间距 */
}
/* 居中歌词通用样式 */
.lyric {
font-size: 16px;
line-height: 2.4;
color: #333;
text-align: center;
}
/* 5. 温柔桃粉画框 */
.peach-frame {
border: 12px solid #FFE4F0;
border-radius: 18px;
padding: 25px 15px;
background: #fff;
max-width: 550px;
width: calc(100% - 40px);
margin-left: 0;
position: relative;
z-index: 2;
box-shadow: 0 2px 15px rgba(255, 180, 220, 0.2);
}
</style>
</head>
<body>
<!-- 极简点击播放 -->
<script>
document.body.addEventListener('click', () => {
const audio = document.getElementById('audio');
audio && audio.play().catch(err => console.log('播放失败:', err));
});
</script>
<audio id="audio" preload="auto">
<source src="https://www.lizhi.fm/616408/3190237287581010950?u=4928046" type="audio/mpeg">
</audio>
<!-- 5. 温柔桃粉画框 + 歌词 -->
<div class="peach-frame">
<div class="lyric">
月光漫过窗口~<br>
心事藏进枕头~<br>
好梦伴你左右~
</div>
</div>
</body>
</html> 来赏仙子美词 好字好句好词总之美文美篇 两结都很好看,很有味道,喜欢 感觉有点惆怅,有点伤感。
页:
1
[2]