闫增涛
2024-06-13 08959a2566fcbdc669b26b33e8ff185c556fc6e8
src/books/lifeCare/css/default.less
@@ -50,6 +50,9 @@
      }
      .coverImg {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
@@ -699,7 +702,7 @@
            }
            .zt06-bdline {
              background-color:  #fabf2e;
              background-color: #fabf2e;
              width: 88%;
              margin-right: 20px;
            }
@@ -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;
          }
        }
      }
    }
  }