闫增涛
2024-06-26 3373983d0a82587d4dd2106a7e6b79b7bd566817
src/books/artAndDrama/assets/main.less
@@ -597,7 +597,29 @@
    z-index: 1;
    /* 确保页码数字在图片上方 */
  }
  .ends{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* 当屏幕宽度至少为600px时应用此样式 */
@media screen and (max-width: 420px) {
  .ends{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
  .option {
  position: relative;
  display: flex;
  flex-direction: row;
  //flex-wrap: nowrap;
  width: 170px;
  height: 250px;
  height: min-content;
}
  .page-footer-number-left {
    color: black;
    left: 15%;