unknown
2024-06-25 a446d2350769f58144da53447a75e13f14c4b4fa
src/books/sportsAndHealth/css/default.less
@@ -44,6 +44,10 @@
          box-sizing: border-box;
        }
        .gif-Con {
          max-width: 200px;
        }
        .bodystyle-chapter {
          display: flex;
          justify-content: space-between;
@@ -1818,6 +1822,7 @@
          .tablePublic table tr th{
            padding: 0;
            width: auto !important;
          }
          div.bk-xyx {
@@ -1931,6 +1936,21 @@
  height: 90vh;
}
@media screen and (max-width:1024px) {
  .pdfModal {
    width: 100%;
    height: 80vh;
  }
  .custom-dialog {
    .el-dialog {
      width: 90vw !important;
    }
  }
}
@media screen and (max-width:800px) {
  .pdfModal {
    width: 100%;
@@ -1944,8 +1964,43 @@
  }
}
.preview {
  width: 100%;
  height: 100%;
  .imageBox {
    height: calc(100% - 30px);
    overflow-x: hidden;
    overflow-y: auto;
    background: #ccc;
    box-sizing: border-box;
  }
  .imageBox:hover {
    cursor: zoom-in !important;
  }
  .bottom_tool {
    height: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    svg {
      margin-right: 15px;
      fill: #d1d1d1;
    }
    svg:hover {
      fill: #fff;
      cursor: pointer;
    }
  }
}
.custom-dialog {
  overflow: hidden !important;
  .el-dialog__body {
    padding: 0;
  }