楼主: 婴宁

[其他] 散版文字代码(想套代码的看过来)

[复制链接]
千年灵狐

红狐狸

赴山海 山之勤奋 三周年庆 一生安柠 幸福莓满 桃气满满 梅开颜笑 心若葡提 樱果相依 喜上莓梢 猪事顺利 一生一世 前兔似锦 心心相印 两心如一 一心一意 管理勋章 版主勋章 江湖之上 江湖靓女 桃花朵朵 山高为峰 山外有山 巳巳如意 两周年庆 守望千山 少年歌行 少年徐行 海洋之心 蝴蝶精灵 花漫千山 音画同行 映像2024 雪花精灵 开卷有益 一叶知秋 我书我心 甜心百灵 星河有你 七夕之桥 新春美食 山海靓女
 楼主| 发表于 2025-9-5 17:58 | 显示全部楼层


  1. <div align="center">
  2. <div class="t_fsz"><table cellspacing="0" cellpadding="0"><tr><td class="t_f" id="postmessage_183489">
  3. <style>
  4. #mplayer {
  5.         margin: 20px auto;
  6.         width: 200px;
  7.         height: 120px;
  8.         background: linear-gradient(tan,navy,transparent);
  9.         box-shadow: 0 0 8px #777, 0 0 50px #999 inset, 0 0 20px #666;
  10.         color: antiquewhite;
  11.         display: grid;
  12.         place-items: center;
  13.         position: relative;
  14.         --prg: 25%; --state: paused;
  15. }
  16. #mplayer > span { position: absolute; }
  17. #mplayer::before, #mplayer::after {
  18.         position: absolute;
  19.         content: '';
  20. }
  21. #mplayer::before {
  22.         left: 6px;
  23.         top: 6px;
  24.         width: 10px;
  25.         height: 10px;
  26.         border-radius: 50%;
  27.         background: gray;
  28.         box-shadow: 178px 0 0 gray, 0 98px 0 0 gray, 178px 98px 0 0 gray;
  29. }
  30. /*
  31. #mplayer::after {
  32.         width: 78px;
  33.         height: 24px;
  34.         border-radius: 24px;
  35.         background: lightgray;
  36. }
  37. */
  38. #btnP1, #btnP2 {
  39.         width: 50px;
  40.         height: 50px;
  41.         border-radius: 50%;
  42.         border: 1px solid silver;
  43.         display: grid;
  44.         place-items: center;
  45.         cursor: pointer;
  46.         animation: rot 5s infinite linear var(--state);
  47. }
  48. #btnP1 {
  49.         left: 20px;
  50.         background: gray radial-gradient(
  51.                 transparent,
  52.                 transparent 20%,
  53.                 #000 calc(20% + 1px),
  54.                 #000 calc(100% - var(--prg)),
  55.                 transparent calc(100% - var(--prg) + 1px),
  56.                 transparent 0
  57.         );
  58. }
  59. #btnP2 {
  60.         right: 20px;
  61.         background: gray radial-gradient(
  62.                 transparent,
  63.                 transparent 20%,
  64.                 #000 calc(20% + 1px),
  65.                 #000 var(--prg),
  66.                 transparent calc(var(--prg) + 1px),
  67.                 transparent 0
  68.         );
  69. }
  70. #btnP1::after, #btnP2::after {
  71.         position: absolute;
  72.         content: '';
  73.         width: 18px;
  74.         height: 18px;
  75.         border-radius: 50%;
  76.         border: 2px dotted rgba(220,220,220,.7);
  77. }
  78. #titP { top: 10px; font-size: 12px; }

  79. @keyframes rot { to { transform: rotate(1turn); } }
  80. </style>

  81. <div id="mplayer">
  82.         <span id="titP">婴宁翻唱</span>
  83.         <span id="btnP1"></span>
  84.         <span id="btnP2"></span>
  85. </div>
  86. <audio id="aud" src="http://cgi.kg.qq.com/fcgi-bin/fcg_get_play_url?shareid=jnYczgjWJBCKQjyo" loop autoplay></audio>
  87. <script>
  88. let mState = () => mplayer.style.setProperty('--state', aud.paused ? 'paused' : 'running');

  89. aud.addEventListener('play', mState, false);
  90. aud.addEventListener('pause', mState, false);
  91. aud.addEventListener('timeupdate', () => {
  92.         let prg = aud.currentTime / aud.duration * 100 + 20;
  93.         mplayer.style.setProperty('--prg', prg + '%');
  94. });
  95. btnP1.onclick = btnP2.onclick = () => aud.paused ? aud.play() : aud.pause();
  96. </script></td></tr></table>

  97. </div>
  98. <div id="comment_183489" class="cm">
  99. </div>

  100. <div id="post_rate_div_183489"></div>
  101. </div>
  102. </div>

  103. </td></tr>
  104. <tr><td class="plc plm">
  105. </td>
  106. </tr>
  107. <tr id="_postposition183489"></tr>
  108. <tr>
  109. <td class="pls"></td>
  110. <td class="plc" style="overflow:visible;">
  111. <div class="po hin">
  112. <div class="pob cl">
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?中文注册

×

获得 马蹄莲卡 一张

卡片说明:婴宁给蚂蚁撑伞,得到1 颗草籽。

卡片效果:获得 1 颗 草籽

婴宁 2025-9-5 17:58
回复
这是一款小巧的播放器,可以播放翻唱歌曲。
回复

使用道具

千年灵狐

红狐狸

赴山海 山之勤奋 三周年庆 一生安柠 幸福莓满 桃气满满 梅开颜笑 心若葡提 樱果相依 喜上莓梢 猪事顺利 一生一世 前兔似锦 心心相印 两心如一 一心一意 管理勋章 版主勋章 江湖之上 江湖靓女 桃花朵朵 山高为峰 山外有山 巳巳如意 两周年庆 守望千山 少年歌行 少年徐行 海洋之心 蝴蝶精灵 花漫千山 音画同行 映像2024 雪花精灵 开卷有益 一叶知秋 我书我心 甜心百灵 星河有你 七夕之桥 新春美食 山海靓女
 楼主| 发表于 2025-9-6 09:06 | 显示全部楼层
  1. <div align="center"><section style="width:600px;">
  2. <section style="overflow: hidden; background-color: #EFE9E9; margin-bottom: unset; background-image: linear-gradient(0deg, #DFD8C1, #eee7dd); color: rgb(0, 0, 0);">
  3. <section class="_editor">
  4. <section class="_editor"></section>
  5. <section class="_editor">
  6. <section style="text-align:center;margin:25px 0 25px;">
  7. <section style="display:inline-block;margin-bottom:unset;">
  8. <section style="width:2em;margin-bottom:unset;" class="">
  9. <p class="aiActive"><img data-brush="img" src="https://s3.bmp.ovh/imgs/2025/09/06/983245c91b2749bb.gif" data-width="120%" style="width: 120%; border-radius: initial; background-color: transparent !important; background-size: 0px !important;"><br></p></section></section></section></section></section><section class="_editor"><section style="margin:15px 0 15px;" data-color="#DECCA5"><section class="_editor"><section style="margin:25px 0 25px;"><section style="t
  10. </section>
  11. </section>
  12. <section style="margin:15px 0 15px;">
  13. <section class="_editor">
  14. <section style="margin:0 15px;">
  15. <section class="_editor">
  16. <section style="margin:25px 5px 25px;">
  17. <section style="width:100%;margin-bottom:unset;" data-width="100%">
  18. <p>
  19. <img data-brush="img" data-copyrighted="23784" src="https://s21.ax1x.com/2024/08/09/pASEp5T.jpg" style="width: 80%; display: block; border-radius: initial; background-color: transparent !important; background-size: 0px !important;" data-width="80%">
  20. </p><section class="_editor"><section style="margin:25px 0 25px;"><section style="text-align:center;margin-bottom:unset;"><section style="display:inline-block;margin-bottom:unset;">
  21. <section style="border: 1px dashed #d0cdce; padding: 5px; box-sizing: border-box; margin-bottom: unset;">
  22. <section style="font-size: 17px; color: #000000; letter-spacing: 1px; background-color: #9e9e9e; padding: 3px 14px; box-sizing: border-box; margin-bottom: unset; background-image: linear-gradient(45deg, #DECCA5, #d0cdce, #d0cdce);" class="">
  23. <p>
  24. <strong>新学期 新希望</strong>
  25. </p>
  26. </section>
  27. </section>
  28. </section>
  29. </section>
  30. </section>
  31. </section>
  32. </section>
  33. </section>
  34. </section>
  35. <section class="_editor">
  36. <section style="margin:25px 10px 25px;">
  37. <section style="line-height: 2.25em; text-align: left; padding-left: 32px; padding-right: 32px;color: rgb(0, 0, 0); margin-bottom: unset;">
  38. <p style="font-size:13px;letter-spacing:0px;">
  39. 校园的银杏还没泛黄,却已等来了熟悉的身影。秋天把开学变成一场温柔的约定,背着书包走进校门的那一刻,便知道:又一段充满希望的时光,开始了。
  40. </p>
  41. </section>
  42. </section>
  43. </section>
  44. <section class="_editor">
  45. <section style="margin:25px 5px 25px;">
  46. <section style="display:flex;justify-content:center;align-items:center;margin-bottom:unset;">
  47. <section style="width:50%;margin-bottom:unset;" data-width="50%">
  48. <p>
  49. <br>
  50. </p>
  51. </section>
  52. </section>
  53. </section>
  54. </section>
  55. </section>
  56. </section>
  57. </section>
  58. </section>
  59. <section class="_editor">
  60. <section style="background-image:url('https://s3.bmp.ovh/imgs/2025/09/06/fa995664b517ca35.png');background-repeat:no-repeat;background-size:100%;background-position:100% 100%;margin-bottom:unset;" class="">
  61. <section class="_editor">
  62. <p>
  63. <br>
  64. </p>
  65. </section>
  66. </section>
  67. </section>
  68. </section>
  69. </section>
  70. <section class="_editor">
  71. <p>
  72. <br>
  73. </p>
  74. </section></div>
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?中文注册

×
点评
回复

使用道具

千年灵狐

红狐狸

