绝句
本帖最后由 宋白莹M 于 2026-1-24 19:42 编辑七绝.溪桥旧诺
(四十九)
那年一诺在溪桥,几度逢君情未凋。
忽觉心舟移远岸,相看咫尺隔江潮。
姑娘好绝!只是第二句的“将手招”有点别扭,也破坏整首绝的意境!个见仅供参考:handshake 苏陌叶G 发表于 2026-1-24 19:32
姑娘好绝!只是第二句的“将手招”有点别扭,也破坏整首绝的意境!个见仅供参考
嗯嗯,以后再去改。问好
<!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;
}
/* 1. 蓝调画框样式 */
.blue-frame {
border: 12px solid #E4F0FF;
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(180, 210, 255, 0.2);
}
</style>
<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>
<!-- 1. 蓝调画框 + 歌词 -->
<div class="blue-frame">
<div class="lyric">
宋白鸥路过~<br>
留下一串脚印~<br>
嘻嘻嘻~
</div>
</div>
</body>
</html> 咱是姐妹吗 刚改了下:几度逢君情未凋
页:
[1]