更多操作
< 模板:首页/友链
小无编辑摘要 |
无编辑摘要 |
||
第9行: | 第9行: | ||
margin-top: 8px; | margin-top: 8px; | ||
display: flex; | display: flex; | ||
} | } | ||
第18行: | 第17行: | ||
overflow: hidden; | overflow: hidden; | ||
display: inline-block; | display: inline-block; | ||
} | } | ||
.interlink-server-name { | .interlink-server-name { | ||
margin-left: 5px; | margin-left: 5px; | ||
padding-top: 2px; | |||
font-weight: 500; | font-weight: 500; | ||
font-size: 16px !important; | font-size: 16px !important; | ||
} | } |
2023年9月20日 (三) 12:22的版本
#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;
}
.interlink-server-img img {
width: 20px;
height: 20px;
border-radius: 50%;
overflow: hidden;
display: inline-block;
}
.interlink-server-name {
margin-left: 5px;
padding-top: 2px;
font-weight: 500;
font-size: 16px !important;
}