赴山海 山之勤奋 三周年庆 一生安柠 幸福莓满 桃气满满 梅开颜笑 心若葡提 樱果相依 喜上莓梢 猪事顺利 一生一世 前兔似锦 心心相印 两心如一 一心一意 管理勋章 版主勋章 江湖之上 江湖靓女 桃花朵朵 山高为峰 山外有山 巳巳如意 两周年庆 守望千山 少年歌行 少年徐行 海洋之心 蝴蝶精灵 花漫千山 音画同行 映像2024 雪花精灵 开卷有益 一叶知秋 我书我心 甜心百灵 星河有你 七夕之桥 新春美食 山海靓女
 楼主| 发表于 2025-9-6 09:12 | 显示全部楼层


  1. <div align="center"><section style="width:600px;"><section class="_editor_bg" style="background-image: url('https://s3.bmp.ovh/imgs/2025/09/05/a10f1e357c527777.png'); background-size: auto; background-repeat: repeat; background-position: left top;">
  2.     <section class="_editor" style="list-style: revert; color: rgb(62, 62, 62); font-size: 17px; letter-spacing: 0.578px; text-align: center;">
  3.         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  4.             <img src="https://s3.bmp.ovh/imgs/2025/09/06/1900849b6fe0af22.png" data-width="100%" style="display: inline-block; border: 0px none; list-style: revert; width: 100%; border-radius: initial; background-size: 0px !important;"/>
  5.         </p>
  6.         <section style="list-style: revert; margin-top: 34px; margin-right: 0px; margin-bottom: unset; margin-left: 0px; letter-spacing: 2px; color: #a74f00; line-height: 1.35; font-size: 31px; transform: rotateZ(0deg);">
  7.             <p data-aibrush="title" style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  8.                 <span style="color: #a26b69;"><strong style="list-style: revert;">白露见秋深</strong></span>
  9.             </p>
  10.         </section>
  11.         <section style="list-style: revert; margin-top: 9px; margin-right: 0px; margin-bottom: unset; margin-left: 0px; display: flex; justify-content: center; align-items: center;">
  12.             <section style="list-style: revert; width: 20px; height: 1px; background-color: #a74f00;"></section>
  13.             <section style="list-style: revert; margin: 0px 5px; letter-spacing: 0px; color: #a74f00; line-height: 1.35; font-size: 13px; transform: rotateZ(0deg);">
  14.                 <p data-aibrush="title" style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  15.                     <strong style="list-style: revert;">Autumn</strong>
  16.                 </p>
  17.             </section>
  18.             <section style="list-style: revert; width: 20px; height: 1px; background-color: #a74f00;"></section>
  19.         </section>
  20.     </section>
  21.     <section class="_editor" style="list-style: revert; color: rgb(62, 62, 62); font-size: 17px; letter-spacing: 0.578px;">
  22.         <section style="list-style: revert; margin: 20px 0px;">
  23.             <p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); list-style: revert; color: rgb(71, 33, 0); font-size: 14px; letter-spacing: 2px; line-height: 2; text-align: left; padding-left: 40px; padding-right: 40px;">
  24.                 <span style="font-size: 13px;">当清晨的第一缕曙光,</span>
  25.             </p>
  26.             <p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); list-style: revert; color: rgb(71, 33, 0); font-size: 14px; letter-spacing: 2px; line-height: 2; text-align: left; padding-left: 40px; padding-right: 40px;">
  27.                 <span style="font-size: 13px;">温柔地揭开夜的幕布,</span>
  28.             </p>
  29.             <p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); list-style: revert; color: rgb(71, 33, 0); font-size: 14px; letter-spacing: 2px; line-height: 2; text-align: left; padding-left: 40px; padding-right: 40px;">
  30.                 <span style="font-size: 13px;">晶莹的露珠恰似散落在草尖、</span>
  31.             </p>
  32.             <p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); list-style: revert; color: rgb(71, 33, 0); font-size: 14px; letter-spacing: 2px; line-height: 2; text-align: left; padding-left: 40px; padding-right: 40px;">
  33.                 <span style="font-size: 13px;">叶梢的细碎星辰,在微光里闪烁跳跃。</span>
  34.             </p>
  35.             <p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); list-style: revert; color: rgb(71, 33, 0); font-size: 14px; letter-spacing: 2px; line-height: 2; text-align: left; padding-left: 40px; padding-right: 40px;">
  36.                 <span style="font-size: 13px;">它们是大自然在白露这天精心馈赠的礼物,</span>
  37.             </p>
  38.             <p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); list-style: revert; color: rgb(71, 33, 0); font-size: 14px; letter-spacing: 2px; line-height: 2; text-align: left; padding-left: 40px; padding-right: 40px;">
  39.                 <span style="font-size: 13px;">每一滴都映着秋的澄澈与宁静,</span>
  40.             </p>
  41.             <p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); list-style: revert; color: rgb(71, 33, 0); font-size: 14px; letter-spacing: 2px; line-height: 2; text-align: left; padding-left: 40px; padding-right: 40px;">
  42.                 <span style="font-size: 13px;">诉说着季节的更迭流转,</span>
  43.             </p>
  44.             <p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); list-style: revert; color: rgb(71, 33, 0); font-size: 14px; letter-spacing: 2px; line-height: 2; text-align: left; padding-left: 40px; padding-right: 40px;">
  45.                 <span style="font-size: 13px;">让世间万物都裹上了一层梦幻的薄纱。</span>
  46.             </p>
  47.         </section>
  48.     </section>
  49.     <section class="_editor" data-support="96编辑器" style="list-style: revert; color: rgb(62, 62, 62); font-size: 17px; letter-spacing: 0.578px;">
  50.         <section data-align="title" style="list-style: revert; margin: 30px 0px; text-align: center;">
  51.             <section style="list-style: revert; margin-top: 0px; margin-right: 0px; margin-bottom: unset; margin-left: 0px; display: inline-block;">
  52.                 <section style="list-style: revert; margin-top: 0px; margin-right: 0px; margin-bottom: unset; margin-left: 0px; display: flex; justify-content: center; align-items: flex-end;">
  53.                     <section style="list-style: revert; width: 40px;">
  54.                         <p>
  55.                             <img src="https://s3.bmp.ovh/imgs/2025/09/06/4ae75e3e0f67d195.png" style="display: inline-block; border: 0px none; list-style: revert;"/>
  56.                         </p>
  57.                     </section>
  58.                     <section style="list-style: revert; padding: 0px 8px 1px; border-bottom: 1px solid rgb(255, 168, 0);">
  59.                         <p data-aibrush="text" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); list-style: revert; color: rgb(167, 79, 0); font-size: 15px; letter-spacing: 2px;">
  60.                             秋凉初至
  61.                         </p>
  62.                     </section>
  63.                 </section>
  64.             </section>
  65.         </section>
  66.     </section>
  67.     <section class="_editor" data-support="96编辑器" style="list-style: revert; color: rgb(62, 62, 62); font-size: 17px; letter-spacing: 0.578px;">
  68.         <section data-align="title" style="list-style: revert; margin: 50px 0px; text-align: center;">
  69.             <section style="list-style: revert; margin-top: 0px; margin-right: 0px; margin-bottom: unset; margin-left: 0px; display: inline-block;">
  70.                 <section style="list-style: revert; margin-top: 0px; margin-right: 0px; margin-bottom: unset; margin-left: 0px; display: flex; justify-content: center; align-items: flex-end;">
  71.                     <section style="list-style: revert; width: 40px;" class="">
  72.                         <p class="aiActive">
  73.                             <br/>
  74.                         </p>
  75.                     </section>
  76.                 </section>
  77.             </section>
  78.         </section>
  79.     </section>
  80.     <section class="_editor" style="list-style: revert; color: rgb(62, 62, 62); font-size: 17px; letter-spacing: 0.578px;">
  81.         <section style="list-style: revert; margin-top: 0px; margin-right: 0px; margin-bottom: unset; margin-left: 0px; color: #333333; font-size: 13px; line-height: 2; text-align: center; letter-spacing: 2px; transform: rotateZ(0deg);">
  82.             <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  83.                 <br/>
  84.             </p>
  85.         </section>
  86.         <section style="list-style: revert; margin-top: -4em; margin-right: 0px; margin-bottom: unset; margin-left: 0px;">
  87.             <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  88.                 <img src="https://s3.bmp.ovh/imgs/2025/09/06/57e8419f9acb1af4.png" data-brush="img" data-width="100%" style="display: inline-block; border: 0px none; list-style: revert; z-index: -1; cursor: pointer; width: 100%; border-radius: initial; background-size: 0px !important; height: auto;"/>
  89.             </p>
  90.         </section>
  91.     </section>
  92.     <section class="_editor">
  93.         <p>
  94.             <br/>
  95.         </p>
  96.     </section>
  97. </section>
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?中文注册

×
点评
回复

使用道具

千年灵狐

红狐狸

