unknown
2024-06-06 494ba20f9f75d42cee0441cb2d9799f7e983b36d
src/books/sportsAndHealth/css/default.less
@@ -45,6 +45,13 @@
  .chapter {
    textarea {
      width: 100%;
      font-family: 'FZLTXIHJW';
      padding: 2px 5px;
      box-sizing: border-box;
    }
    .swiper-button-prev,
    .swiper-button-next {
      color: #5877ba;
@@ -52,7 +59,7 @@
    .page-box {
      box-sizing: border-box;
      min-height: 1150px !important;
      min-height: 1150px;
      margin-bottom: 20px;
      box-shadow: 0 3px 6px 1px #00000029;
      background-color: #fff;
@@ -272,8 +279,9 @@
          color: #f49a4c;
          text-align: center;
          padding: 5px 10px;
          font-size: 16px;
          font-size: 14px;
          font-family: 'FZLTXIHJW';
          font-weight: 900;
        }
        tr td {
@@ -345,7 +353,6 @@
      textarea:focus {
        outline: none;
        text-indent: 2em;
      }
    }
@@ -1434,6 +1441,29 @@
      margin-top: 0.5em;
      border-radius: 1em;
      position: relative;
      .xspj-text {
        width: 100%;
        display: flex;
        justify-content: center;
        textarea {
          width: 100%;
          max-width: 560px;
          border: 1px solid #89a0d0;
          border-radius: 5px;
          font-size: 14px;
          font-family: 'FZLTXIHJW';
          text-indent: 2em;
          line-height: 22px;
          padding: 2px 5px;
          box-sizing: border-box;
        }
        textarea:focus {
          outline: none;
        }
      }
    }
    p.bj-xspj {