【每日诗词】过秦楼·年景
<style>
#mydiv {
margin: 30px auto;
padding: 20px 10px;
width: 90%;
min-height: 400px;
border: 1px solid var(--fColor);
color: var(--fColor);
background: var(--bgMain);
position: relative;
pointer-events: none;
--bgMain: linear-gradient(snow,lightpurple,snow);
--bgTitle: lightgreen;
--fColor: black;
--btnWidth: 40px;
--state: paused;
}
#mydiv::before, #mydiv::after { position: absolute; content: ''; }
#mydiv::before {
padding: 0 10px;
content: '过秦楼·年景';
left: 253px;
top: -18px;
font: bold 24px / 36px sans-serif;
text-shadow: 1px 1px 2px #111;
border: inherit;
background: var(--bgTitle);
}
#mydiv::after {
width: var(--btnWidth);
height: var(--btnWidth);
background: conic-gradient(var(--fColor),var(--bgTitle),var(--fColor),var(--bgTitle));
border-radius: 50%;
bottom: calc(var(--btnWidth) / -2);
left: calc(50% - var(--btnWidth) / 2);
cursor: pointer;
pointer-events: auto;
animation: rot 5s infinite linear var(--state);
}
#mydiv p { padding: 20px 0; font-size: 16px ; }
.txtRight { position: absolute; text-align: center; right: 10px; bottom: -10px; }
.txtMid { text-align: center; }
@keyframes rot { to { transform: rotate(360deg); } }
</style>
<div id="mydiv">
<p><p>滟滟湖光,粼粼波镜,荡舟摇棹悠悠。<br>
望断天涯路,雁过渺无踪,偶遇孤鸥。<br>
极目豁吟眸。岫崚嶒、霭意闲游。<br>
扫尘迎新岁,汀洲萌绿,芽吐凝柔。<br><br>
涉世沧海易、皆幽景,尽铺屏锦绣,晴煦香浮。<br>
风递春消息,正金英漫野,暖照枝头。<br>
街巷竞暄妍,拥熙熙、彩帜萦绸。<br>
恰桃符换帖,恒永昌宁,同赋歌讴。
</p>
<p><p class="txtRight">偶然<br>2026年02月02日</p>
</div>
<audio id="aud" src="https://wj.zp68.com/hxw/mp3/2025/12/xiq.mp3"" autoplay="autoplay" loop="loop"></audio>
<script>
(function () {
let mState = () => mydiv.style.setProperty('--state', aud.paused ? 'paused' : 'running');
aud.addEventListener('play', mState, false);
aud.addEventListener('pause', mState, false);
mydiv.onclick = () => aud.paused ? aud.play() : aud.pause();
})();
</script> 一派迎接大年的喜庆氛围。
欣赏偶然君好词{:4_187:} 喜庆的歌声,街巷竞暄妍,拥熙熙、彩帜萦绸的一派热闹的场景。年味浓了! 欣赏偶然管管的过秦楼·年景佳词!{:4_187:}
页:
[1]