赴山海 山之勤奋 三周年庆 一生安柠 幸福莓满 桃气满满 梅开颜笑 心若葡提 樱果相依 喜上莓梢 猪事顺利 一生一世 前兔似锦 心心相印 两心如一 一心一意 管理勋章 版主勋章 江湖之上 江湖靓女 桃花朵朵 山高为峰 山外有山 巳巳如意 两周年庆 守望千山 少年歌行 少年徐行 海洋之心 蝴蝶精灵 花漫千山 音画同行 映像2024 雪花精灵 开卷有益 一叶知秋 我书我心 甜心百灵 星河有你 七夕之桥 新春美食 山海靓女
 楼主| 发表于 2025-9-8 16:55 | 显示全部楼层


  1. <div align="center"><section style="width:600px;">
  2.     <section style="list-style: revert; margin-bottom: unset; overflow: hidden; background-color: rgb(254, 254, 254); background-image: url('https://s3.bmp.ovh/imgs/2025/09/06/99dd368a3a6edf0a.png'); background-repeat: repeat-y; background-size: 130%; background-position: 0% 0%;">
  3.         <section class="_editor" style="list-style: revert;">
  4.             <section style="list-style: revert; margin-bottom: unset; background-image: url('https://s3.bmp.ovh/imgs/2025/09/06/2848539b15f9c16e.png'); background-repeat: no-repeat; background-size: 58%; background-position: 60% 50%;">
  5.                 <section style="list-style: revert; margin-bottom: unset; background-image: url('https://s3.bmp.ovh/imgs/2025/09/06/1fc25e1783d1c055.png'); background-repeat: no-repeat; background-size: 52%; background-position: 96% 41%;" class="">
  6.                     <section class="_editor" style="list-style: revert;">
  7.                         <section style="list-style: revert; margin-bottom: unset; text-align: center;">
  8.                             <section style="list-style: revert; margin-bottom: unset; display: inline-block;">
  9.                                 <section style="list-style: revert; margin-bottom: unset; display: flex; justify-content: space-between; align-items: center;">
  10.                                     <section style="list-style: revert; margin-bottom: unset; font-size: 13px; color: #333333; letter-spacing: 0px;">
  11.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  12.                                             <br/>
  13.                                         </p>
  14.                                     </section>
  15.                                 </section>
  16.                                 <section style="list-style: revert; margin-top: 10px; margin-bottom: unset; font-size: 63px; color: #b7792f2b; letter-spacing: -0.5px; line-height: 1em;">
  17.                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  18.                                         <strong style="list-style: revert;">AUTUMN</strong>
  19.                                     </p>
  20.                                 </section>
  21.                             </section>
  22.                         </section>
  23.                     </section>
  24.                     <section class="_editor" style="list-style: revert;">
  25.                         <p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); list-style: revert;">
  26.                             <br style="list-style: revert;"/>
  27.                         </p>
  28.                     </section>
  29.                     <section class="_editor" style="list-style: revert;">
  30.                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  31.                             <br style="list-style: revert;"/>
  32.                         </p>
  33.                     </section>
  34.                     <section class="_editor" style="list-style: revert;">
  35.                         <section style="list-style: revert; margin: 25px;" class="">
  36.                             <section data-width="79%" style="list-style: revert; margin-bottom: unset; width: 79%;">
  37.                                 <section style="list-style: revert; margin-bottom: unset; padding: 15px 15px 10px; background-image: linear-gradient(90deg, #fefefe, #dddede);">
  38.                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  39.                                         <img data-brush="img" data-copyrighted="60171" src="https://s3.bmp.ovh/imgs/2025/09/06/a8108b06189b9ca0.png" data-width="100%" style="display: block; border: 0px none; list-style: revert; width: 100%; border-radius: initial; background-color: transparent !important; background-size: 0px !important;"/>
  40.                                     </p>
  41.                                     <section style="list-style: revert; margin-top: 10px; margin-right: 10px; margin-left: 10px; display: flex; justify-content: space-between; align-items: center;">
  42.                                         <section style="list-style: revert; margin-bottom: unset; font-size: 13px; color: #333333; letter-spacing: 0px;">
  43.                                             <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  44.                                                 <em>作者</em>
  45.                                             </p>
  46.                                         </section>
  47.                                         <section style="list-style: revert; margin-bottom: unset; width: 1.3em;">
  48.                                             <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  49.                                                 <img data-brush="img" src="https://s3.bmp.ovh/imgs/2025/09/06/4ae75e3e0f67d195.png" data-width="150%" style="display: block; border: 0px none; list-style: revert; width: 150%; border-radius: initial; background-color: transparent !important; background-size: 0px !important;"/>
  50.                                             </p>
  51.                                         </section>
  52.                                     </section>
  53.                                 </section>
  54.                             </section>
  55.                         </section>
  56.                     </section>
  57.                 </section>
  58.             </section>
  59.         </section>
  60.         <section class="_editor" style="list-style: revert;">
  61.             <section style="list-style: revert; margin-top: 15px; margin-bottom: 15px;" class="">
  62.                 <section class="_editor" style="list-style: revert;">
  63.                     <p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); list-style: revert;">
  64.                         <br style="list-style: revert;"/>
  65.                     </p>
  66.                 </section>
  67.                 <section class="_editor" style="list-style: revert;">
  68.                     <section style="list-style: revert; margin-top: 25px; margin-bottom: 25px;">
  69.                         <section style="list-style: revert; margin-bottom: unset; text-align: center;">
  70.                             <section data-width="85%" style="list-style: revert; margin-bottom: unset; display: inline-block; width: 85%;">
  71.                                 <section style="list-style: revert; margin-right: 15px; margin-bottom: -17px; margin-left: 15px; display: flex; justify-content: space-between; align-items: center;">
  72.                                     <section style="list-style: revert; margin-bottom: unset; padding: 4px 25px; color: #ffffff; letter-spacing: 0px; background-color: #b7792f; border-radius: 20px;">
  73.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  74.                                             <strong style="list-style: revert;">题&nbsp; &nbsp; &nbsp; 目</strong>
  75.                                         </p>
  76.                                     </section>
  77.                                     <section style="list-style: revert; margin-bottom: unset; width: 2.8em;">
  78.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  79.                                             <img data-brush="img" src="https://s3.bmp.ovh/imgs/2025/09/07/e05afa8ccff33761.png" data-width="100%" style="display: block; border: 0px none; list-style: revert; width: 100%; border-radius: initial; background-color: transparent !important; background-size: 0px !important;"/>
  80.                                         </p>
  81.                                     </section>
  82.                                 </section>
  83.                                 <section data-width="100%" style="list-style: revert; margin-bottom: unset; background-image: linear-gradient(90deg, #fefefe, #dddede); width: 100%; height: 36px; box-shadow: #0000007f 0px 0px 5px; overflow: hidden; line-height: 0;">
  84.                                     <br/>
  85.                                 </section>
  86.                             </section>
  87.                         </section>
  88.                     </section>
  89.                 </section>
  90.             </section>
  91.             <section style="list-style: revert; margin-top: 15px; margin-bottom: 15px;">
  92.                 <section class="_editor" style="list-style: revert;">
  93.                     <section style="list-style: revert; margin-right: 10px; margin-left: 10px;">
  94.                         <section class="_editor" style="list-style: revert;">
  95.                             <section style="list-style: revert; margin: 25px 10px;">
  96.                                 <section style="list-style: revert; margin-bottom: unset; line-height: 2.25em; text-align: center; color: #333333;">
  97.                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 0px; text-align: left; padding-left: 40px; padding-right: 40px;">
  98.                                         愿九月的你脸上有笑容
  99.                                     </p>
  100.                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 0px; text-align: left; padding-left: 40px; padding-right: 40px;">
  101.                                         心里有阳光,眼里有风景
  102.                                     </p>
  103.                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 0px; text-align: left; padding-left: 40px; padding-right: 40px;">
  104.                                         带着点点星光,我们一起去开启九月的惊喜
  105.                                     </p>
  106.                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 0px; text-align: left; padding-left: 40px; padding-right: 40px;">
  107.                                         这是一个充满期待和美好的季节
  108.                                     </p>
  109.                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 0px; text-align: left; padding-left: 40px; padding-right: 40px;">
  110.                                         让我们用心去感受,用行动去实现<span style="letter-spacing: 0px; text-align: left;">象。</span>
  111.                                     </p>
  112.                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 0px; text-align: left; padding-left: 40px; padding-right: 40px;">
  113.                                         <span style="letter-spacing: 0px; text-align: left;"><br/></span>
  114.                                     </p>
  115.                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 0px; text-align: left; padding-left: 40px; padding-right: 40px;">
  116.                                         <span style="letter-spacing: 0px; text-align: left;"><img data-brush="img" src="https://s3.bmp.ovh/imgs/2025/09/07/e05afa8ccff33761.png" data-width="9.6506%" style="border: 0px none; list-style: revert; width: 9.6506%; border-radius: initial; display: block; background-size: 0px !important; transform: rotateY(180deg);"/></span>
  117.                                     </p>
  118.                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 0px; text-align: left; padding-left: 40px; padding-right: 40px;">
  119.                                         <span style="letter-spacing: 0px; text-align: left;"><br/></span>
  120.                                     </p>
  121.                                 </section>
  122.                             </section>
  123.                         </section>
  124.                     </section>
  125.                 </section>
  126.             </section>
  127.         </section>
  128.         <section class="_editor" style="list-style: revert;">
  129.             <section style="list-style: revert; margin-top: 15px; margin-bottom: 15px;"></section>
  130.         </section>
  131.     </section>
  132. </section>
  133. <p>
  134.     <br/>
  135. </p><span class="layui-layer-setwin" style="position: absolute; right: 33px; top: 119px; font-size: 0px; line-height: initial; opacity: 0.3; color: #333333; font-family: &quot;Microsoft YaHei&quot;, -apple-system-font, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, sans-serif; letter-spacing: normal; text-align: start;"></span>
  136. <section class="_editor">
  137.     <p>
  138.         <br/>
  139.     </p>
  140. </section>
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?中文注册

×
点评
回复

使用道具

千年灵狐

红狐狸

