东篱闲人 发表于 2022-3-31 19:28

共作寒梅一面妆

<style type="text/css">
/* 父框盒子 */
#xq { position: relative; left:-160px; top:120px; width: 1200px; height:800px; background-image: url('https://s1.ax1x.com/2022/03/28/qDarE6.jpg'); box-shadow: 4px 4px 5px #888; background-size: 1400px 800px; border-radius:12px; background-position: 1200px 0;animation: mv 28s linear infinite; }
@keyframes mv { from { background-position: 1200px 0; } to { background-position: 0 0; } }
/* 摇摆字 */
body { overflow-x: hidden; } /*禁用横向滚动条 */
#baiBox {
      margin: auto;
      width: 400px;
      text-align: center;
      font-size: 1.5rem;
      font-weight: bold;
      color:#DF7401;
      transform-origin: top;
      animation: yao 0.8s linear infinite alternate;
}
/* 动画 */
@keyframes yao {
      from{transform: perspective(800px) rotatex(30deg); }
      to { transform: perspective(800px) rotatex(-30deg); }
}
/* 播放器按钮 */
.picBtn {
      width: 100px;
      height: 100px;
      border: none;
      outline: none;
      border-radius: 8px;
      background: transparent url('http://image.hnol.net/c/2022-02/24/15/202202241559481151-5087368.gif') no-repeat;
      cursor: pointer;
}
/* 轱辘诗 */
.hxBox { position: absolute; left:220px; top:150px; width: 160px; height: 160px; font-family: '楷体','微软雅黑'; font-size: 24px;transform-origin: 50 50; animation: go 24s linear infinite;}
@keyframes go { to { transform: rotate(-360deg);} }
.hxBox path { fill: none; }
.hxBox svg { display: block; overflow: visible; }
</style>

<div id="xq" >
      <div id="baiBox" style="position: absolute; left:680px; top: 80px; ">横笛和愁听,斜枝倚病看。</div>

<div class="hxBox">
      <svg viewBox="0 0 100 100">
                <path d="M 0, 50 a 50, 50 0 1, 1 0, 1 z" id="yuan" />
                <text stroke="#B40431">
                        <textPath xlink:href="#yuan">
                              
                        </textPath>
                </text>
      </svg>
</div>
      

      <!-- 控制按钮应是父盒子的第一代子元素 -->
      <div style="position:absolute; width:50px; left: 600px; top:calc(100% - 140px); text-align:center;">
                <button id="picBtn" class="picBtn"></button>
      </div>
</div>
<!-- 因为播放器不要界面,无需放在帖子父盒子内 -->
<audio id="music" autoplay="autoplay" loop="loop" src="http://music.163.com/song/media/outer/url?id=1885426920.mp3" ></audio>

<script language="javascript">
var mu = document.getElementById('music');
var btn = document.getElementById('picBtn');
btn.onclick = function(){
      mu.paused ? (mu.play(), btn.style.background="url('http://image.hnol.net/c/2022-02/24/15/202202241559481151-5087368.gif')") : (mu.pause(), btn.style.background="url('http://image.hnol.net/c/2022-02/24/16/20220224160408591-5087368.gif')");
}
mu.addEventListener("ended", function(){
      btn.style.background="url('http://image.hnol.net/c/2022-02/24/16/20220224160408591-5087368.gif')";
});
</script>
<style>

.mvBox {

        position: relative;

        width: 800px;

        height: 100px;
      left:100px;
      top:-120px;
      color:#DF7401;

        line-height: 40px;

        font-size: 15px;

        animation: mq linear 10s infinite;

}

@keyframes mq {

        from { transform: translateX(200px); }

        to { transform: translateX(0); }

}

</style>



<div class="mvBox">江北不如南地暖,江南好断北人肠。燕脂桃颊梨花粉,共作寒梅一面妆。</div>
<br><br><br><br><br><br><br><br>

蜻蜓 发表于 2022-3-31 19:44

庭院深深深几许,不见杨柳见梅花{:10_402:}

一抹微蓝 发表于 2022-3-31 20:12

动图真美{:10_402:}

愤怒の葡萄 发表于 2022-3-31 20:42

我孤陋寡闻了,这个帖子是怎么编辑的?

墨羽 发表于 2022-3-31 20:44

观赏性太强了,看了好几遍,哈哈!
页: [1]
查看完整版本: 共作寒梅一面妆