From 577cf5ef9ab2fb2d3233cdb5c52919b8a274be03 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期五, 16 八月 2024 11:20:23 +0800
Subject: [PATCH] 合并

---
 src/books/sportsAndHealth/view/components/chapter005.vue |   65 ----------
 src/books/sportsAndHealth/view/components/chapter004.vue |   63 ----------
 src/books/sportsAndHealth/view/components/chapter007.vue |   65 ----------
 src/books/sportsAndHealth/view/components/chapter003.vue |   67 -----------
 src/books/sportsAndHealth/view/components/chapter008.vue |   66 -----------
 src/books/sportsAndHealth/view/components/index.vue      |    6 
 6 files changed, 3 insertions(+), 329 deletions(-)

diff --git a/src/books/sportsAndHealth/view/components/chapter003.vue b/src/books/sportsAndHealth/view/components/chapter003.vue
index 9473690..6b53d20 100644
--- a/src/books/sportsAndHealth/view/components/chapter003.vue
+++ b/src/books/sportsAndHealth/view/components/chapter003.vue
@@ -8595,70 +8595,3 @@
 }
 </script>
 
-<!-- <style lang="less" scoped> -->
-<!-- // .pdfModal {
-// width: 100%;
-// height: 90vh;
-// }
-
-// .custom-dialog {
-// overflow: hidden !important;
-
-// /deep/ .el-dialog__body {
-// padding: 0;
-// }
-
-// /deep/ .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;
-// }
-// }
-
-// /deep/.el-dialog__title,
-// /deep/ .el-dialog__headerbtn .el-dialog__close {
-// color: #fff;
-// font-weight: 900;
-// font-size: 16px;
-// font-family: 'FZLTXIHJW';
-// }
-// }
-// }
-
-// @media screen and (max-width: 1024px) {
-// .pdfModal {
-// width: 100%;
-// height: 80vh;
-// }
-
-// .custom-dialog {
-// /deep/ .el-dialog {
-// width: 90vw !important;
-// }
-// }
-// }
-
-// @media screen and (max-width: 800px) {
-// .pdfModal {
-// width: 100%;
-// height: 60vh;
-// }
-
-// .custom-dialog {
-// /deep/ .el-dialog {
-// width: 90vw !important;
-// }
-// }
-// } -->
-
-<!-- </style> -->
diff --git a/src/books/sportsAndHealth/view/components/chapter004.vue b/src/books/sportsAndHealth/view/components/chapter004.vue
index d9801a9..628f986 100644
--- a/src/books/sportsAndHealth/view/components/chapter004.vue
+++ b/src/books/sportsAndHealth/view/components/chapter004.vue
@@ -2688,70 +2688,7 @@
 };
 </script>
 <style lang="less" scoped>
-// .pdfModal {
-//     width: 100%;
-//     height: 90vh;
-// }
 
-// .custom-dialog {
-//     overflow: hidden !important;
-
-//     /deep/ .el-dialog__body {
-//         padding: 0;
-//     }
-
-//     /deep/ .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;
-//             }
-//         }
-
-//         /deep/.el-dialog__title,
-//         /deep/ .el-dialog__headerbtn .el-dialog__close {
-//             color: #fff;
-//             font-weight: 900;
-//             font-size: 16px;
-//             font-family: 'FZLTXIHJW';
-//         }
-//     }
-// }
-
-// @media screen and (max-width: 1024px) {
-//     .pdfModal {
-//         width: 100%;
-//         height: 80vh;
-//     }
-
-//     .custom-dialog {
-//         /deep/ .el-dialog {
-//             width: 90vw !important;
-//         }
-//     }
-// }
-
-// @media screen and (max-width: 800px) {
-//     .pdfModal {
-//         width: 100%;
-//         height: 60vh;
-//     }
-
-//     .custom-dialog {
-//         /deep/ .el-dialog {
-//             width: 90vw !important;
-//         }
-//     }
-// }
 
 .img {
     font-family: "FZLTXIHJW";
diff --git a/src/books/sportsAndHealth/view/components/chapter005.vue b/src/books/sportsAndHealth/view/components/chapter005.vue
index c0917b9..a3dff82 100644
--- a/src/books/sportsAndHealth/view/components/chapter005.vue
+++ b/src/books/sportsAndHealth/view/components/chapter005.vue
@@ -5081,68 +5081,3 @@
 }
 </script>
 
-<style lang="less" scoped>
-// .pdfModal {
-//   width: 100%;
-//   height: 90vh;
-// }
-
-// .custom-dialog {
-//   overflow: hidden !important;
-
-//   /deep/ .el-dialog__body {
-//     padding: 0;
-//   }
-
-//   /deep/ .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;
-//       }
-//     }
-
-//     /deep/.el-dialog__title,
-//     /deep/ .el-dialog__headerbtn .el-dialog__close {
-//       color: #fff;
-//       font-weight: 900;
-//       font-size: 16px;
-//       font-family: 'FZLTXIHJW';
-//     }
-//   }
-// }
-
-// @media screen and (max-width: 1024px) {
-//   .pdfModal {
-//     width: 100%;
-//     height: 80vh;
-//   }
-
-//   .custom-dialog {
-//     /deep/ .el-dialog {
-//       width: 90vw !important;
-//     }
-//   }
-// }
-
-// @media screen and (max-width: 800px) {
-//   .pdfModal {
-//     width: 100%;
-//     height: 60vh;
-//   }
-
-//   .custom-dialog {
-//     /deep/ .el-dialog {
-//       width: 90vw !important;
-//     }
-//   }
-// }</style>
diff --git a/src/books/sportsAndHealth/view/components/chapter007.vue b/src/books/sportsAndHealth/view/components/chapter007.vue
index c1afe5d..483aaef 100644
--- a/src/books/sportsAndHealth/view/components/chapter007.vue
+++ b/src/books/sportsAndHealth/view/components/chapter007.vue
@@ -2638,68 +2638,3 @@
 }
 </script>
 