赴山海 山之勤奋 三周年庆 一生安柠 幸福莓满 桃气满满 梅开颜笑 心若葡提 樱果相依 喜上莓梢 猪事顺利 一生一世 前兔似锦 心心相印 两心如一 一心一意 管理勋章 版主勋章 江湖之上 江湖靓女 桃花朵朵 山高为峰 山外有山 巳巳如意 两周年庆 守望千山 少年歌行 少年徐行 海洋之心 蝴蝶精灵 花漫千山 音画同行 映像2024 雪花精灵 开卷有益 一叶知秋 我书我心 甜心百灵 星河有你 七夕之桥 新春美食 山海靓女
 楼主| 发表于 2025-9-8 17:00 | 显示全部楼层



  1. <br><br><div align="center">
  2. <section style="width:660px;">
  3.                 <section data-id="101536" style="font-size: 16px; -webkit-tap-highlight-color: transparent;">
  4.                         <section style="-webkit-tap-highlight-color: transparent; margin-top: 10px; margin-bottom: 10px; text-align: center;">
  5.                             <section style="-webkit-tap-highlight-color: transparent; display: inline-flex; justify-content: center; align-items: center;">
  6.                                 <section style="-webkit-tap-highlight-color: transparent; margin-left: -45px; width: 45px; transform: translate(45px, -14px);">
  7.                                     <p>
  8.                                         <br>
  9.                                     </p>
  10.                                 </section>
  11.                             </section>
  12.                         </section>
  13.                     </section>
  14.                     <section data-id="101516" style="-webkit-tap-highlight-color: transparent;">
  15.                         <section data-width="100%" style="-webkit-tap-highlight-color: transparent; margin-top: 10px; margin-bottom: 10px; width: 100%;">
  16.                             <section style="-webkit-tap-highlight-color: transparent; margin-right: auto; margin-left: auto; width: 300px; background-image: url('https://s21.ax1x.com/2025/08/31/pVcaSgS.png'); background-position: center top; background-size: 100%; background-repeat: no-repeat; background-attachment: initial; background-origin: initial; background-clip: initial;">
  17.                                 <section hm_fix="331:387" style="-webkit-tap-highlight-color: transparent; display: flex; flex-direction: column; align-items: center;">
  18.                                     <section data-width="56.8421%" style="font-size: 16px; -webkit-tap-highlight-color: transparent; margin-top: 30px; width: 56.8421%; max-width: 56.8421% !important;">
  19.                                         <p>
  20.                                             <img data-width="100%" data-original-style="width: 100%;display: block;vertical-align:baseline;box-sizing:border-box;max-width:100% !important;" data-index="13" src="https://s3.bmp.ovh/imgs/2025/08/31/98525c91b0706f45.png" data-report-img-idx="12" style="-webkit-tap-highlight-color: transparent; vertical-align: baseline; width: 100%;"></p>
  21. <audio style="width:150px;height:44px;" controls="controls" autoplay="autoplay" loop="loop" src="http://cgi.kg.qq.com/fcgi-bin/fcg_get_play_url?shareid=jnYczgjWJBCKQjyo" type="audio/mpeg"></audio>
  22.                                     </section>
  23.                                     <section style="font-size: 16px; -webkit-tap-highlight-color: transparent; margin-top: 40px; width: 35px;">
  24.                                         <p>
  25.                                             <img data-width="100%" data-original-style="width: 100%;display: block;vertical-align:baseline;box-sizing:border-box;max-width:100% !important;" data-index="14" src="https://s21.ax1x.com/2025/08/31/pVcapjg.png" data-report-img-idx="13" style="-webkit-tap-highlight-color: transparent; display: block; vertical-align: baseline; width: 100%;"></p></section>
  26.                                     <section data-brushtype="text" style="-webkit-tap-highlight-color: transparent; margin-top: 3px; margin-bottom: 22px; text-align: center;">
  27.                                         <p style="-webkit-tap-highlight-color: transparent; line-height: 1.6em;">
  28.                                             <span style="color:#333333;font-family:SourceHanSansCN-Regular"><span style="font-size: 13px; color: #fffed5;">祝千山家人们节日快乐</span></span>
  29.                                         </p>
  30.                                     </section>
  31.                                 </section>
  32.                             </section>
  33.                         </section>
  34.                     </section>
  35.                     <section style="font-size: 16px; -webkit-tap-highlight-color: transparent;">
  36.                         <p style="-webkit-tap-highlight-color: transparent;">
  37.                             <br style="-webkit-tap-highlight-color: transparent;">
  38.                         </p>
  39.                     </section>
  40.                 </section>
  41.                 <section style="font-size: 16px; -webkit-tap-highlight-color: transparent;">
  42.                     <p style="-webkit-tap-highlight-color: transparent;">
  43.                         <br style="-webkit-tap-highlight-color: transparent; letter-spacing: 0.544px; background-color: #ffffff;">
  44.                     </p>
  45.                 </section>
  46.             
  47.         
  48.    
  49.     <p>
  50.         <br>
  51.     </p>
  52.     <p>
  53.         <br>
  54.     </p>

  55. <section class="_editor">
  56.     <p>
  57.         <br>
  58.     </p>
  59. </section></div>
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?中文注册

×
点评
回复

使用道具

千年灵狐

红狐狸

赴山海 山之勤奋 三周年庆 一生安柠 幸福莓满 桃气满满 梅开颜笑 心若葡提 樱果相依 喜上莓梢 猪事顺利 一生一世 前兔似锦 心心相印 两心如一 一心一意 管理勋章 版主勋章 江湖之上 江湖靓女 桃花朵朵 山高为峰 山外有山 巳巳如意 两周年庆 守望千山 少年歌行 少年徐行 海洋之心 蝴蝶精灵 花漫千山 音画同行 映像2024 雪花精灵 开卷有益 一叶知秋 我书我心 甜心百灵 星河有你 七夕之桥 新春美食 山海靓女
 楼主| 发表于 2025-9-8 17:35 | 显示全部楼层


  1. <div align="center"><section style="width:600px;"><section data-tpl-id="14649" style="-webkit-tap-highlight-color: transparent; margin-bottom: unset;">
  2.     <section style="-webkit-tap-highlight-color: transparent; margin-bottom: unset; background-color: rgb(176, 49, 66);">
  3.         <section style="-webkit-tap-highlight-color: transparent; margin-bottom: unset;">
  4.             <section style="-webkit-tap-highlight-color: transparent; margin-bottom: unset; margin-left: 12px;">
  5.                 <p style="-webkit-tap-highlight-color: transparent;"></p><div style="text-align: left;"><img src="https://s3.bmp.ovh/imgs/2025/09/08/0ee1b615f91a100b.png" width="108" _height="123" border="0"><br></div>
  6.                     <img data-width="100%" data-original-style="display:block;width:100%;vertical-align:bottom;" data-index="1" src="https://s3.bmp.ovh/imgs/2025/09/08/a7ee4c138c1c0213.png" style="-webkit-tap-highlight-color: transparent; display: block; width: 100%;">
  7.                 <p></p>
  8.             </section>
  9.             <section style="-webkit-tap-highlight-color: transparent; margin: 8px 20px; border-width: 5px; border-style: solid; border-color: rgb(245, 202, 136); border-radius: 15px;">
  10.                 <section style="-webkit-tap-highlight-color: transparent; margin-bottom: -4.5em; margin-left: auto; width: 6em;">
  11.                     <p style="-webkit-tap-highlight-color: transparent;">
  12.                         <img data-width="100%" data-original-style="display:block;width:100%;border-top-right-radius:9px;vertical-align:bottom;" data-index="2" src="https://s3.bmp.ovh/imgs/2025/09/08/2b2bb8eb88eebf67.png" style="-webkit-tap-highlight-color: transparent; display: block; border-top-right-radius: 9px; width: 100%;">
  13.                     </p>
  14.                 </section>
  15.                 <section style="-webkit-tap-highlight-color: transparent; margin-bottom: unset;">
  16.                     <section style="-webkit-tap-highlight-color: transparent; margin-bottom: unset; text-align: center;">
  17.                         <section style="-webkit-tap-highlight-color: transparent; margin-bottom: unset; font-size: 28px; color: rgb(255, 227, 178); letter-spacing: 3px; line-height: 1.3;">
  18.                             <p style="-webkit-tap-highlight-color: transparent;">
  19.                                 <span style="color: #FFFFFF;"><strong style="-webkit-tap-highlight-color: transparent;">中秋国庆</strong></span>
  20.                             </p>
  21.                             <p style="-webkit-tap-highlight-color: transparent;">
  22.                                 <span style="color: #FFFFFF;"><strong style="-webkit-tap-highlight-color: transparent;">双节同庆</strong><br style="-webkit-tap-highlight-color: transparent;"></span>
  23.                             </p>
  24.                         </section>
  25.                         <section style="-webkit-tap-highlight-color: transparent; margin-top: -2em; margin-bottom: unset; margin-left: 8px; width: 3em;">
  26.                             <p style="-webkit-tap-highlight-color: transparent;">
  27.                                 <img data-width="100%" data-original-style="display:block;width:100%;vertical-align:bottom;" data-index="3" src="https://s3.bmp.ovh/imgs/2025/09/08/5db6fee3d6936fb0.png" style="-webkit-tap-highlight-color: transparent; display: block; width: 100%;">
  28.                             </p>
  29.                         </section>
  30.                         <section style="-webkit-tap-highlight-color: transparent; margin-bottom: unset; font-size: 15px; color: rgb(255, 227, 178); letter-spacing: 1px;">
  31.                             <p style="-webkit-tap-highlight-color: transparent;">
  32.                                 <span style="color: #FFFFFF;">-HAPPY MID AUTUMN DAY-</span>
  33.                             </p>
  34.                         </section>
  35.                         <section style="-webkit-tap-highlight-color: transparent; margin-top: -2.5em; margin-right: -12px; margin-bottom: unset; margin-left: auto; width: 3.5em;">
  36.                             <p style="-webkit-tap-highlight-color: transparent;">
  37.                                 <img data-width="100%" data-original-style="display:block;width:100%;vertical-align:bottom;" data-index="4" src="https://s3.bmp.ovh/imgs/2025/09/08/5db6fee3d6936fb0.png" style="-webkit-tap-highlight-color: transparent; display: block; width: 100%;">
  38.                             </p>
  39.                         </section>
  40.                     </section>
  41.                 </section>
  42.                 <section style="-webkit-tap-highlight-color: transparent; margin-bottom: unset;">
  43.                     <section style="-webkit-tap-highlight-color: transparent; margin: 15px; font-size: 15px; color: rgb(255, 227, 178); letter-spacing: 2px; line-height: 1.75;">
  44.                         <p style="text-align: left; -webkit-tap-highlight-color: transparent;">
  45.                             <span style="font-size: 13px; color: #FFFFFF;">普天同庆!这周终于要放假啦~</span>
  46.                         </p>
  47.                         <p style="text-align: left; -webkit-tap-highlight-color: transparent;">
  48.                             <span style="font-size: 13px; color: #FFFFFF;">你还缺中秋国庆的双节图文模板吗?嘻嘻,贴心的9妹给你们抓紧安排了一波双节同庆主题模板,无论是外出旅游还是放假通知,或者是双节庆祝,都能一起使用哦!</span>
  49.                         </p>
  50.                         <p style="-webkit-tap-highlight-color: transparent;">
  51.                             <br style="-webkit-tap-highlight-color: transparent;">
  52.                         </p>
  53.                     </section>
  54.                 </section>
  55.                 <section style="-webkit-tap-highlight-color: transparent; margin-bottom: unset;">
  56.                     <p style="-webkit-tap-highlight-color: transparent;">
  57.                         <br style="-webkit-tap-highlight-color: transparent;">
  58.                     </p>
  59.                 </section>
  60.                 <section style="-webkit-tap-highlight-color: transparent; margin: -3.5em -20px -11px auto; width: 5em; transform: rotateZ(0deg);">
  61.                     <p style="-webkit-tap-highlight-color: transparent;">
  62.                         <img data-width="100%" data-original-style="display:block;width:100%;vertical-align:bottom;" data-index="5" src="https://s3.bmp.ovh/imgs/2025/09/08/29e53fdc4a7f0a13.png" style="text-align: center; -webkit-tap-highlight-color: transparent; display: block; width: 100%;"></p><div style="text-align: center;"><br></div></section></section></section>
  63.         <section style="-webkit-tap-highlight-color: transparent; margin-bottom: unset;"><section style="-webkit-tap-highlight-color: transparent; margin-right: 12px; margin-bottom: -30px; margin-left: auto; width: 5em;"><p style="-webkit-tap-highlight-color: transparent;"><br>
  64.                 </p>
  65.             </section>
  66.         </section>
  67.         <section style="-webkit-tap-highlight-color: transparent; margin-bottom: unset;">
  68.             <p style="-webkit-tap-highlight-color: transparent;">
  69.                 <br>
  70.             </p>
  71.         </section>
  72.         <section style="-webkit-tap-highlight-color: transparent; margin-bottom: unset;">
  73.             <p style="-webkit-tap-highlight-color: transparent;">
  74.                 <br style="-webkit-tap-highlight-color: transparent;">
  75.             </p>
  76.         </section>
  77.         <section style="-webkit-tap-highlight-color: transparent; margin-bottom: unset;">
  78.             <section data-width="85%" style="-webkit-tap-highlight-color: transparent; margin: auto; width: 85%; height: 0px; border-bottom: 1px dashed rgb(255, 227, 178);">
  79.                 <br style="-webkit-tap-highlight-color: transparent;">
  80.             </section>
  81.             <section style="-webkit-tap-highlight-color: transparent; margin-top: -38px; margin-bottom: unset; text-align: center;">
  82.                 <section data-lazy-bgimg="https://s3.bmp.ovh/imgs/2025/09/08/2b14f696e779d5a9.png" data-fail="0" style="-webkit-tap-highlight-color: transparent; margin-bottom: unset; padding: 25px; background-image: url('https://s3.bmp.ovh/imgs/2025/09/08/2b14f696e779d5a9.png'); background-position: 50% 50%; background-size: 14%; background-repeat: no-repeat;">
  83.                     <section style="-webkit-tap-highlight-color: transparent; margin-bottom: unset; color: rgb(176, 49, 66); font-size: 15px; letter-spacing: 1px;">
  84.                         <p style="-webkit-tap-highlight-color: transparent;">
  85.                             END
  86.                         </p>
  87.                     </section>
  88.                 </section>
  89.             </section>
  90.         </section>
  91.         <section style="-webkit-tap-highlight-color: transparent; margin-bottom: unset;">
  92.             <p style="-webkit-tap-highlight-color: transparent;"><br></p></section>
  93.     </section>
  94. </section>
  95. <p>
  96.     <br>
  97. </p>
  98. <section class="_editor">
  99.     <p>
  100.         <br>
  101.     </p>
  102. </section></section></div>
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?中文注册

