找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
楼主: 老谟深虑

学习代码音画《镁光灯老师硬笔书法展》

[复制链接]

466

主题

4万

回帖

14万

积分

版主

积分
146658
发表于 2024-10-7 04:27:15 | 显示全部楼层 IP:山东
太漂亮了!欣赏有加

502

主题

2万

回帖

11万

积分

超级版主

积分
117529
 楼主| 发表于 2024-10-7 06:44:47 | 显示全部楼层 IP:亚太地区
筱亭 发表于 2024-10-7 04:27
太漂亮了!欣赏有加

            谢谢老弟的美评,早上好!

502

主题

2万

回帖

11万

积分

超级版主

积分
117529
 楼主| 发表于 2024-10-7 09:55:07 | 显示全部楼层 IP:亚太地区
微尘 发表于 2024-10-6 19:16
老友,晚上好。精彩的作品点赞鼓励支持是完全应该的哦。

       再次感谢!上午好!

308

主题

9026

回帖

6万

积分

版主

积分
66070
发表于 2024-10-7 10:30:33 | 显示全部楼层 IP:美国
制作精美,点赞!

502

主题

2万

回帖

11万

积分

超级版主

积分
117529
 楼主| 发表于 2024-10-7 10:32:47 | 显示全部楼层 IP:亚太地区
老钟 发表于 2024-10-7 10:30
制作精美,点赞!

       谢谢鼓励!

466

主题

4万

回帖

14万

积分

版主

积分
146658
发表于 2024-10-7 10:41:55 来自手机 | 显示全部楼层 IP:山东
老谟深虑 发表于 2024-10-7 06:44
谢谢老弟的美评,早上好!

喜欢大哥的音画

335

主题

5200

回帖

4万

积分

蓬莱仙人

积分
49442
发表于 2024-10-7 11:13:45 | 显示全部楼层 IP:安徽安庆
太好了,谢谢老兄精心制作,收藏了。辛苦辛苦,感谢感谢!!!请把代码发给我。

502

主题

2万

回帖

11万

积分

超级版主

积分
117529
 楼主| 发表于 2024-10-7 12:21:05 | 显示全部楼层 IP:亚太地区
