|
|
| 第26行: |
第26行: |
| </div> | | </div> |
|
| |
|
| <!-- 适配chanmoe主题的新闻框 --> | | <!-- 新闻框(已改为 class 控制样式) --> |
| <div style="margin-top:20px; border-radius:16px; box-shadow:0 2px 8px rgba(0,0,0,0.05); overflow:hidden; background:#fff;"> | | <div class="chanmoe-news-box"> |
| <!-- 顶部标题栏 -->
| | <div class="chanmoe-news-header">新闻</div> |
| <div style="background:#e6f4e6; padding:10px 18px; font-weight:bold; color:#004499; border-bottom:1px dashed #88cccc;">新闻</div> | | <div class="chanmoe-news-content"> |
| | | <div class="chanmoe-news-item"> |
| <!-- 新闻内容区 -->
| | <div class="chanmoe-news-date">9999年99月99日</div> |
| <div style="padding:18px 22px; line-height:1.6;"> | | <div>无人爱你个区</div> |
| <div style="margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #e6f4e6;"> <div style="font-size:1.15em; font-weight:bold; color:#662222; margin-bottom:8px;">9999年99月99日</div> <div>无人爱你个区</div> </div> | | </div> |
| <div style="margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #e6f4e6;"> | | <div class="chanmoe-news-item"> |
| <div style="font-size:1.15em; font-weight:bold; color:#662222; margin-bottom:8px;">2077年13月32日</div> | | <div class="chanmoe-news-date">2077年13月32日</div> |
| <div>112233</div> | | <div>112233</div> |
| </div> | | </div> |
| <div style="margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #e6f4e6;"> | | <div class="chanmoe-news-item"> |
| <div style="font-size:1.15em; font-weight:bold; color:#662222; margin-bottom:8px;">2026年4月29日</div> | | <div class="chanmoe-news-date">2026年4月29日</div> |
| <div>网站开发中6767676767</div> | | <div>网站开发中6767676767</div> |
| </div> | | </div> |
| | | </div> |
| </div> | | <div class="chanmoe-news-footer"> |
| | | [[新闻归档|旧新闻归档]] |
| <!-- 底部归档链接 -->
| | </div> |
| <div style="text-align:right; padding:8px 18px; background:#e6f4e6; border-top:1px dashed #88cccc; font-size:0.9em;"> | |
| [[新闻归档|旧新闻归档]] | |
| </div> | |
| </div> | | </div> |
|
| |
|