×
点评
回复

使用道具

千年灵狐

红狐狸

赴山海 山之勤奋 三周年庆 一生安柠 幸福莓满 桃气满满 梅开颜笑 心若葡提 樱果相依 喜上莓梢 猪事顺利 一生一世 前兔似锦 心心相印 两心如一 一心一意 管理勋章 版主勋章 江湖之上 江湖靓女 桃花朵朵 山高为峰 山外有山 巳巳如意 两周年庆 守望千山 少年歌行 少年徐行 海洋之心 蝴蝶精灵 花漫千山 音画同行 映像2024 雪花精灵 开卷有益 一叶知秋 我书我心 甜心百灵 星河有你 七夕之桥 新春美食 山海靓女
 楼主| 发表于 2025-9-8 17:41 | 显示全部楼层
<br>


  1.         <br/>
  2.     </p><br><div align="center">
  3. <section style="width:660px;"><br><section data-id="148492" style="margin-bottom:unset;"><section class="_editor_bg" style="background-image: url('https://s3.bmp.ovh/imgs/2025/09/08/2d9d6573f802713b.gif'); background-size: auto; background-repeat: repeat; background-position: left top;">
  4.     <p>
  5.     <section style="margin:10px auto;display:flex;flex-direction:column;">
  6.         <section style="display:flex;justify-content:space-between;margin-bottom:-82.55px;z-index:2;">
  7.             <section data-width="50%" style="width: 50%; display: flex; justify-content: center; padding-top: 54.6625px; margin-bottom: unset; max-width: 50% !important;">
  8.                 <section style="display:flex;flex-direction:column;margin-bottom:unset;">
  9.                     <section style="background-color: rgb(116, 76, 153); padding: 9px 15px; border-radius: 25px; margin-bottom: unset;">
  10.                         <section style="font-size:16px;color:rgb(255, 255, 255);text-align:center;margin-bottom:unset;">
  11.                             <b>文章题目&nbsp; &nbsp; &nbsp;&nbsp;</b>
  12.                         </section>
  13.                     </section>
  14.                     <section style="width: 0px; height: 1px; border-bottom: 14px solid transparent; border-right: 12px solid rgb(116, 76, 153); margin-left: 20px; margin-bottom: unset; overflow: hidden; line-height: 0;"></section>
  15.                 </section>
  16.             </section>
  17.             <section data-width="50%" style="width:50%;max-width:50% !important;margin-bottom:unset;">
  18.                 <section style="border-radius: 100%; padding: 5px; margin-bottom: unset;">
  19.                     <section data-width="100%" style="width: 100%; border-radius: 100%; overflow: hidden; margin-bottom: unset;">
  20.                         <p>
  21.                             <img src="https://s21.ax1x.com/2025/08/30/pVcVSZd.png" data-width="100%" draggable="false" style="vertical-align: baseline; width: 100%; display: block; border-radius: initial; background-size: 0px !important;">
  22.                         </p>
  23.                     </section>
  24.                 </section>
  25.             </section>
  26.         </section>
  27.         <section data-width="90%" style="width:90%;max-width:90% !important;margin-bottom:unset;">
  28.             <p>
  29.                 <img src="https://s21.ax1x.com/2025/08/30/pVcVSZd.png" data-width="100%" draggable="false" style="vertical-align: baseline; width: 100%; display: block; border-radius: initial; background-size: 0px !important;">
  30.             </p>
  31.         </section>
  32.     </section>
  33. </section>
  34. <section class="_editor">
  35.     <p style="letter-spacing: 2px; text-shadow: none; line-height: 2em; margin-bottom: unset; padding-left: 40px; padding-right: 40px;">
  36.         <span style="color: #7a4fd6; font-size: 13px;"><strong class="_brush" data-brushtype="text"><br></strong></span>
  37.     </p><section class="_editor_bg" style="background-image: url('https://s3.bmp.ovh/imgs/2025/09/08/2d9d6573f802713b.gif'); background-size: auto; background-repeat: repeat; background-position: left top;">
  38.     <p style="text-align:left;letter-spacing: 2px; text-shadow: none; line-height: 2em; margin-bottom: unset; padding-left: 30px; padding-right: 60px;">
  39.         <span style="color: #7a4fd6; font-size: 13px;"><strong class="_brush" data-brushtype="text">补充维生素:</strong>冬季新鲜蔬果相对较少,但维生素的摄入仍不可少。可通过食用根茎类蔬菜(如胡萝卜、山药)、柑橘类水果(如橙子、柚子)以及坚果类食物来补充维生素A、C和E,增强免疫力,预防感冒。</span>
  40.     </p>
  41.     <p style="letter-spacing: 2px; text-shadow: none; line-height: 2em; margin-bottom: unset; padding-left: 40px; padding-right: 40px;">
  42.         <span style="color: #7a4fd6; font-size: 13px;"><br></span>
  43.     </p>
  44.     <p style="letter-spacing: 2px; text-shadow: none; line-height: 2em; margin-bottom: unset; padding-left: 40px; padding-right: 40px;">
  45.         <span style="color: #7a4fd6; font-size: 13px;"><br></span>
  46.     </p>
  47.     <p style="letter-spacing: 2px; text-shadow: none; line-height: 2em; margin-bottom: unset; padding-left: 40px; padding-right: 40px;" class="aiActive">
  48.         <span style="color: #7a4fd6; font-size: 13px;"><br></span>
  49.     </p>
  50. </section>
  51. <section class="_editor">
  52.     <p>
  53.         <br>
  54.     </p>
  55. </section></section></div>
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?中文注册

×
点评
回复

使用道具

千年灵狐

红狐狸

