user1
2024-06-14 f4bfea700a57d71a9c30315387a77650af13858c
src/books/sportsAndHealth/css/default.less
@@ -1659,7 +1659,18 @@
      }
      @media screen and (max-width: 800px) {
        .chapter {
          .coverImg {
            height: 100%;
            overflow: hidden;
          }
          .page-box {
            min-height: 1000px !important;
          }
          .pdf-tips-con {
            width: 100%;
            min-width: 200px;
@@ -1727,6 +1738,40 @@
          }
        }
      }
      @media screen and (max-width:700px) {
        // .coverImg {
        //   img {
        //     height: 100%;
        //   }
        // }
        .chapter {
          .coverImg {
            margin: 0;
          }
          .page-box {
            min-height: 800px !important;
          }
        }
      }
      @media screen and (max-width:600px) {
        .chapter {
          .coverImg {
            margin: 0;
            height: 100%;
          }
          .page-box {
            min-height: 500px !important;
            margin-bottom: 20px;
          }
        }
      }
    }
  }
}
@@ -1758,6 +1803,20 @@
  .el-dialog__header {
    background-color: rgba(0, 0, 0, 0.8);
    .header_title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #fff;
      font-weight: 900;
      font-size: 16px;
      font-family: 'FZLTXIHJW';
      span:nth-child(2):hover {
        cursor: pointer;
      }
    }
    .el-dialog__title,
    .el-dialog__headerbtn .el-dialog__close {
      color: #fff;