闫增涛
2024-07-08 98672d35b55d82335c4bd05f6434f6a6cf83c733
src/books/artAndDrama/assets/main.less
@@ -409,7 +409,6 @@
  font-size:1.1em;
  padding-left: 1em;
}
 // 自定义
 .page-box {
    position: relative;
@@ -425,6 +424,22 @@
  //   font-weight: bold;
  //   font-size: 18px;
  // }
  .t-l{
    text-align: left;
  }
  textarea{
    outline: none;
    font-family: "STkaiti";
    font-size: 19px;
  }
  .textarea-focused {
    border-color: #42b983;
    box-shadow: 0 0 5px rgba(66, 185, 131, 0.5);
  }
  input{
    font-family: "STkaiti";
    font-size: 19px;
  }
  .folder{
    color: brown;
    font-size: 18px;
@@ -446,12 +461,23 @@
  .text{
  margin: 0 8%;
  font-family: "STkaiti";
  font-size: 19px;
  }
  .text1{
  margin-bottom: 3%;
  font-family: "STkaiti";
  font-size: 22px;
  }
  .text2{
    margin: 0 8%;
    font-family: "STkaiti";
    font-size: 19px;
    text-align: left;
  }
  .text3{
    margin: 6% 8%;
    font-family: "STkaiti";
    font-size: 30px;
  }
  //底部参考文献的样式
  .references{
@@ -550,9 +576,6 @@
  .m16-0 {
    margin: 16px 0;
  }
  .fm-son {
    font-family: "宋体", SimSun, sans-serif;
  }
  .auido-text {
    font-size: 22px;
    font-family: "FangSong", "PMingLiU", serif;
@@ -591,7 +614,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%;