更多操作
< 模板:首页/友链
创建页面,内容为“#home-interlink { display: flex; flex-direction: column; justify-content: space-between; }” |
小 Kuina移动页面模板:Main page/友链/styles.css至模板:首页/友链/styles.css,不留重定向 |
||
(未显示同一用户的73个中间版本) | |||
第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); | |||
margin-top: 8px; | |||
padding-top: 8px; | |||
display: flex; | |||
flex-direction: row; | |||
flex-wrap: wrap; | |||
} | |||
.interlink-server { | |||
margin-right: 15px; | |||
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; | |||
} | |||
.interlink-server-name { | |||
margin-bottom: 0; | |||
font-weight: 500; | |||
font-size: 16px !important; | |||
} | } |
2025年2月6日 (四) 10: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;
padding-top: 8px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.interlink-server {
margin-right: 15px;
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;
}
.interlink-server-name {
margin-bottom: 0;
font-weight: 500;
font-size: 16px !important;
}