user1
2024-07-02 c518fbd80639dfeebc74d128c7ee1b52a3341595
src/books/artAndDrama/assets/main.less
@@ -425,6 +425,10 @@
  //   font-size: 18px;
  // }
  
  input{
    font-family: "STkaiti";
    font-size: 19px;
  }
  .folder{
    color: brown;
    font-size: 18px;
@@ -458,6 +462,11 @@
    font-family: "STkaiti";
    font-size: 19px;
    text-align: left;
  }
  .text3{
    margin: 6% 8%;
    font-family: "STkaiti";
    font-size: 30px;
  }
  //底部参考文献的样式
  .references{
@@ -597,7 +606,29 @@
    z-index: 1;
    /* 确保页码数字在图片上方 */
  }
  .ends{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* 当屏幕宽度至少为600px时应用此样式 */
@media screen and (max-width: 430px) {
  .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%;