🎨 links
This commit is contained in:
parent
dfa7c6e57a
commit
b034ad3c83
58
links/index.md
Normal file
58
links/index.md
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
---
|
||||||
|
title: 友情链接
|
||||||
|
date: 2026-09-01 10:00:00
|
||||||
|
toc: false
|
||||||
|
---
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.links-container {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
|
||||||
|
gap: 20px;
|
||||||
|
margin: 30px 0;
|
||||||
|
}
|
||||||
|
.link-card {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
padding: 16px;
|
||||||
|
background: var(--card-bg);
|
||||||
|
border-radius: 10px;
|
||||||
|
text-decoration: none;
|
||||||
|
color: var(--text-color);
|
||||||
|
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
|
||||||
|
transition: 0.3s;
|
||||||
|
}
|
||||||
|
.link-card:hover {
|
||||||
|
transform: translateY(-4px);
|
||||||
|
box-shadow: 0 6px 16px rgba(0,0,0,0.12);
|
||||||
|
}
|
||||||
|
.link-avatar {
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
border-radius: 50%;
|
||||||
|
margin-right:14px;
|
||||||
|
object-fit: cover;
|
||||||
|
}
|
||||||
|
.link-info h3{
|
||||||
|
margin:0;
|
||||||
|
font-size:16px;
|
||||||
|
}
|
||||||
|
.link-info p{
|
||||||
|
margin:4px 0 0;
|
||||||
|
font-size:13px;
|
||||||
|
color:#888;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="links-container">
|
||||||
|
<!-- 单个友链模板,复制多份即可 -->
|
||||||
|
<a href="https://itreshub.com/" target="_blank" class="link-card">
|
||||||
|
<img class="link-avatar" src="https://itreshub.com/favicon.svg?v=3">
|
||||||
|
<div class="link-info">
|
||||||
|
<h3>云评网</h3>
|
||||||
|
<p>云服务商真实评价与用户投票评分平台</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
> 互换友链请在评论区留言:站点名、网址、头像链接、站点简介
|
||||||
Loading…
x
Reference in New Issue
Block a user