layout |
title |
permalink |
sequence |
page |
友链 |
links.html |
5 |
<style>
.most-valuable-link {
margin-bottom: 1.2rem;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-gap: 10px;
}
.most-valuable-link .mvl-link {
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
padding-left: 85px;
height: 80px;
width: 100%;
color: inherit;
}
.most-valuable-link .mvl-link:hover {
background-color: rgba(220, 50, 47, 0.1);
border-bottom: 0;
}
.most-valuable-link .mvl-link img {
position: absolute;
top: 10px;
left: 10px;
margin-bottom: 0;
width: 60px;
height: 60px;
border-radius: 50%;
}
.most-valuable-link .mvl-link h4 {
margin: 0 0 10px 0;
line-height: 1.2rem;
}
.most-valuable-link .mvl-link div {
font-size: 0.9rem;
line-height: 1.2rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
</style>
此页用于保存所有朋友的友链,我会不定期进行访问,并按照相关规则,选出最有价值友链(Most Vualable Link)若干,并在此公示。