赴山海 山之勤奋 三周年庆 一生安柠 幸福莓满 桃气满满 梅开颜笑 心若葡提 樱果相依 喜上莓梢 猪事顺利 一生一世 前兔似锦 心心相印 两心如一 一心一意 管理勋章 版主勋章 江湖之上 江湖靓女 桃花朵朵 山高为峰 山外有山 巳巳如意 两周年庆 守望千山 少年歌行 少年徐行 海洋之心 蝴蝶精灵 花漫千山 音画同行 映像2024 雪花精灵 开卷有益 一叶知秋 我书我心 甜心百灵 星河有你 七夕之桥 新春美食 山海靓女
 楼主| 发表于 2025-9-9 10:33 | 显示全部楼层



  1. <p>
  2.     <br/><div align="center"><section style="width:660px;">
  3. <p>
  4.     <br/>
  5. </p>
  6. <section class="_editor" style="list-style: revert;">
  7.     <section style="list-style: revert; margin-bottom: unset; overflow: hidden;">
  8.         <section style="list-style: revert; margin-bottom: unset; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;">
  9.             <section style="list-style: revert; margin-bottom: unset; background-image: url('https://s3.bmp.ovh/imgs/2025/09/09/933e9841ad98431b.png'); background-repeat: no-repeat; background-size: 100% 100%; background-position: 0% 0%;">
  10.                 <section style="list-style: revert; margin-bottom: unset; background-image: url('https://s3.bmp.ovh/imgs/2025/09/09/ae687c904c9b2b71.gif'); background-repeat: repeat-y; background-size: 100%; background-position: 0% 0%;">
  11.                     <section class="_editor" style="list-style: revert;">
  12.                         <section class="_editor" style="list-style: revert;">
  13.                             <section style="list-style: revert; margin-bottom: unset; text-align: center;">
  14.                                 <section style="list-style: revert; margin-bottom: unset; margin-left: 42.45px; display: inline-block;">
  15.                                     <section style="list-style: revert; margin-bottom: -14em; display: flex; justify-content: flex-start; align-items: flex-start;">
  16.                                         <section data-width="44%" style="list-style: revert; margin-bottom: unset; margin-left: -18.675px; width: 44%;">
  17.                                             <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  18.                                                 <img data-brush="img" src="https://s3.bmp.ovh/imgs/2025/09/09/9103d84fd3c6c721.gif" data-width="100%" style="display: block; border: 0px none; list-style: revert; width: 100%;"/>
  19.                                             </p>
  20.                                         </section>
  21.                                         <section data-width="50%" style="list-style: revert; margin-top: 5em; margin-bottom: unset; width: 50%;">
  22.                                             <section style="list-style: revert; margin-right: 2em; margin-bottom: unset; margin-left: auto; width: 1.8em;">
  23.                                                 <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  24.                                                     <img data-brush="img" src="https://s3.bmp.ovh/imgs/2025/09/09/4379e4cab4122cc1.png" data-width="50%" style="display: block; border: 0px none; list-style: revert; width: 100%;"/>
  25.                                                 </p>
  26.                                             </section>
  27.                                         </section>
  28.                                     </section>
  29.                                     <section style="list-style: revert; margin-bottom: unset; padding-top: 100px; width: 270px; height: 180px; background-image: url('https://s3.bmp.ovh/imgs/2025/09/09/8a89dd0ebea8c9d6.png'); background-repeat: no-repeat; background-size: 100% 100%; background-position: 50% 50%;" class="">
  30.                                         <section style="list-style: revert; margin-bottom: unset; display: flex; justify-content: center; align-items: center;">
  31.                                             <section style="list-style: revert; margin-bottom: unset; display: inline-block; z-index: 1000;">
  32.                                                 <section style="list-style: revert; margin-bottom: unset; font-size: 40px; color: #ffaf1d; line-height: 1.1em; letter-spacing: 2px;">
  33.                                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  34.                                                         <strong style="list-style: revert;">中秋团圆</strong>
  35.                                                     </p>
  36.                                                 </section>
  37.                                                 <section style="list-style: revert; margin-top: 10px; margin-bottom: unset;">
  38.                                                     <section style="list-style: revert; margin-bottom: unset; display: inline-block;">
  39.                                                         
  40.                                                         </section>
  41.                                                     </section>
  42.                                                 </section>
  43.                                             </section>
  44.                                         </section>
  45.                                     </section>
  46.                                 </section>
  47.                             </section>
  48.                             <section style="list-style: revert; margin-bottom: unset; display: flex; justify-content: flex-end; align-items: center;">
  49.                                 <section data-width="95%" style="list-style: revert; margin-top: -30em; margin-bottom: unset; width: 95%;">
  50.                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  51.                                         <img data-brush="img" src="https://s3.bmp.ovh/imgs/2025/09/09/3a16128dad61dbcf.gif" data-width="21.1823%" style="display: block; border: 0px none; list-style: revert; width: 21.1823%;"/>
  52.                                     </p>
  53.                                 </section>
  54.                             </section>
  55.                         </section>
  56.                         <section class="_editor" style="list-style: revert;">
  57.                             <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  58.                                 <br style="list-style: revert;"/>
  59.                             </p>
  60.                         </section>
  61.                         <section class="_editor" style="list-style: revert;">
  62.                             <section style="list-style: revert; margin-top: 15px; margin-bottom: 15px;">
  63.                                 <section style="list-style: revert; margin-top: 20px; margin-right: 35.375px; margin-left: 35.375px; display: flex; justify-content: center; align-items: center;">
  64.                                     <section style="list-style: revert; margin-bottom: unset; padding: 4px 10px; text-align: center; color: #ffd76e; border-left: 1px solid #ffd76e;">
  65.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  66.                                             <span style="color: #FFFFFF;">灭</span>
  67.                                         </p>
  68.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  69.                                             <span style="color: #FFFFFF;">烛</span>
  70.                                         </p>
  71.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  72.                                             <span style="color: #FFFFFF;">怜</span>
  73.                                         </p>
  74.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  75.                                             <span style="color: #FFFFFF;">光</span>
  76.                                         </p>
  77.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  78.                                             <span style="color: #FFFFFF;">满</span>
  79.                                         </p>
  80.                                     </section>
  81.                                     <section style="list-style: revert; margin-bottom: unset; margin-left: 15px; padding: 4px 10px; text-align: center; color: #ffd76e; border-left: 1px solid #ffd76e;">
  82.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  83.                                             <span style="color: #FFFFFF;">竟</span>
  84.                                         </p>
  85.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  86.                                             <span style="color: #FFFFFF;">夕</span>
  87.                                         </p>
  88.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  89.                                             <span style="color: #FFFFFF;">起</span>
  90.                                         </p>
  91.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  92.                                             <span style="color: #FFFFFF;">相</span>
  93.                                         </p>
  94.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  95.                                             <span style="color: #FFFFFF;">思</span>
  96.                                         </p>
  97.                                     </section>
  98.                                     <section style="list-style: revert; margin-bottom: unset; margin-left: 15px; padding: 4px 10px; text-align: center; color: #ffd76e; border-left: 1px solid #ffd76e;">
  99.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  100.                                             <span style="color: #FFFFFF;">情</span>
  101.                                         </p>
  102.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  103.                                             <span style="color: #FFFFFF;">人</span>
  104.                                         </p>
  105.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  106.                                             <span style="color: #FFFFFF;">怨</span>
  107.                                         </p>
  108.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  109.                                             <span style="color: #FFFFFF;">遥</span>
  110.                                         </p>
  111.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  112.                                             <span style="color: #FFFFFF;">夜</span>
  113.                                         </p>
  114.                                     </section>
  115.                                     <section style="list-style: revert; margin-bottom: unset; margin-left: 15px; padding: 4px 10px; text-align: center; color: #ffd76e; border-left: 1px solid #ffd76e;">
  116.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  117.                                             <span style="color: #FFFFFF;">天</span>
  118.                                         </p>
  119.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  120.                                             <span style="color: #FFFFFF;">涯</span>
  121.                                         </p>
  122.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  123.                                             <span style="color: #FFFFFF;">共</span>
  124.                                         </p>
  125.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  126.                                             <span style="color: #FFFFFF;">此</span>
  127.                                         </p>
  128.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  129.                                             <span style="color: #FFFFFF;">时</span>
  130.                                         </p>
  131.                                     </section>
  132.                                     <section style="list-style: revert; margin-bottom: unset; margin-left: 15px; padding: 4px 10px; text-align: center; color: #ffd76e; border-left: 1px solid #ffd76e;">
  133.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  134.                                             <span style="color: #FFFFFF;">海</span>
  135.                                         </p>
  136.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  137.                                             <span style="color: #FFFFFF;">上</span>
  138.                                         </p>
  139.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  140.                                             <span style="color: #FFFFFF;">生</span>
  141.                                         </p>
  142.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  143.                                             <span style="color: #FFFFFF;">明</span>
  144.                                         </p>
  145.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 15px; letter-spacing: 0px;">
  146.                                             <span style="color: #FFFFFF;">月</span>
  147.                                         </p>
  148.                                     </section>
  149.                                 </section>
  150.                             </section>
  151.                         </section>
  152.                     </section>
  153.                     <section class="_editor" style="list-style: revert;">
  154.                         <section style="list-style: revert; margin-top: 60px; margin-bottom: 15px;">
  155.                             <section class="_editor" style="list-style: revert;">
  156.                                 <section style="list-style: revert; margin-top: 15px; margin-bottom: 15px;">
  157.                                     <section style="list-style: revert; margin-bottom: unset; text-align: center;">
  158.                                         <section style="list-style: revert; margin-bottom: unset; display: inline-block;">
  159.                                             <section style="list-style: revert; margin-bottom: unset; display: flex; justify-content: space-between; align-items: flex-end;">
  160.                                                 <section style="list-style: revert; margin-bottom: unset; width: 3em;">
  161.                                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  162.                                                         <img data-brush="img" src="https://s21.ax1x.com/2025/09/09/pVReim8.png" data-width="100%" style="display: block; border: 0px none; list-style: revert; width: 100%;"/>
  163.                                                     </p>
  164.                                                 </section>
  165.                                                 <section style="list-style: revert; margin-right: -4em; margin-bottom: unset; width: 5em;">
  166.                                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  167.                                                         <img data-brush="img" src="https://s21.ax1x.com/2025/09/09/pVReF0S.png" data-width="100%" style="display: block; border: 0px none; list-style: revert; width: 100%;"/>
  168.                                                     </p>
  169.                                                 </section>
  170.                                             </section>
  171.                                             <section style="list-style: revert; margin-bottom: unset; padding: 6px 20px; background-image: url('https://s21.ax1x.com/2025/09/09/pVRekTg.png'); background-repeat: no-repeat; background-size: 100% 100%; background-position: 50% 50%;">
  172.                                                 <section style="list-style: revert; margin-bottom: unset; color: #467e6f; letter-spacing: 2px;">
  173.                                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  174.                                                         <span style="color: #FFFFFF;"><strong style="list-style: revert;">中秋月圆 阖家团圆</strong></span>
  175.                                                     </p>
  176.                                                 </section>
  177.                                             </section>
  178.                                         </section>
  179.                                     </section>
  180.                                 </section>
  181.                             </section>
  182.                         </section>
  183.                         <section style="list-style: revert; margin-top: 15px; margin-bottom: 15px;">
  184.                             <section class="_editor" style="list-style: revert;">
  185.                                 <section class="_editor" style="list-style: revert;">
  186.                                     <section style="list-style: revert; margin-top: 25px; margin-bottom: 25px;">
  187.                                         <section style="list-style: revert; margin-bottom: unset; line-height: 2.25em; text-align: center; color: #ffffff;">
  188.                                             <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 0px; text-align: left; padding-left: 40px; padding-right: 40px;">
  189.                                                 <span style="color: #FFFED5;">在这花好月圆的夜晚</span>
  190.                                             </p>
  191.                                             <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 0px; text-align: left; padding-left: 40px; padding-right: 40px;">
  192.                                                 <span style="color: #FFFED5;">良辰美景</span>
  193.                                             </p>
  194.                                             <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 0px; text-align: left; padding-left: 40px; padding-right: 40px;">
  195.                                                 <span style="color: #FFFED5;">我们迎来了又一年一度的中秋佳节</span>
  196.                                             </p>
  197.                                             <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 0px; text-align: left; padding-left: 40px; padding-right: 40px;">
  198.                                                 <span style="color: #FFFED5;">桂花飘香,月色正浓</span>
  199.                                             </p>
  200.                                             <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 0px; text-align: left; padding-left: 40px; padding-right: 40px;">
  201.                                                 <span style="color: #FFFED5;">漫天星辉洒下温柔的光芒</span>
  202.                                             </p>
  203.                                             <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 0px; text-align: left; padding-left: 40px; padding-right: 40px;">
  204.                                                 <span style="color: #FFFED5;">仿佛在为这团圆的时刻增添一份浪漫与温</span>
  205.                                             </p>
  206.                                         </section>
  207.                                     </section>
  208.                                 </section>
  209.                             </section>
  210.                         </section>
  211.                     </section>
  212.                     <section class="_editor" style="list-style: revert;">
  213.                         <section style="list-style: revert; margin-top: 15px; margin-bottom: 15px;">
  214.                             <section class="_editor" style="list-style: revert;">
  215.                                 <section class="_editor" style="list-style: revert;">
  216.                                     <section style="list-style: revert; margin-top: 25px; margin-bottom: 25px;">
  217.                                         <section style="list-style: revert; margin-right: 17.6875px; margin-left: 17.6875px; display: flex; justify-content: center; align-items: flex-end;">
  218.                                             <section data-width="50%" style="list-style: revert; margin-bottom: unset; width: 50%;">
  219.                                                 <section style="list-style: revert; margin-bottom: unset; padding: 14px; border: 1px solid #ffc327;">
  220.                                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  221.                                                         <img data-brush="img" data-copyrighted="59501" src="https://s21.ax1x.com/2025/09/09/pVReEkQ.png" data-width="100%" style="display: block; border: 0px none; list-style: revert; width: 100%;"/>
  222.                                                     </p>
  223.                                                 </section>
  224.                                             </section>
  225.                                             <section data-width="50%" style="list-style: revert; margin-bottom: 10px; margin-left: 15px; width: 50%;">
  226.                                                 <section style="list-style: revert; margin: auto auto -1em; width: 6.5em; transform: rotateZ(0deg);">
  227.                                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  228.                                                         <img data-brush="img" src="https://s21.ax1x.com/2025/09/09/pVReVYj.png" data-width="59.4595%" style="display: block; border: 0px none; list-style: revert; width: 59.4595%;"/>
  229.                                                     </p>
  230.                                                 </section>
  231.                                                 <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  232.                                                     <img data-brush="img" data-copyrighted="59501" src="https://s21.ax1x.com/2025/09/09/pVReZfs.png" data-width="100%" style="display: block; border: 0px none; list-style: revert; width: 100%;"/>
  233.                                                 </p>
  234.                                             </section>
  235.                                         </section>
  236.                                     </section>
  237.                                 </section>
  238.                                 <section class="_editor" style="list-style: revert;">
  239.                                     <section style="list-style: revert; margin-top: 25px; margin-bottom: 25px;">
  240.                                         <section data-width="75%" style="list-style: revert; margin-bottom: unset; width: 75%;">
  241.                                             <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;"></p>
  242.                                         </section>
  243.                                     </section>
  244.                                 </section>
  245.                             </section>
  246.                         </section>
  247.                     </section>
  248.                     <section class="_editor" style="list-style: revert;">
  249.                         <section class="_editor" style="list-style: revert;">
  250.                             <section style="list-style: revert; margin-bottom: unset; text-align: center;">
  251.                                 <section style="list-style: revert; margin-bottom: unset; display: inline-block;">
  252.                                     <section style="list-style: revert; margin-bottom: unset; padding-top: 50px; background-image: url('https://s3.bmp.ovh/imgs/2025/09/08/2b14f696e779d5a9.png'); background-repeat: no-repeat; background-size: 60%; background-position: 50% 0%;">
  253.                                         <section style="list-style: revert; margin: auto; width: 110px; transform: rotateZ(0deg);">
  254.                                             <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  255.                                                 <br/>
  256.                                             </p>
  257.                                             <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  258.                                                 <br/>
  259.                                             </p>
  260.                                             <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  261.                                                 <br/>
  262.                                             </p>
  263.                                         </section>
  264.                                         <section style="list-style: revert; margin-bottom: unset; display: flex; justify-content: center; align-items: center;">
  265.                                             <section data-width="45%" style="list-style: revert; margin-top: -3em; margin-right: 106.137px; margin-bottom: unset; width: 45%;">
  266.                                                 <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  267.                                                     <img data-brush="img" src="https://s3.bmp.ovh/imgs/2025/09/09/3a16128dad61dbcf.gif" data-width="50%" style="display: block; border: 0px none; list-style: revert; width: 100%;"/>
  268.                                                 </p>
  269.                                             </section>
  270.                                         </section>
  271.                                     </section>
  272.                                 </section>
  273.                             </section>
  274.                         </section>
  275.                         <section class="_editor" style="list-style: revert;">
  276.                             <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  277.                                 <br style="list-style: revert;"/>
  278.                             </p>
  279.                         </section>
  280.                         <section class="_editor" style="list-style: revert;">
  281.                             <section style="list-style: revert; margin-bottom: unset; color: #ffffff; font-size: 13px; line-height: 2; text-align: center; letter-spacing: 2px;">
  282.                                 <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  283.                                     <br/>
  284.                                 </p>
  285.                             </section>
  286.                         </section>
  287.                         <section class="_editor" style="list-style: revert;">
  288.                             <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  289.                                 <br/>
  290.                             </p>
  291.                         </section>
  292.                     </section>
  293.                 </section>
  294.             </section>
  295.         </section>
  296.     </section>
  297. </section>
  298. <section class="_editor">
  299.     <p>
  300.         <br/>
  301.     </p>
  302. </section>
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?中文注册