-<style lang="less" scoped>
-// .pdfModal {
-//   width: 100%;
-//   height: 90vh;
-// }
-
-// .custom-dialog {
-//   overflow: hidden !important;
-
-//   /deep/ .el-dialog__body {
-//     padding: 0;
-//   }
-
-//   /deep/ .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;
-//       }
-//     }
-
-//     /deep/.el-dialog__title,
-//     /deep/ .el-dialog__headerbtn .el-dialog__close {
-//       color: #fff;
-//       font-weight: 900;
-//       font-size: 16px;
-//       font-family: 'FZLTXIHJW';
-//     }
-//   }
-// }
-
-// @media screen and (max-width: 1024px) {
-//   .pdfModal {
-//     width: 100%;
-//     height: 80vh;
-//   }
-
-//   .custom-dialog {
-//     /deep/ .el-dialog {
-//       width: 90vw !important;
-//     }
-//   }
-// }
-
-// @media screen and (max-width: 800px) {
-//   .pdfModal {
-//     width: 100%;
-//     height: 60vh;
-//   }
-
-//   .custom-dialog {
-//     /deep/ .el-dialog {
-//       width: 90vw !important;
-//     }
-//   }
-// }</style>
diff --git a/src/books/sportsAndHealth/view/components/chapter008.vue b/src/books/sportsAndHealth/view/components/chapter008.vue
index 7495b94..283221d 100644
--- a/src/books/sportsAndHealth/view/components/chapter008.vue
+++ b/src/books/sportsAndHealth/view/components/chapter008.vue
@@ -1929,69 +1929,3 @@
 }
 </script>
 
-
-<style lang="less" scoped>
-// .pdfModal {
-//   width: 100%;
-//   height: 90vh;
-// }
-
-// .custom-dialog {
-//   overflow: hidden !important;
-
-//   /deep/ .el-dialog__body {
-//     padding: 0;
-//   }
-
-//   /deep/ .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;
-//       }
-//     }
-
-//     /deep/.el-dialog__title,
-//     /deep/ .el-dialog__headerbtn .el-dialog__close {
-//       color: #fff;
-//       font-weight: 900;
-//       font-size: 16px;
-//       font-family: "FZLTXIHJW";
-//     }
-//   }
-// }
-
-// @media screen and (max-width: 1024px) {
-//   .pdfModal {
-//     width: 100%;
-//     height: 80vh;
-//   }
-
-//   .custom-dialog {
-//     /deep/ .el-dialog {
-//       width: 90vw !important;
-//     }
-//   }
-// }
-
-// @media screen and (max-width: 800px) {
-//   .pdfModal {
-//     width: 100%;
-//     height: 60vh;
-//   }
-
-//   .custom-dialog {
-//     /deep/ .el-dialog {
-//       width: 90vw !important;
-//     }
-//   }
-// }</style>
diff --git a/src/books/sportsAndHealth/view/components/index.vue b/src/books/sportsAndHealth/view/components/index.vue
index aa6c1dd..ad7b16c 100644
--- a/src/books/sportsAndHealth/view/components/index.vue
+++ b/src/books/sportsAndHealth/view/components/index.vue
@@ -167,8 +167,8 @@
     }, 500)
 
     // 娴嬭瘯椤甸潰璺宠浆
-    setTimeout(() => {
-      this.gotoPage(4, 134)
+    // setTimeout(() => {/
+      // this.gotoPage(4, 134)
       //   setTimeout(() => {
       //     this.renderSign("Highlight", {
       //       id: "2ACA9359",
@@ -196,7 +196,7 @@
       //   txt: " 杩愬姩绯荤粺鏄敱楠ㄣ�侀杩炵粨鍜岄楠艰倢涓夐儴鍒嗙粍鎴愮殑銆傚叏韬殑楠ㄩ�氳繃楠ㄨ繛缁撶粍鎴愪汉浣撻楠硷紙瑙佸浘1-1锛夈�傞楠兼槸浜轰綋鐨勬敮鏋讹紝鍏锋湁淇濇姢鍐呰剰鍣ㄥ畼銆佷緵鑲岃倝闄勭潃鍜屼綔涓鸿倢鑲夎繍鍔ㄧ殑鏉犳潌绛変綔鐢ㄣ�傚湪绁炵粡绯荤粺鐨勬敮閰嶄笅锛岃倢鑲夋敹缂╃壍鍔ㄦ墍闄勭潃鐨勯缁曠潃鍏宠妭杞姩锛屼娇韬綋浜х敓鍚勭鍔ㄤ綔銆傛墍浠ワ紝杩愬姩绯荤粺鍏锋湁杩愬姩銆佹敮鎸佸拰淇濇姢绛夊姛鑳斤紝骞煎勾鏃舵湡鐨勯楠艰繕鍏锋湁閫犺鍔熻兘銆� ",
       //   txtIndex: 57
       // });
-    }, 500)
+    // }, 500)
   },
   methods: {
     swdtChange(data) {

--
Gitblit v1.9.1