可爱老人网

 找回密码
 注册会员
搜索
楼主: 静悟

《幸福花儿飞》 演唱:阿娜丹

[复制链接]
发表于 2022-2-20 15:56 | 显示全部楼层
静悟 发表于 2022-2-20 15:50
音乐《梅花三弄》选得好,蛮好听,滑得也精彩。

很喜欢《梅花三弄》,音乐和舞蹈动作浑然一体,配的很好
 楼主| 发表于 2022-2-20 16:10 | 显示全部楼层
湛蓝 发表于 2022-2-20 15:56
很喜欢《梅花三弄》,音乐和舞蹈动作浑然一体,配的很好

拼接的也很精彩,值得一看。
发表于 2022-2-20 17:38 | 显示全部楼层
欣赏静悟版主新佳作!赞一个
 楼主| 发表于 2022-2-20 18:00 | 显示全部楼层
镁光灯 发表于 2022-2-20 17:38
欣赏静悟版主新佳作!赞一个

谢谢镁光灯老师分享,祝欣赏愉快!
发表于 2022-2-20 19:52 | 显示全部楼层
 楼主| 发表于 2022-2-21 09:28 | 显示全部楼层

谢谢老师分享,问好!
 楼主| 发表于 2022-2-21 17:54 | 显示全部楼层
醉醉,你复制的代码同我给你的代码对比一下看看:
  1. <table cellspacing="0" cellpadding="0"><tr><td class="t_f" id="postmessage_10152953">
  2.     <style type="text/css">#outLayer {/* 最outLayer边框的样式设置 */
  3. width:960px; /* 只对最outLayer边框设置宽度 */
  4. position:relative;
  5. margin: 100px auto 32px -180px;
  6. overflow:hidden;
  7. border-radius:32px;
  8. background-image: url(<font color="#ff0000"><a href="https://z3.ax1x.com/2021/11/21/IjYJQP.gif" target="_blank"></font>https://z3.ax1x.com/2021/11/21/IjYJQP.gif<font color="#ff0000"></a></font>);
  9. padding:45px;
  10. }
  11. #innerLayer {/* innerLayer边框的样式设置 */
  12. background-image: url(<font color="#ff0000"><a href="https://z3.ax1x.com/2021/11/19/IHSQFU.gif" target="_blank"></font>https://z3.ax1x.com/2021/11/19/IHSQFU.gif<font color="#ff0000"></a></font>);
  13. width:auto; /* 其余各层边框宽度设置为auto */
  14. padding:8px;
  15. border-color: #F5DEB3 #F5DEB3 #F5DEB3 #F5DEB3;
  16. border-style:LightGray;
  17. border-width:3px;
  18. }
  19. #contentLayer {/* 内层的样式设置 */
  20. width:auto;/* 其余各层边框宽度设置为auto */
  21. height:auto !important; /* 最里层边框高度设置为auto,并且指明个最小高度 */
  22. min-height:400px; /* 或者给高度设置个确定的值,但这样做就失去了灵活性 */
  23. text-align:center;
  24. background-color:#E6E6FA;
  25. padding:16px;
  26. border-color: #F5DEB3 #F5DEB3 #F5DEB3 #F5DEB3;
  27. border-style:solid;
  28. border-width:3px;
  29. }
  30. #kxz        {
  31.         font:italic bold 45px 楷体, 楷体_GB2312;
  32.         -webkit-background-clip:text;
  33.         -webkit-text-fill-Crimson:transparent;
  34.         display:inline;
  35.         position:absolute;left:180px;top:60px;
  36.         -webkit-text-stroke:thin yellow;text-shadow: 2px 2px 12px Blue;
  37. }
  38. #contentLayer iframe {
  39. width:100%;
  40. margin:12px auto;
  41. -width:800px;height:500px;position:relative;
  42.         clip-path:polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  43. }
  44. </style>
  45. <p>视频没开始播放就点它一下</p>

  46. <div id="outLayer">
  47. <div id="innerLayer">
  48. <div id="contentLayer">
  49. <br />
  50. <div id="kxz">《幸福花儿飞》 演唱:阿娜丹</div>
  51. <br />

  52. <div style="color:#0000FF;font-size:1.2em;margin-top:20px;">素材网络:编辑:静悟</div>
  53. <br />
  54. <br />
  55. <iframe height=500 width=800
  56. src='https://player.youku.com/embed/<font color="#ff0000">id_</font>XNTE4MzQzNzgyNA==?autoplay=true' frameborder=0 'allowfullscreen'></iframe>


  57. </div>
  58. </div>
  59. </div>

  60. <div style="height:170px;"></div>
