您现在的位置是:首页 > 帝国cms教程

帝国cms教程

《青灯古卷》首页模板添加友情链接

帝国cms教程 时间:2023-04-07 15:11:04分类:帝国cms使用教程阅读数:

在首页模板添加友情链接,注意在最后一个div标签的前面添加以下代码:

<div class="links">
   <div class="text_title">友情链接</div>
  <ul>
[e:loop={'select lurl,lname from [!db.pre!]enewslink where checked=1 order by myorder',20,24,0}]
<li><a href="<?=$bqr[lurl]?>" target="_blank"><?=$bqr[lname]?></a></li>
[/e:loop]
  </ul>
</div>
<style>
.links {margin: 30px 0;}
.links ul { box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%); border-radius: 20px; padding: 30px; overflow: hidden;}
.links ul li {  display: inline-block;}
.links ul li a { color: #666; display: block; padding: 10px 20px; border: #ede9e9 1px solid; border-radius: 5px;margin: 0 10px 5px 0;}
.links ul li:hover a { color: #35bb8c;}
@media only screen and (max-width: 640px) {
.links ul { padding: 10px;border-radius: 10px;}
.links ul li a { padding: 3px 5px; font-size: 12px; margin: 2px; border: none;}
}
</style>

如图所示:

以上就是关于帝国cms使用教程中"《青灯古卷》首页模板添加友情链接"的全部内容,如果有遇到帝国cms使用教程其他问题的,可以在评论留言,或者加微信咨询。

相关文章