更多操作
< 模板:首页/友链
无编辑摘要 |
无编辑摘要 标签:已被回退 |
||
第26行: | 第26行: | ||
border-radius: 50%; | border-radius: 50%; | ||
overflow: hidden; | overflow: hidden; | ||
line-height: 20px; | |||
} | } | ||
2023年9月20日 (三) 13:19的版本
#home-interlink {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.interlink-container {
border-top: 1px solid rgb(221,221,221);
margin-top: 8px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.interlink-server {
margin: 12px 15px 0px 0px;
display: flex;
flex-direction: row;
position: relative;
}
.interlink-server-img img {
margin: 5px 5px 0px 0px;
width: 20px;
height: 20px;
border-radius: 50%;
overflow: hidden;
line-height: 20px;
}
.interlink-server-name {
font-weight: 500;
font-size: 16px !important;
}