复制代码
下面是我的代码:
  1. <table cellspacing="0" cellpadding="0"><tr><td class="t_f" id="postmessage_10152953">
  2.     <style type="text/css">#outLayer {/* 最outLayer边框的样式设置 */
  3. width:960px; /* 只对最outLayer边框设置宽度 */
  4. position:relative;
  5. margin: 100px auto 32px -180px;
  6. overflow:hidden;
  7. border-radius:32px;
  8. background-image: url(https://z3.ax1x.com/2021/11/21/IjYJQP.gif);
  9. padding:45px;
  10. }
  11. #innerLayer {/* innerLayer边框的样式设置 */
  12. background-image: url(https://z3.ax1x.com/2021/11/19/IHSQFU.gif);
  13. width:auto; /* 其余各层边框宽度设置为auto */
  14. padding:8px;
  15. border-color: #F5DEB3 #F5DEB3 #F5DEB3 #F5DEB3;
  16. border-style:LightGray;
  17. border-width:3px;
  18. }
  19. #contentLayer {/* 内层的样式设置 */
  20. width:auto;/* 其余各层边框宽度设置为auto */
  21. height:auto !important; /* 最里层边框高度设置为auto,并且指明个最小高度 */
  22. min-height:400px; /* 或者给高度设置个确定的值,但这样做就失去了灵活性 */
  23. text-align:center;
  24. background-color:#E6E6FA;
  25. padding:16px;
  26. border-color: #F5DEB3 #F5DEB3 #F5DEB3 #F5DEB3;
  27. border-style:solid;
  28. border-width:3px;
  29. }
  30. #kxz        {
  31.         font:italic bold 45px 楷体, 楷体_GB2312;
  32.         -webkit-background-clip:text;
  33.         -webkit-text-fill-Crimson:transparent;
  34.         display:inline;
  35.         position:absolute;left:180px;top:60px;
  36.         -webkit-text-stroke:thin yellow;text-shadow: 2px 2px 12px Blue;
  37. }
  38. #contentLayer iframe {
  39. width:100%;
  40. margin:12px auto;
  41. -width:800px;height:500px;position:relative;
  42.         clip-path:polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  43. }
  44. </style>
  45. <p>视频没开始播放就点它一下</p>

  46. <div id="outLayer">
  47. <div id="innerLayer">
  48. <div id="contentLayer">
  49. <br />
  50. <div id="kxz">《幸福花儿飞》 演唱:阿娜丹</div>
  51. <br />

  52. <div style="color:#0000FF;font-size:1.2em;margin-top:20px;">素材网络:编辑:静悟</div>
  53. <br />
  54. <br />
  55. <iframe height=500 width=800
  56. src='https://player.youku.com/embed/XNTg0MTE5MTI4OA==?autoplay=true' frameborder=0 'allowfullscreen'></iframe>


  57. </div>
  58. </div>
  59. </div>

  60. <div style="height:170px;"></div>
复制代码
你的边框没出来就是多了红字的代码,视频转不出来,也是多了红色的代码。去掉这些红色的代码,应该是没问题了。

 楼主| 发表于 2022-2-21 18:06 | 显示全部楼层

视频没开始播放就点它一下


《幸福花儿飞》 演唱:阿娜丹

素材网络:编辑:静悟


 楼主| 发表于 2022-2-21 18:08 | 显示全部楼层
你这视频是:可惜不爱了   
发表于 2022-2-21 23:22 | 显示全部楼层
本帖最后由 沉醉醉 于 2022-2-21 23:38 编辑

静悟老师,我比了好久,是我的红色代码错了,我去掉了红色代码,发出来还是打圈圈出不来,可能是我的老电脑有问题,明天我用W10的电脑试试看,辛苦老师了。
        
下一页 发布主题 快速回复

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.