AI摘要

本文介绍了一款WordPress网站创意恰饭文字广告,其带有“恰饭广告还请支持”提示标签,并详细提供了以子比主题为例,通过在主题设置中插入HTML与CSS代码的部署方法。

效果样式

部署方法

以子比为例:主题设置 – 文章列表 – 文章页面 – 文章插入内容在文章内容前-插入内容

[hidecontent type="logged"]
<div class="a39ebc" style="position: relative;border: 2px dashed #ccc;padding: 5px;border-radius: 2px;overflow: hidden;">
<ul>
<li><strong><a style="font-size:18px;color:green" rel="noreferrer noopener noopener" href="https://beicb.top/" target="_blank">广告招租15R/月</a></strong></li>
    </ul>
</div>
<style>
.a39ebc::before {
  content: "恰饭广告还请支持";
  position: absolute;
  right: 0;
  background: #ccc;
  color: #fff;
  top: -1px;
  padding: 2px;
  font-size: 12px;
}
</style>  
[/hidecontent]