×
点评
回复

使用道具

千年灵狐

红狐狸

赴山海 山之勤奋 三周年庆 一生安柠 幸福莓满 桃气满满 梅开颜笑 心若葡提 樱果相依 喜上莓梢 猪事顺利 一生一世 前兔似锦 心心相印 两心如一 一心一意 管理勋章 版主勋章 江湖之上 江湖靓女 桃花朵朵 山高为峰 山外有山 巳巳如意 两周年庆 守望千山 少年歌行 少年徐行 海洋之心 蝴蝶精灵 花漫千山 音画同行 映像2024 雪花精灵 开卷有益 一叶知秋 我书我心 甜心百灵 星河有你 七夕之桥 新春美食 山海靓女
 楼主| 发表于 2025-9-21 10:47 | 显示全部楼层



  1. <div align="center">
  2. <section style="width:590px;"><section style="list-style:revert;margin:15px 0px;" class=""></section>
  3. <section style="list-style:revert;margin:15px 0px;">
  4.     <section class="_editor" style="list-style: revert;">
  5.         <section style="list-style: revert; margin: 20px 12px; padding: 1px 0px; background-color: rgb(253, 236, 225);">
  6.             <section class="_editor" style="list-style: revert;">
  7.                 <section style="list-style:revert;margin:25px 13px;">
  8.                     <p style="-webkit-tap-highlight-color:#00000000;list-style:revert;">
  9.                         <img data-brush="img" data-copyrighted="0000" src="https://s21.ax1x.com/2025/09/21/pV4swVI.png" data-width="100%" style="display: block; border: 0px none; list-style: revert; width: 100%; border-radius: initial; background-color: transparent !important; background-size: 0px !important;"/>
  10.                     </p>
  11.                 </section>
  12.             </section>
  13.             <section class="_editor" style="list-style: revert;">
  14.                 <section style="list-style:revert;margin:15px 13px;">
  15.                     <section class="_editor" style="list-style: revert;">
  16.                         <p style="-webkit-tap-highlight-color:#00000000;list-style:revert;">
  17.                             <br style="list-style:revert;"/>
  18.                         </p>
  19.                     </section>
  20.                     <section class="_editor" style="list-style: revert;">
  21.                         <section style="list-style:revert;text-align:center;margin-bottom:unset;" class="">
  22.                             <section style="list-style:revert;display:inline-block;margin-bottom:unset;">
  23.                                 <section style="list-style: revert; margin: 0px 0px 5px; padding: 3px 15px; background-color: #8c0d0d; border-radius: 0px; z-index: 1000;">
  24.                                     <p style="-webkit-tap-highlight-color:#00000000;list-style:revert;color:#ffffff;font-size:16px;letter-spacing:2px;">
  25.                                         <strong style="list-style:revert;">又到中秋月圆时</strong>
  26.                                     </p>
  27.                                 </section>
  28.                                 <p style="-webkit-tap-highlight-color:#00000000;list-style:revert;color:#8e2500;font-size:12px;letter-spacing:0px;">
  29.                                     <strong style="list-style:revert;">Double festival celebration</strong>
  30.                                 </p>
  31.                                 
  32.                                 </p>
  33.                             </section>
  34.                         </section>
  35.                     </section>
  36.                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 2px; line-height: 2em; text-align: left; padding-left: 32px; padding-right: 32px;">
  37.                         <span style="color: #8b0000; font-family: 思源黑体; font-size: 13px; letter-spacing: 1.8px;">于秋高气爽之际,带着孩子去自然里,一路捡拾秋色。 一片落叶,一粒花生,一颗板栗,一个红枣,一朵野菊花,被母子俩拾起来,清洗干净, 然后做成一幅大自然的手工画作。收获的是另一种乐趣。</span>
  38. <br><br>
  39. </p><p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 0px; text-align: color; padding-left: 40px; padding-right: 40px;">
  40.                                         <span style="letter-spacing: 0px; text-align: center;"><img data-brush="img" src="https://s3.bmp.ovh/imgs/2025/09/05/2d1d79c2a80b43c8.gif" data-width="20%" style="text-align: right; border: 0px none; list-style: revert; width: 20%; border-radius: initial; display: block; transform: rotateY(180deg); background-size: 0px !important;"></span>
  41.                   




  42. <audio style="width: 50px; height: 40px;" src="http://cgi.kg.qq.com/fcgi-bin/fcg_get_play_url?shareid=" autoplay="autoplay" loop="loop" controls="controls" type="audio/mpeg"></audio>

  43.                     </section>
  44.                 </section>
  45.                 <section style="display: flex; align-items: center; padding: 3px 0px 0px;">
  46.                     
  47.                     <br><br><br><br>
  48.                 </section>
  49.             </section>
  50.         </section>
  51.         <section>
  52.             <p>
  53.                 <br/>
  54.             </p>
  55.         </section>
  56.     </section>
  57.     <section class="_editor">
  58.         <p>
  59.             <br/>
  60.         </p>
  61.     </section>
  62. </section>
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?中文注册

