跳转到内容

模板:首页内容区/styles.css

来自电棍ottowiki
/* 响应式双内容同框样式 - 不影响原模板 */
@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;
  }
}