镁光灯 发表于 2024-10-7 11:13
太好了,谢谢老兄精心制作,收藏了。辛苦辛苦,感谢感谢!!!请把代码发给我。
...

        不用客气!


  1. <div style="width: 1000px;height: 540px;box-shadow:  0px 0px 1px 2px #1b6f2b, 0px 0px 0px 8px #eefef1,0px 0px 5px 15px #1b6f2b;overflow:hidden;border-radius:1%;margin-top:20px;margin-LEFT: -0px;">
  2. <style type="text/css">#papa{margin: 0px 0px ; width: 1000px; height:600px;background: lightgreen url('https://pic.imgdb.cn/item/66f14455f21886ccc0b6413a.jpg') no-repeat center/cover;  box-shadow: 2px 2px 2px #000; position: relative; display: grid; place-items: center; z-index: 10000; overflow:hidden;}
  3. #papa:hover #fullscreen { display:block ;}
  4. #fullscreen { position: absolute; top:5%; left:80%;color:#FF0000; filter:drop-shadow( 1px 1px 1px #000000);font: normal 2em  华文隶书; opacity: 1; cursor: pointer; z-index: 11}
  5. #pp { position: absolute; top: 75%;width: 100%; left:5px; z-index: 2;}
  6. #mplayer{top: 85%;
  7.         left: 85%;
  8.         width: 50px;
  9.         height: 50px;z-index: 40;
  10.        background-color: red;
  11.         position: absolute;
  12.         transform: rotate(45deg);
  13.                 animation: heartbeat .8s infinite alternate;
  14.                 filter: drop-shadow(0px 0px 10px gray);
  15.     }
  16.     #mplayer::before,#mplayer::after{
  17.         content: "";
  18.         width: 50px;
  19.         height: 50px;
  20.         background-color: red;
  21.         position: absolute;
  22.         border-radius: 50%;
  23.     }
  24.     #mplayer::before{
  25.         left: -30px;
  26.     }
  27.     #mplayer::after{
  28.         top: -30px;
  29.     }
  30.        
  31. @keyframes heartbeat { to { transform: rotate(45deg) scale(0.9); } }

  32. .photo {width: 100%;
  33.   height: 100%;
  34.   position: absolute;z-index: -2;
  35. top:0px; left:0px;filter:contrast(120%)brightness(100%);
  36.   opacity: 0;-webkit-mask-image: radial-gra**nt(black 28% ,transparent 100%);
  37. animation: round 90s linear infinite;
  38. }

  39. @keyframes round  {
  40. 5% {
  41. opacity: 0;
  42. transform:translate(200%,0%)scale(1);}
  43. 10% {
  44. opacity: 1;
  45. transform:translate(0%,0%)scale(1);}
  46. 12% {
  47. opacity: 1;
  48. transform:translate(0%,0%)scale(1);}
  49. 18% {
  50. opacity: 0;
  51. transform:translate(-200%,0%)scale(1);}
  52. }

  53. img:nth-child(1) {
  54.   animation-delay: 84s;
  55. }
  56. img:nth-child(2) {
  57.   animation-delay: 78s;
  58. }
  59. img:nth-child(3) {
  60.   animation-delay: 72s;
  61. }
  62. img:nth-child(4) {
  63.   animation-delay: 66s;
  64. }
  65. img:nth-child(5) {
  66.   animation-delay: 60s;
  67. }
  68. img:nth-child(6) {
  69.   animation-delay: 54s;
  70. }
  71. img:nth-child(7) {
  72.   animation-delay: 48s;
  73. }
  74. img:nth-child(8) {
  75.   animation-delay: 42s;
  76. }
  77. img:nth-child(9) {
  78.   animation-delay: 36s;
  79. }
  80. img:nth-child(10) {
  81.   animation-delay: 30s;
  82. }
  83. img:nth-child(11) {
  84.   animation-delay: 24s;
  85. }
  86. img:nth-child(12) {
  87.   animation-delay: 18s;
  88. }
  89. img:nth-child(13) {
  90.   animation-delay: 12s;
  91. }
  92. img:nth-child(14) {
  93.   animation-delay: 6s;
  94. }
  95. img:nth-child(15) {
  96.   animation-delay: 0s;
  97. }


  98. .stop img:nth-child(1) {
  99. animation-play-state: paused;
  100. }
  101. .stop img:nth-child(2)  {
  102. animation-play-state: paused;
  103. }
  104. .stop  img:nth-child(3)  {
  105. animation-play-state: paused;
  106. }
  107. .stop img:nth-child(4)  {
  108. animation-play-state: paused;
  109. }
  110. .stop img:nth-child(5)  {
  111. animation-play-state: paused;
  112. }
  113. .stop img:nth-child(6)  {
  114. animation-play-state: paused;
  115. }
  116. .stop img:nth-child(7) {
  117. animation-play-state: paused;
  118. }
  119. .stop img:nth-child(8) {
  120. animation-play-state: paused;
  121. }

  122. .stop img:nth-child(9) {
  123. animation-play-state: paused;
  124. }
  125. .stop img:nth-child(10) {
  126. animation-play-state: paused;
  127. }

  128. .stop img:nth-child(11) {
  129. animation-play-state: paused;
  130. }
  131. .stop img:nth-child(12) {
  132. animation-play-state: paused;
  133. }
  134. .stop img:nth-child(13) {
  135. animation-play-state: paused;
  136. }
  137. .stop img:nth-child(14) {
  138. animation-play-state: paused;
  139. }

  140. @keyframes STAR-MOVE {
  141.         from {
  142.                 background-position: 0% -600%
  143.         }
  144.         to {
  145.                 background-position: 600% 0%
  146.         }
  147. }
  148. </style>
  149. <div id="papa">
  150. <div id="testImg"><img alt="" class="https://pic.imgdb.cn/item/66f14408f21886ccc0b5db73.jpg" /> <img alt="" class="photo" src="https://pic.imgdb.cn/item/66f14408f21886ccc0b5db8b.jpg" /> <img alt="" class="photo" src="https://pic.imgdb.cn/item/66f14408f21886ccc0b5db9f.jpg" /> <img alt="" class="photo" src="https://pic.imgdb.cn/item/66f14408f21886ccc0b5dbac.jpg" /> <img alt="" class="photo" src="https://pic.imgdb.cn/item/66f14408f21886ccc0b5dbc9.jpg" /> <img alt="" class="photo" src="https://pic.imgdb.cn/item/66f1442bf21886ccc0b60d8b.jpg" /> <img alt="" class="photo" src="https://pic.imgdb.cn/item/66f1442bf21886ccc0b60db9.jpg" /> <img alt="" class="photo" src="https://pic.imgdb.cn/item/66f1442bf21886ccc0b60df5.jpg" /> <img alt="" class="photo" src="https://pic.imgdb.cn/item/66f1442bf21886ccc0b60e09.jpg" /> <img alt="" class="photo" src="https://pic.imgdb.cn/item/66f1442bf21886ccc0b60e20.jpg" /> <img alt="" class="photo" src="https://pic.imgdb.cn/item/66f14448f21886ccc0b6322e.jpg" /> <img alt="" class="photo" src="https://pic.imgdb.cn/item/66f14448f21886ccc0b6323b.jpg" /> <img alt="" class="photo" src="https://pic.imgdb.cn/item/66f14448f21886ccc0b6325b.jpg" /> <img alt="" class="photo" src="https://pic.imgdb.cn/item/66f14448f21886ccc0b6326e.jpg" /> <img alt="" class="photo" src="https://pic.imgdb.cn/item/66f14448f21886ccc0b6327f.jpg" />
  151. <div class="pat">&nbsp;</div>
  152. </div>
  153. </div>
  154. </div>
  155. </div>

  156. <p>&nbsp;</p>
  157. <div style="height:649px"></iframe></p>
  158. </div>
  159. </div><video autoplay="" controls="" height="0" src="https://cccimg.com/view.php/f33a1555c44df9eb313545e53817d401.mp3" width="0">

复制代码



283

主题

2万

回帖

9万

积分

版主

积分
99670
发表于 2024-10-7 17:38:48 | 显示全部楼层 IP:山东淄博
老谟深虑 发表于 2024-10-6 17:48
谢谢老友的欣赏和鼓励,晚上好!

友谊万岁!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|离退休论坛 ( 浙B2-20100176 )

GMT+8, 2025-7-13 13:57 , Processed in 0.096009 second(s), 19 queries .

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表