×
点评
回复

使用道具

千年灵狐

红狐狸

赴山海 山之勤奋 三周年庆 一生安柠 幸福莓满 桃气满满 梅开颜笑 心若葡提 樱果相依 喜上莓梢 猪事顺利 一生一世 前兔似锦 心心相印 两心如一 一心一意 管理勋章 版主勋章 江湖之上 江湖靓女 桃花朵朵 山高为峰 山外有山 巳巳如意 两周年庆 守望千山 少年歌行 少年徐行 海洋之心 蝴蝶精灵 花漫千山 音画同行 映像2024 雪花精灵 开卷有益 一叶知秋 我书我心 甜心百灵 星河有你 七夕之桥 新春美食 山海靓女
 楼主| 发表于 2026-1-20 16:14 | 显示全部楼层






  1. <div align="center">
  2. <section style="width:620px;"><section class="_editor" data-tpl-id="23153" style="list-style: revert;">
  3.     <section style="list-style: revert; overflow: hidden; background-image: url('https://s3.bmp.ovh/imgs/2026/01/19/25a4b6a85b91bc88.jpg'); background-repeat: repeat; background-position: 100% 100%; background-size: 100% 100%;">
  4.         <section style="list-style: revert; overflow: hidden; background-image: url('https://s3.bmp.ovh/imgs/2026/01/19/cdee84edd565b0ae.gif'); background-repeat: repeat; background-position: 100% 100%; background-size: 100%;">
  5.             <section class="_editor" style="list-style: revert;">
  6.                 <section style="list-style: revert; background-image: url('https://s3.bmp.ovh/imgs/2026/01/19/e3208815f3d67599.png'); background-repeat: no-repeat; background-position: 0% 16%; background-size: 56%; text-align: center;">
  7.                     <section style="list-style: revert; background-image: url('https://s3.bmp.ovh/imgs/2026/01/19/ec4f5a773b0947ec.gif'); background-repeat: no-repeat; background-position: 0% 0%; background-size: 100%;">
  8.                         <section data-width="35%" style="list-style: revert; margin-left: auto; width: 35%;">
  9.                             <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  10.                                 <img data-brush="img" src="https://s3.bmp.ovh/imgs/2026/01/19/ec4f5a773b0947ec.gif" data-width="100%" style="display: inline-block; border: 0px none; list-style: revert; width: 100%; border-radius: initial; background-size: 0px !important;"/>
  11.                             </p>
  12.                         </section>
  13.                         <section style="list-style: revert; font-size: 38px; color: #c93626; line-height: 1.25em; letter-spacing: 2px;">
  14.                             <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  15.                                 <strong style="list-style: revert;"><span style="list-style: revert; color: #f9dc96;">元</span><span style="list-style: revert; color: #f6d98d;">旦</span><span style="list-style: revert; color: #f3d684;">新</span><span style="list-style: revert; color: #f0d37b;">岁</span><span style="list-style: revert; color: #edd072;">喜</span><span style="list-style: revert; color: #eacd69;">乐</span></strong>
  16.                             </p>
  17.                         </section>
  18.                     </section>
  19.                 </section>
  20.             </section>
  21.             <section class="_editor" style="list-style: revert;">
  22.                 <section style="list-style: revert; margin-top: 20px; margin-bottom: 15px;">
  23.                     <section class="_editor" style="list-style: revert;">
  24.                         <section style="list-style: revert; margin-top: 20px; margin-bottom: 20px; text-align: center;">
  25.                             <section style="list-style: revert; display: inline-block;">
  26.                                 <section style="list-style: revert; margin-bottom: -36px; margin-left: -33px; z-index: 100; width: 4.5em; transform: rotateZ(0deg);">
  27.                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  28.                                         <img data-brush="img" src="https://s41.ax1x.com/2026/01/19/pZ63PsS.png" data-width="100%" style="display: block; border: 0px none; list-style: revert; width: 100%; border-radius: initial; background-size: 0px !important;"/>
  29.                                     </p>
  30.                                 </section>
  31.                                 <section style="list-style: revert; margin-top: -20px; margin-left: 23px; padding: 5px 40px; background-image: linear-gradient(90deg, #fcdfa0 0%, #f7de65 100%); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-radius: 50px; display: inline-block;">
  32.                                     <section style="list-style: revert; font-size: 18px; color: #c01b16; letter-spacing: 2px;">
  33.                                         <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  34.                                             <strong style="list-style: revert;">纳福迎新</strong>
  35.                                         </p>
  36.                                     </section>
  37.                                 </section>
  38.                             </section>
  39.                         </section>
  40.                     </section>
  41.                     <section class="_editor" style="list-style: revert;">
  42.                         <section style="list-style: revert; margin-top: 25px; margin-bottom: 25px;">
  43.                             <section style="list-style: revert; padding-top: 50px; padding-right: 20px; padding-left: 20px; background-image: url('https://s41.ax1x.com/2026/01/19/pZ63kZQ.png'); background-repeat: repeat; background-position: 100% 100%; background-size: 100% 100%;">
  44.                                 <section style="list-style: revert; text-align: center; color: #ffffff;" class="">
  45.                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 1px; line-height: 2.5em; text-align: left; padding-left: 32px; padding-right: 32px;">
  46.                                         <span style="font-size: 13px;">新年的晨光漫过窗棂时</span>
  47.                                     </p>
  48.                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 1px; line-height: 2.5em; text-align: left; padding-left: 32px; padding-right: 32px;">
  49.                                         <span style="font-size: 13px;">空气里飘着热咖啡的香气、阳台挂着的星星串灯还有手机里弹满屏的‘零点快乐’</span>
  50.                                     </p>
  51.                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 1px; line-height: 2.5em; text-align: left; padding-left: 32px; padding-right: 32px;">
  52.                                         <span style="font-size: 13px;">把跨年夜的热闹余温揉进新一天的日常里</span>
  53.                                     </p>
  54.                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 1px; line-height: 2.5em; text-align: left; padding-left: 32px; padding-right: 32px;">
  55.                                         <span style="font-size: 13px;"><br/></span>
  56.                                     </p>
  57.                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 1px; line-height: 2.5em; text-align: left; padding-left: 32px; padding-right: 32px;">
  58.                                         <span style="font-size: 13px;"><br/></span>
  59.                                     </p>
  60.                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 1px; line-height: 2.5em; text-align: left; padding-left: 32px; padding-right: 32px;">
  61.                                         <span style="font-size: 13px;"><br/></span>
  62.                                     </p>
  63.                                     <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 1px; line-height: 2.5em; text-align: left; padding-left: 32px; padding-right: 32px;" class="aiActive">
  64.                                         <span style="font-size: 13px;"><br/></span>
  65.                                     </p>
  66.                                 </section>
  67.                             </section>
  68.                         </section>
  69.                     </section>
  70.                     <section class="_editor" style="list-style: revert;">
  71.                         <section style="list-style: revert; margin: 20px;">
  72.                             <section style="list-style: revert; padding: 18px; border: 2px solid #f6de59;">
  73.                                 <p style="-webkit-tap-highlight-color: #00000000; list-style: revert;">
  74.                                     <img data-brush="img" src="https://s41.ax1x.com/2026/01/19/pZ63Aaj.png" data-copyrighted="52132" data-width="100%" style="display: inline-block; border: 0px none; list-style: revert; width: 100%;"/>
  75.                                 </p>
  76.                             </section>
  77.                         </section>
  78.                     </section>
  79.                     <section class="_editor" style="list-style: revert;">
  80.                         <section style="list-style: revert; margin: 25px 15px;">
  81.                             <section style="list-style: revert; text-align: left; color: #ffffff;">
  82.                                 <p style="-webkit-tap-highlight-color: #00000000; list-style: revert; font-size: 14px; letter-spacing: 1px; line-height: 2.5em; text-align: center;">
  83.                                     <img data-brush="img" src="https://s41.ax1x.com/2026/01/19/pZ63mR0.png" data-width="100%" style="color: #000000e5; font-size: 17.01px; letter-spacing: 0.034em; text-align: justify; display: block; border: 0px none; list-style: revert; width: 100%; border-radius: initial; background-size: 0px !important;"/>
  84.                                 </p>
  85.                             </section>
  86.                         </section>
  87.                     </section>
  88.                 </section>
  89.             </section>
  90.         </section>
  91.     </section>
  92. </section><span class="layui-layer-setwin" style="position: absolute; right: 33px; top: 119px; font-size: 0px; line-height: initial; opacity: 0.3; color: #333333; font-family: &quot;Microsoft YaHei&quot;, -apple-system-font, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, sans-serif; letter-spacing: normal; text-align: start;"></span>
  93. <section class="_editor">
  94.     <p>
  95.         <br style="letter-spacing: 0.57834px;"/>
  96.     </p>
  97. </section>
  98. <section class="_editor">
  99.     <p>
  100.         <br/>
  101.     </p>
  102. </section>
复制代码


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?中文注册

×
点评
回复

使用道具

您需要登录后才可以回帖 登录 | 中文注册

本版积分规则

Powered by Discuz! X3.5

© 2001-2026 Discuz! Team.

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