模板:首页内容区/styles.css:修订间差异
来自BinWiki
< 模板:首页内容区
>琪露若 // Edit via Wikiplus |
小 导入1个版本 |
||
(没有差异)
|
2025年9月16日 (二) 23:10的最新版本
/* 响应式双内容同框样式 - 不影响原模板 */
@media screen and (max-width: 600px) {
.双内容同框 {
flex-direction: column !important;
}
.双内容同框 > div:nth-child(1),
.双内容同框 > div:nth-child(2) {
width: 100% !important;
margin-bottom: 20px !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.双内容同框 > div:nth-child(2) {
margin-bottom: 0 !important;
}
/* 调整间隙 */
.双内容同框 > div:nth-child(1) {
padding-right: 0 !important;
}
}