unknown
2024-06-13 be9e87ab74a65e57409e8fe74f9e29b808466fe1
src/books/lifeCare/css/default.less
@@ -50,6 +50,9 @@
      }
      .coverImg {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
@@ -1843,7 +1846,7 @@
            font-size: 16px;
            border-radius: 5px;
            max-width: 620px;
            min-width: 500px;
            min-width: 300px;
          }
        }
@@ -1903,12 +1906,18 @@
      @media screen and (max-width: 800px) {
        .coverImg {
          position: absolute;
          top: 25%;
          left: 0;
            img {
              height: 100%;
            }
        }
        .chapter {
          .page-box {
            min-height: 1000px !important;
          }
          .prefaceImg {
            width: 100% !important;
            position: absolute;
@@ -2015,6 +2024,28 @@
          }
        }
      }
      @media screen and (max-width:700px) {
        .coverImg {
          img {
            height: 100%;
          }
        }
        .chapter {
          .page-box {
            min-height: 800px !important;
          }
        }
      }
      @media screen and (max-width:600px) {
        .chapter {
          .page-box {
            min-height: 500px !important;
          }
        }
      }
    }
  }