更多操作
< 模板:首页/友链
创建页面,内容为“#home-interlink { display: flex; flex-direction: column; justify-content: space-between; }” |
无编辑摘要 |
||
第3行: | 第3行: | ||
flex-direction: column; | flex-direction: column; | ||
justify-content: space-between; | 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-name { | |||
margin: 0px 0px 0px 12px; | |||
font-weight: 500; | |||
font-size: 16px !important; | |||
} | } |
2023年9月20日 (三) 11:45的版本
#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-name {
margin: 0px 0px 0px 12px;
font-weight: 500;
font-size: 16px !important;
}