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