user1
2024-06-14 f4bfea700a57d71a9c30315387a77650af13858c
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;
          }
        }
      }
    }
  }