子比主题 – 文章版权第五版
子比主题:WordPress后台 >> 主题设置 >> 文章&列表 >> 文章页面 >> 将代码添加到“版权提示内容”中
<div class="posts-copyright"><div class="box"> <b class="lurenfen"><p>本站收集的资源仅供内部学习研究软件设计思想和原理使用,学习研究后请自觉删除,请勿传播,因未及时删除所造成的任何后果责任自负。</p> <p>如果用于其他用途,请购买正版支持作者,谢谢!若您认为「bbs.cswl.top」发布的内容若侵犯到您的权益,请联系站长邮箱:991612563@qq.com 进行删除处理。</p> 本站资源大多存储在云盘,如发现链接失效,请联系我们,我们会第一时间更新。 </b> </div> <style type="text/css"> .box { position: relative; padding: 10px; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 20px; } .box:before { content: ''; position: absolute; width: 150%; height: 50%; background: linear-gradient(315deg,#00ccff,#d400d4); animation: animate 6s linear infinite } @keyframes animate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .box:after { content: ''; position: absolute; inset : 6px; background: var(--body-bg-color); border-radius: 15px; z-index: 2; } .lurenfen { position: relative; font-weight: normal; color: #2997f7; z-index: 4; margin:15px; } </style></div>
暂无评论
请先登录后发表评论!
暂无评论