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