zhongshujie
2024-09-05 5f52ef1659fee6858532c6a9731bd352d2f6fe6f
src/books/artAndDance/assets/main.less
@@ -206,6 +206,7 @@
  }
  .img-0 {
    display: flex;
    width: 100%;
  }
  .imz {
@@ -354,11 +355,17 @@
  .ju-bt {
    justify-content: space-between;
  }
  .ju-cn {
    justify-content: center;
  }
  .ju-end {
    justify-content: flex-end;
  }
  .al-cn {
    align-items: center;
  }
  .al-end {
    align-items: end;
  }
  .wh-nr {
    white-space: nowrap;
@@ -417,6 +424,9 @@
    font-family: "FangSong", "PMingLiU", serif;
    font-weight: bold;
  }
  .front{
    text-align: left !important;
  }
}
/* 媒体查询做基础响应式布局 */
@@ -454,6 +464,13 @@
    }
  }
}
@media (max-width:820px) {
  .ans-dance {
    .page-box {
      min-height: 500px;
    }
  }
}
@media (min-width: 660px) {
  .ans-dance {
    .page-padding {