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%;