From 0147b2e4cd7b1e38a84de32ea954b7ed47acf31f Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期一, 22 七月 2024 16:29:17 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/sportsAndHealth/css/default.less |   65 --------------------------------
 1 files changed, 0 insertions(+), 65 deletions(-)

diff --git a/src/books/sportsAndHealth/css/default.less b/src/books/sportsAndHealth/css/default.less
index 670e107..000358d 100644
--- a/src/books/sportsAndHealth/css/default.less
+++ b/src/books/sportsAndHealth/css/default.less
@@ -1921,71 +1921,6 @@
   }
 }
 
-.pdfModal {
-  width: 100%;
-  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%;
-    height: 60vh;
-  }
-
-  .custom-dialog {
-    .el-dialog {
-      width: 90vw !important;
-    }
-  }
-}
-
-
-.custom-dialog {
-  overflow: hidden !important;
-
-  .el-dialog__body {
-    padding: 0;
-  }
-
-  .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;
-      font-weight: 900;
-      font-size: 16px;
-      font-family: "FZLTXIHJW";
-    }
-  }
-}
 
 .tablePublic input[type="checkbox"]:checked + .checkmark {
   background: #000 !important;

--
Gitblit v1.9.1