提交 de511a92 编写于 作者: xchenhao's avatar xchenhao

add a tag nofollow

上级 35f63603
......@@ -13,23 +13,19 @@ use common\models\Links;
width: 70%;
}
.about a {
white-space: nowrap;
/*background: pink;*/
white-space: nowrap;
}
.blank-box {
margin-top: 200px;
}
footer {
position: fixed;
bottom: 0;
width: 100%;
z-index: 300;
/*transition: opacity 3s;*/
position: fixed;
bottom: 0;
width: 100%;
z-index: 300;
}
.item-hide {
/*display: none;*/
opacity: 0;
/*height: 0;*/
}
</style>
......@@ -37,9 +33,7 @@ use common\models\Links;
<footer id="myfooter">
<div class="about">
<div class="links">
<?php
$links = Links::getLinks();
?>
<?php $links = Links::getLinks(); ?>
<a href="/" target="_blank" style="color: red">我的作品</a>
<?php foreach ($links as $item): ?>
<a href="<?= $item['url'] ?>" target="_blank"><?= $item['name'] ?></a>
......@@ -50,7 +44,7 @@ use common\models\Links;
<div class="copyright">Copyright &copy; 2019-2020 不可思议的博客</div>
<div style="width:300px;margin:0 auto; padding: 0;" class="copyright">
<a target="_blank" href="http://beian.miit.gov.cn/" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;">
<a target="_blank" href="http://beian.miit.gov.cn/" rel="nofollow" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;">
<img src="/theme/news/img/ghs.png" style="float:left;"/>
<p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#FFFFFF;">闽ICP备17026538号-4
</p>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册