From 8f6329a8ea3f85b6bc9f751449109cba06b73591 Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期一, 03 六月 2024 17:33:21 +0800 Subject: [PATCH] 体育与健康 --- src/books/lifeCare/view/chapter006.vue | 2 src/books/sportsAndHealth/css/default.less | 73 ++++++++ src/books/sportsAndHealth/view/chapter002.vue | 303 +++++++++++++++++++++++++++++-------- src/books/lifeCare/view/chapter005.vue | 8 src/books/lifeCare/view/chapter002.vue | 4 src/books/sportsAndHealth/view/chapter001.vue | 2 src/books/lifeCare/view/chapter001.vue | 2 src/books/lifeCare/view/chapter003.vue | 22 +- src/books/lifeCare/view/chapter004.vue | 6 src/books/lifeCare/view/chapter007.vue | 10 src/books/lifeCare/view/chapter008.vue | 4 src/books/sportsAndHealth/index.vue | 11 + 12 files changed, 343 insertions(+), 104 deletions(-) diff --git a/src/books/lifeCare/view/chapter001.vue b/src/books/lifeCare/view/chapter001.vue index 1dad02f..5a6deb5 100644 --- a/src/books/lifeCare/view/chapter001.vue +++ b/src/books/lifeCare/view/chapter001.vue @@ -1444,7 +1444,7 @@ if (localData) { this.chapter001 = { ...Object.assign(this.chapter001, localData) }; } - this.chapter001.videOneUrl = getResourcePath( + this.chapter001.videOneUrl = await getResourcePath( "68ebd5c05bcb742999a9ebdce4b4bd53" ); }, diff --git a/src/books/lifeCare/view/chapter002.vue b/src/books/lifeCare/view/chapter002.vue index 89d3bc9..e82a22a 100644 --- a/src/books/lifeCare/view/chapter002.vue +++ b/src/books/lifeCare/view/chapter002.vue @@ -1667,10 +1667,10 @@ if (localData) { this.chapter002 = { ...Object.assign(this.chapter002, localData) }; } - this.chapter002.videOneUrl = getResourcePath( + this.chapter002.videOneUrl = await getResourcePath( "6e471afdbeb95a8891f1551cbb0cd4fd" ); - this.chapter002.videOneUrl116 = getResourcePath( + this.chapter002.videOneUrl116 = await getResourcePath( "b727b78f8036a38cbd054816a81da7f8" ); // this.chapter002.videOneUrl116 = diff --git a/src/books/lifeCare/view/chapter003.vue b/src/books/lifeCare/view/chapter003.vue index 6d3252e..b2b9f85 100644 --- a/src/books/lifeCare/view/chapter003.vue +++ b/src/books/lifeCare/view/chapter003.vue @@ -3251,37 +3251,37 @@ if (localData) { this.chapter003 = { ...Object.assign(this.chapter003, localData) }; } - this.chapter003.videOneUrl = getResourcePath( + this.chapter003.videOneUrl = await getResourcePath( "459ab85d46207bfcca4801dc9b319b9b" ); - this.chapter003.videoTwoUrl = getResourcePath( + this.chapter003.videoTwoUrl = await getResourcePath( "3817bea302b25b865ff938140939a8de" ); - this.chapter003.videoFourUrl = getResourcePath( + this.chapter003.videoFourUrl = await getResourcePath( "7af72da649f6656c3b2164e708f5c132" ); - this.chapter003.videoFiveUrl = getResourcePath( + this.chapter003.videoFiveUrl = await getResourcePath( "e24de9b0cdd889cb73e9b472ad6f4731" ); - this.chapter003.videoSixUrl = getResourcePath( + this.chapter003.videoSixUrl = await getResourcePath( "d95740ab777d9c7ca074c33317a835c4" ); - this.chapter003.videoSevenUrl = getResourcePath( + this.chapter003.videoSevenUrl = await getResourcePath( "0b330926f3e6ed510b48144a83199fb3" ); - this.chapter003.videoEigthUrl = getResourcePath( + this.chapter003.videoEigthUrl = await getResourcePath( "9f63cc4dcba6a87cbfe82a9ec4d7c77e" ); - this.chapter003.videoNineUrl = getResourcePath( + this.chapter003.videoNineUrl = await getResourcePath( "c2ecf6f102a6e9b210f3db49b17b58a4" ); - this.chapter003.videoTenUrl = getResourcePath( + this.chapter003.videoTenUrl = await getResourcePath( "b6943018923c0cbad4e414dc2097cb9a" ); - this.chapter003.videoEleUrl = getResourcePath( + this.chapter003.videoEleUrl = await getResourcePath( "eb604885f7c01cdf2d95df839c9c233a" ); - this.chapter003.videoTevUrl = getResourcePath( + this.chapter003.videoTevUrl = await getResourcePath( "f12a50c2ac57da78ff02f3d5f430163b" ); // this.chapter003.videOneUrl = diff --git a/src/books/lifeCare/view/chapter004.vue b/src/books/lifeCare/view/chapter004.vue index 5cc5642..dbb86dc 100644 --- a/src/books/lifeCare/view/chapter004.vue +++ b/src/books/lifeCare/view/chapter004.vue @@ -1450,13 +1450,13 @@ if (localData) { this.chapter004 = { ...Object.assign(this.chapter004, localData) }; } - this.chapter004.videOneUrl = getResourcePath( + this.chapter004.videOneUrl = await getResourcePath( "c276be12bae3b1df0b3ce4aa01b14e1e" ); - this.chapter004.videoTwoUrl = getResourcePath( + this.chapter004.videoTwoUrl = await getResourcePath( "7eb7fe2e3c13885a96143110ca4f5654" ); - this.chapter004.videoFourUrl = getResourcePath( + this.chapter004.videoFourUrl = await getResourcePath( "1b04691b60e5b5b207b3a4967c495d29" ); // this.chapter004.videOneUrl = diff --git a/src/books/lifeCare/view/chapter005.vue b/src/books/lifeCare/view/chapter005.vue index 37ea46a..1988aab 100644 --- a/src/books/lifeCare/view/chapter005.vue +++ b/src/books/lifeCare/view/chapter005.vue @@ -3559,16 +3559,16 @@ if (localData) { this.chapter005 = { ...Object.assign(this.chapter005, localData) }; } - this.chapter005.videOneUrl = getResourcePath( + this.chapter005.videOneUrl = await getResourcePath( "439b0bde62a5098875c77e2492676577" ); - this.chapter005.videoTwoUrl = getResourcePath( + this.chapter005.videoTwoUrl = await getResourcePath( "1a878261410b01ee8e4e0602a1fe935f" ); - this.chapter005.videoFourUrl = getResourcePath( + this.chapter005.videoFourUrl = await getResourcePath( "6cf2619beb704b3d79de04f0775c8ba3" ); - this.chapter005.videoFiveUrl = getResourcePath( + this.chapter005.videoFiveUrl = await getResourcePath( "8400384441ad9236d5eab24f500ec2c7" ); // this.chapter005.videOneUrl = diff --git a/src/books/lifeCare/view/chapter006.vue b/src/books/lifeCare/view/chapter006.vue index 4724bf6..3831b7e 100644 --- a/src/books/lifeCare/view/chapter006.vue +++ b/src/books/lifeCare/view/chapter006.vue @@ -1459,7 +1459,7 @@ if (localData) { this.chapter006 = { ...Object.assign(this.chapter006, localData) }; } - this.chapter006.videOneUrl = getResourcePath( + this.chapter006.videOneUrl = await getResourcePath( "04fafb0e896ffe0379edd6d695a92b13" ); // this.chapter006.videOneUrl = diff --git a/src/books/lifeCare/view/chapter007.vue b/src/books/lifeCare/view/chapter007.vue index 8ba05c9..ef1b3fe 100644 --- a/src/books/lifeCare/view/chapter007.vue +++ b/src/books/lifeCare/view/chapter007.vue @@ -2845,19 +2845,19 @@ if (localData) { this.chapter007 = { ...Object.assign(this.chapter007, localData) }; } - this.chapter007.videOneUrl = getResourcePath( + this.chapter007.videOneUrl = await getResourcePath( "3c35b62a39cf8beddc28c5c1c8a847ec" ); - this.chapter007.videoTwoUrl = getResourcePath( + this.chapter007.videoTwoUrl = await getResourcePath( "4731be836c5c625584c3c94a61249cc9" ); - this.chapter007.videoFourUrl = getResourcePath( + this.chapter007.videoFourUrl = await getResourcePath( "4889c1899ed5716aeea6ca031cd3136d" ); - this.chapter007.videoFiveUrl = getResourcePath( + this.chapter007.videoFiveUrl = await getResourcePath( "a1d60d7c5322d531939118c1aaf8feb7" ); - this.chapter007.videoSixUrl = getResourcePath( + this.chapter007.videoSixUrl = await getResourcePath( "f92c68faa37e1f6ce9ca50f234ddad90" ); // this.chapter007.videOneUrl = diff --git a/src/books/lifeCare/view/chapter008.vue b/src/books/lifeCare/view/chapter008.vue index 5f7e488..6d8ecf8 100644 --- a/src/books/lifeCare/view/chapter008.vue +++ b/src/books/lifeCare/view/chapter008.vue @@ -1234,10 +1234,10 @@ if (localData) { this.chapter008 = { ...Object.assign(this.chapter008, localData) }; } - this.chapter008.videOneUrl = getResourcePath( + this.chapter008.videOneUrl = await getResourcePath( "80986796eb2d8ee1a47cdde606900ed0" ); - this.chapter008.videoTwoUrl = getResourcePath( + this.chapter008.videoTwoUrl = await getResourcePath( "460c7bc740882a9ad93b096a2151dd1c" ); // this.chapter008.videOneUrl = diff --git a/src/books/sportsAndHealth/css/default.less b/src/books/sportsAndHealth/css/default.less index 4ce8c69..ea4b664 100644 --- a/src/books/sportsAndHealth/css/default.less +++ b/src/books/sportsAndHealth/css/default.less @@ -19,6 +19,21 @@ overflow: auto; } +.tablePublic input[type="checkbox"]:checked+.checkmark { + background: #000 !important; + /* 閫変腑鏃剁殑鑳屾櫙鑹� */ +} + +br { + -webkit-user-select: none; + /* Safari */ + -moz-user-select: none; + /* Firefox */ + -ms-user-select: none; + /* IE10+/Edge */ + user-select: none; +} + .public-sportsAndHealth { font-family: "瀹嬩綋"; max-width: 816px; @@ -49,6 +64,7 @@ align-items: center; width: 100%; position: relative; + .bj-chapter001-bj-icon { padding-top: 15px; } @@ -58,8 +74,10 @@ position: absolute; left: 0; top: 5%; + .bj-chapter001-con-icon { width: 100%; + img { padding-top: 20px; width: 100%; @@ -251,7 +269,38 @@ } } } - + + .qjdrIocn { + display: flex !important; + justify-content: center; + align-items: center; + -webkit-user-select: none; + /* Safari */ + -moz-user-select: none; + /* Firefox */ + -ms-user-select: none; + /* IE10+/Edge */ + user-select: none; + + /* Standard syntax */ + svg { + margin-left: 8px; + fill: #fff; + } + } + + .qjdrIocn:hover { + border: 1px solid #f49a4c; + background-color: #fff; + color: #f49a4c; + + svg { + margin-left: 8px; + fill: #f39938; + cursor: pointer; + } + } + .coverImg { position: absolute; top: 0; @@ -312,12 +361,19 @@ } } + .public-tips { + padding: 0; + margin: 0; + // font-weight: 900; + margin-bottom: 10px; + } + .xyx-title { font-family: "STKaiti"; text-align: center; color: #cd141c; - padding: 20px 0; + padding: 5px 0; } .xyx-text { @@ -374,11 +430,13 @@ } .xyx-con { - padding: 0 15px; + padding: 0 0; } .xyx-ul { font-size: 16px; + font-family: "DK-HEITI", "鏂规鍏颁涵榛戠畝浣�", "榛戜綋"; + color: #555; } .assess { @@ -535,8 +593,8 @@ } .note { - font-size: 0.85em; - font-family: "Arail"; + font-size: 0.8em; + font-family: "FZLTXIHJW"; } .img-right { @@ -1101,7 +1159,8 @@ p.block-hs { font-family: "STKaiti"; - font-size: "1.2em"; + // font-size: "1.2em"; + font-size: 16px; color: #cd141c; line-height: 20px; } @@ -1179,7 +1238,7 @@ div.bk-xyx { background-color: #f9f7fc; border: 0.15em dotted #95b2dc; - padding: 0.5em; + padding: 0.5em 1.2em; margin-bottom: 2em; margin-top: 0.5em; border-radius: 1em; diff --git a/src/books/sportsAndHealth/index.vue b/src/books/sportsAndHealth/index.vue index 38a95b7..3c96c77 100644 --- a/src/books/sportsAndHealth/index.vue +++ b/src/books/sportsAndHealth/index.vue @@ -22,6 +22,7 @@ v-if="showCatalogList.indexOf(3) > -1" :showPageList="loadPageList" :questionData="questionData" + @eventPublic="swdtChange" /> <!-- <ChapterThree v-if="showCatalogList.indexOf(4) > -1" @@ -47,7 +48,7 @@ v-if="showCatalogList.indexOf(8) > -1" :showPageList="loadPageList" :questionData="questionData" - @eventSwdt="swdtChange" + @eventPublic="swdtChange" /> --> <!-- <chapterEight v-if="showCatalogList.indexOf(9) > -1" @@ -130,7 +131,7 @@ export default { data() { return { - catalogLength: 15, // 鎬荤珷鑺傛暟 + catalogLength: 19, // 鎬荤珷鑺傛暟 showCatalogList: [], // 鏄剧ず鐨勭珷鑺� loadThreshold: 300, // 瑙﹀彂鍔犺浇闃堝�� throttleThreshold: 100, // 鑺傛祦闃堝�� @@ -701,6 +702,9 @@ for (let i = 0; i < doms.length; i++) { const dom = doms[i]; new Viewer(dom, { + container: this.container + ? this.container.querySelector("#app") + : "body", navbar: true, // 鏄剧ず瀵艰埅鏍� toolbar: true, // 鏄剧ず宸ュ叿鏍� title: true, // 鏄剧ず鏍囬 @@ -761,7 +765,8 @@ swdtChange(data) { if (this.$store.state.qiankun && this.$store.state.qiankun.chooseWords) { this.$store.state.qiankun.chooseWords({ - type: data, + type: data.type, + data: data.text, }); } }, diff --git a/src/books/sportsAndHealth/view/chapter001.vue b/src/books/sportsAndHealth/view/chapter001.vue index 6027c11..549c84e 100644 --- a/src/books/sportsAndHealth/view/chapter001.vue +++ b/src/books/sportsAndHealth/view/chapter001.vue @@ -1,6 +1,6 @@ 锘�<template> <div class="chapter" num="2"> - <div class="page-box" page="12" style="background-color: #f0f1f2"> + <div class="page-box" page="12" style="background-color: rgb(240, 241, 242)"> <div v-if="showPageList.indexOf(12) > -1"> <div class="bodystyle"> <div class="bodystyle-chapter001"> diff --git a/src/books/sportsAndHealth/view/chapter002.vue b/src/books/sportsAndHealth/view/chapter002.vue index bef2243..583562a 100644 --- a/src/books/sportsAndHealth/view/chapter002.vue +++ b/src/books/sportsAndHealth/view/chapter002.vue @@ -28,8 +28,30 @@ <p class="block">3.璺佃鍋ュ悍鐨勭敓娲绘柟寮忋��</p> </div> <div class="bk-ztgs"> - <p class="bj1-ztgs">鎯呭瀵煎叆</p> - <p class="block"> + <p class="bj1-ztgs qjdrIocn"> + 鎯呭瀵煎叆 + <svg + @click="readText('qjdr01')" + xmlns="http://www.w3.org/2000/svg" + width="14.24" + height="19.987" + viewBox="0 0 14.24 19.987" + > + <g transform="translate(-227.018 -96)"> + <path + class="a" + d="M356,108.792h0a4.009,4.009,0,0,0,4-4V100a4.009,4.009,0,0,0-4-4h0a4.009,4.009,0,0,0-4,4v4.8A4.009,4.009,0,0,0,356,108.792Z" + transform="translate(-121.859)" + /> + <path + class="a" + d="M241.249,456.342a.8.8,0,1,0-1.579-.245,5.6,5.6,0,0,1-11.063,0,.8.8,0,1,0-1.579.245,7.145,7.145,0,0,0,6.311,6.041v2.446h-2.4a.8.8,0,0,0,0,1.6h6.4a.8.8,0,0,0,0-1.6h-2.4v-2.446A7.145,7.145,0,0,0,241.249,456.342Z" + transform="translate(0 -350.438)" + /> + </g> + </svg> + </p> + <p class="block" id="qjdr01"> 灏忔潕鍚屽鏄粖骞村叆鏍$殑涓亴瀛︽牎鏂扮敓锛屼粠灏忚窡闅忕埗浜茶涪瓒崇悆銆傚皬鏉庡紑鏈椾箰瑙傦紝绉瀬缁勫缓鐝骇瓒崇悆闃熴�傚彈浠栫殑褰卞搷锛岀彮绾т腑寰堝鍚屽寮�濮嬭繘琛屼綋鑲查敾鐐笺�傚湪灏忔潕鐨勫甫棰嗕笅锛岀彮绾у湪鏍¤冻鐞冩瘮璧涗腑鑾峰緱浜嗚緝濂界殑鍚嶆銆� </p> </div> @@ -65,6 +87,8 @@ </svg> </div> </div> + <br /> + <div class="public-tips">璇峰悓瀛︿滑鏌ラ槄鈥滃仴搴锋蹇电殑婕斿彉鈥濄��</div> <div v-if="chapter002.isShowXyx01"> <div class="xyx-title">鍋ュ悍姒傚康鐨勬紨鍙�</div> <p class="xyx-con"> @@ -113,6 +137,10 @@ /> </svg> </div> + </div> + <br /> + <div class="public-tips"> + 璇峰悓瀛︿滑杩涜鈥滃皬娴嬭瘯锛氫笘鐣屽崼鐢熺粍缁囦簲椤硅韩蹇冨仴搴锋寚鏍囪瘎浠封�濄�� </div> <div v-if="chapter002.isShowXyx02"> <!-- <p>璇峰悓瀛︿滑杩涜鈥滃皬娴嬭瘯锛氫笘鐣屽崼鐢熺粍缁囦簲椤硅韩蹇冨仴搴锋寚鏍囪瘎浠封�濄��</p> --> @@ -423,13 +451,13 @@ <div class="page-box" page="15"> <div v-if="showPageList.indexOf(15) > -1"> <div class="bodystyle"> - <p class="center"> - <el-image + <p class="center openImgBox"> + <!-- <el-image class="chapter001-img-0018 img-c" :src="picOneUrl" :preview-src-list="picArr" - /> - <!-- <img class="img-c" alt="" src="../image/0017-1.jpg" /> --> + /> --> + <img class="img-c" alt="" src="../image/0017-1.jpg" /> </p> <p class="img">鍥�1-1-1 浜轰滑瀵瑰仴搴风殑璁よ瘑</p> <p> @@ -474,6 +502,10 @@ /> </svg> </div> + </div> + <br /> + <div class="public-tips"> + 璇峰悓瀛︿滑鐧诲綍璇剧▼骞冲彴杩涜鈥�8绉嶅仴搴风姸鍐垫祴璇勨�濄�� </div> <!-- <p>璇峰悓瀛︿滑鐧诲綍璇剧▼骞冲彴杩涜鈥�8绉嶅仴搴风姸鍐垫祴璇勨�濄��</p> --> <div class="bj-byb" v-if="chapter002.isShowXyx03"> @@ -833,9 +865,13 @@ </svg> </div> </div> + <br /> + <div class="public-tips"> + 璇峰悓瀛︿滑鐧诲綍璇剧▼骞冲彴杩涜鈥滅敓娲讳簨浠惰瘎浠封�濄�� + </div> <!-- <p>璇峰悓瀛︿滑鐧诲綍璇剧▼骞冲彴杩涜鈥滅敓娲讳簨浠惰瘎浠封�濄��</p> --> - <div class="xyx-title">鐢熸椿浜嬩欢璇勪环</div> <div v-if="chapter002.isShowXyx04"> + <div class="xyx-title">鐢熸椿浜嬩欢璇勪环</div> <div class="xyx-text"> 璇峰悓瀛︿滑鏍规嵁涓嬭〃鍒嗘瀽鍦ㄨ繃鍘� 3 涓湀鍐咃紝浠ヤ笅鐢熸椿浜嬩欢瀵逛綘閫犳垚鐨勫奖鍝嶏紝寰楀垎瓒婇珮鍙嶆槧 @@ -2197,7 +2233,7 @@ </div> </div> </div> - <p style="font-size: 14px"> + <p class="note"> 娉細浜洪檯鍘嬪姏 锛� 1銆�2銆�4銆�15锛夈�佸涔犲帇鍔� 锛� 3銆�9銆�22銆�25锛夈�佸彈鎯╃綒 锛�18銆�19銆�20銆�21銆�23銆�24銆�26锛夈�佷抚澶憋紙11銆�12銆�13銆�14銆�16銆�17锛夈�侀�傚簲锛� @@ -2270,8 +2306,30 @@ <p class="block">3.鍏绘垚鍋ュ悍鐨勭敓娲讳範鎯��</p> </div> <div class="bk-ztgs"> - <p class="bj1-ztgs">鎯呭瀵煎叆</p> - <p class="block"> + <p class="bj1-ztgs qjdrIocn"> + 鎯呭瀵煎叆 + <svg + @click="readText('qjdr02')" + xmlns="http://www.w3.org/2000/svg" + width="14.24" + height="19.987" + viewBox="0 0 14.24 19.987" + > + <g transform="translate(-227.018 -96)"> + <path + class="a" + d="M356,108.792h0a4.009,4.009,0,0,0,4-4V100a4.009,4.009,0,0,0-4-4h0a4.009,4.009,0,0,0-4,4v4.8A4.009,4.009,0,0,0,356,108.792Z" + transform="translate(-121.859)" + /> + <path + class="a" + d="M241.249,456.342a.8.8,0,1,0-1.579-.245,5.6,5.6,0,0,1-11.063,0,.8.8,0,1,0-1.579.245,7.145,7.145,0,0,0,6.311,6.041v2.446h-2.4a.8.8,0,0,0,0,1.6h6.4a.8.8,0,0,0,0-1.6h-2.4v-2.446A7.145,7.145,0,0,0,241.249,456.342Z" + transform="translate(0 -350.438)" + /> + </g> + </svg> + </p> + <p class="block" id="qjdr02"> 韬綋鐦﹀急鐨勫皬鍒樼粡甯哥啲澶滃涔犲姛璇撅紝鍔犱笂鐢熸椿涓嶈寰嬶紝浠栧緱浜嗕弗閲嶇殑鑳冪梾銆傚湪鑰佸笀鐨勫缓璁笅锛屼粬寮�濮嬫櫒璺戯紝骞跺潥鎸佸悆鏃╅銆傛笎娓愬湴锛屼粬鏀规帀浜嗙啲澶滅殑涔犳儻锛岃儍鐥呭ぇ澶уソ杞紝绮剧闈㈣矊鐒曠劧涓�鏂帮紝瀛︿範鏁堢巼涔熷ぇ澶ф彁鍗団�︹�� </p> </div> @@ -2330,13 +2388,13 @@ <p> 绫诲強鍚堢悊鏁伴噺銆侀�傚疁鐨勮韩浣撴椿鍔ㄩ噺鍙婇ギ姘撮噺鍙傝�冿紝骞朵互鑶抽瀹濆鐨勫舰寮忕洿瑙傚睍鐜帮紝鏄垜浠棩甯搁ギ椋熷簲閬靛畧鐨勫熀鏈噯鍒欙紙瑙佸浘1-2-1锛夈�� </p> - <p class="center"> - <el-image + <p class="center openImgBox"> + <!-- <el-image class="chapter001-img-0018 img-c" :src="picOneUrl2" :preview-src-list="picArr2" - /> - <!-- <img class="img-c" alt="" src="../image/0021-1.jpg" /> --> + /> --> + <img class="img-c" alt="" src="../image/0021-1.jpg" /> </p> <p class="img">鍥�1-2-1 涓浗灞呮皯骞宠 鑶抽瀹濆锛�2022锛�</p> <p class="center"><b>骞宠 鑶抽鍏ぇ鍑嗗垯</b></p> @@ -2358,12 +2416,12 @@ </div> <div class="bk-xyx"> <div class="bj1-xyx publicxbc"> - 姣斾竴姣� + 路 姣斾竴姣� 路 <div class="icon" @click="activityXyx5"> <svg xmlns="http://www.w3.org/2000/svg" - width="20.243" - height="18.417" + width="14.243" + height="15.417" viewBox="0 0 20.243 18.417" > <path @@ -2374,11 +2432,12 @@ </svg> </div> </div> + <br /> + <p class="public-tips"> + 璇蜂緷鎹钩琛¤喅椋熷疂濉旓紝涓鸿嚜宸辫璁′竴鍛ㄧ殑钀ュ吇鑶抽骞跺疄璺点�備笌鍚屽浜掕瘎锛岀湅鐪嬭皝鐨勬洿鍋ュ悍銆� + </p> <div v-if="chapter002.isShowXyx05"> - <p> - 璇蜂緷鎹钩琛¤喅椋熷疂濉旓紝涓鸿嚜宸辫璁′竴鍛ㄧ殑钀ュ吇鑶抽骞跺疄璺点�備笌鍚屽浜掕瘎锛岀湅鐪嬭皝鐨勬洿鍋ュ悍銆� - </p> - <textarea rows="6" v-model="chapter002.textBybItem1"></textarea> + <textarea rows="8" v-model="chapter002.textBybItem1"></textarea> </div> </div> <h5 id="e008">锛堝洓锛夊潥鎸佺瀛﹂敾鐐�</h5> @@ -2392,17 +2451,17 @@ 绗簩锛岄伒瀹堢瀛﹂敾鐐煎師鍒欍�傚叿浣撳寘鎷叏闈㈠彂灞曞師鍒欍�佸惊搴忔笎杩涘師鍒欍�侀�傞噺鎬у師鍒欍�佸欢缁�у師鍒欍�佷釜鍒寰呭師鍒欏拰鍋ュ悍鎬у師鍒欍�� </p> <p>绗笁锛岄拡瀵硅嚜韬壒鐐癸紝鍒跺畾杩愬姩澶勬柟锛屾彁楂橀敾鐐兼晥鏋溿��</p> - <p> + <p style="margin-bottom: 30px"> 绗洓锛屽吇鎴愯壇濂界殑杩愬姩鍗敓涔犳儻锛屽绌挎祬鑹层�佽交钖勫拰閫忔皵鑹ソ鐨勮繍鍔ㄦ湇瑁咃紝杩愬姩鏃跺吇鎴愮敤榧诲懠鍚哥殑涔犳儻锛涜繍鍔ㄥ悗鍙婃椂娑堟睏淇濇殩锛屾洿鎹㈣。鐗╃瓑銆� </p> <div class="bk-xyx"> <div class="bj1-xyx publicxbc"> - 瀛︿竴瀛� - <div class="icon"> + 路 瀛︿竴瀛� 路閫傚疁杩愬姩鐜鐨勯�夋嫨 + <div class="icon" @click="activityXyx6"> <svg xmlns="http://www.w3.org/2000/svg" - width="20.243" - height="18.417" + width="14.243" + height="15.417" viewBox="0 0 20.243 18.417" > <path @@ -2413,8 +2472,13 @@ </svg> </div> </div> - <div class="xyx-title">閫傚疁杩愬姩鐜鐨勯�夋嫨</div> - <div class="xyx-text"> + <br /> + <div class="public-tips"> + 璇峰悓瀛︿滑鐧诲綍璇剧▼骞冲彴鏌ラ槄鈥滈�傚疁杩愬姩鐜鐨勯�夋嫨鈥濓紝骞朵笌鍚屽璁ㄨ鏍″洯鍐呭摢浜涘湴鏂归�傚疁閿荤偧 + 銆� + </div> + <div class="xyx-text" v-if="chapter002.isShowXyx06"> + <div class="xyx-title">閫傚疁杩愬姩鐜鐨勯�夋嫨</div> <p> 绗竴锛屾渶濂介�夋嫨鎴峰鍦板煙绌烘椃銆佺┖姘旀柊椴滀笖鍙堝畨鍏ㄧ殑鍦版柟杩涜閿荤偧锛屼絾闆鹃溇鎴栫┖姘旀薄鏌� 姣旇緝涓ラ噸鏃朵笉瑕佸湪瀹ゅ杩愬姩銆傞伩鍏嶅埌浜虹兢鍠ч椆銆佸櫔澹拌緝澶с�佷氦閫氭嫢鎸ょ殑鍦版柟杩愬姩銆傚湪瀹ゅ唴閿� @@ -2448,12 +2512,12 @@ </div> <div class="bk-xyx"> <div class="bj1-xyx publicxbc"> - 璇曚竴璇� - <div class="icon"> + 路 璇曚竴璇� 路涓汉杩愬姩澶勬柟鐨勫埗瀹� + <div class="icon" @click="activityXyx7"> <svg xmlns="http://www.w3.org/2000/svg" - width="20.243" - height="18.417" + width="14.243" + height="15.417" viewBox="0 0 20.243 18.417" > <path @@ -2464,8 +2528,13 @@ </svg> </div> </div> - <div class="xyx-title">涓汉杩愬姩澶勬柟鐨勫埗瀹�</div> - <div class="xyx-text"> + <br /> + <div class="public-tips"> + 璇峰悓瀛︿滑鐧诲綍璇剧▼骞冲彴瀛︿範鈥滀釜浜鸿繍鍔ㄥ鏂瑰埗瀹氣�濈浉鍏冲唴瀹癸紝鏍规嵁鑷韩鎯呭喌璁捐涓撳睘杩愬姩澶勬柟锛屽苟鍚戣�佸笀姹囨姤銆� + </div> + <div class="xyx-text" v-if="chapter002.isShowXyx07"> + <div class="xyx-title">涓汉杩愬姩澶勬柟鐨勫埗瀹�</div> + <p> 绗竴锛岀‘瀹氶敾鐐肩殑鐩爣銆傚彲浠ユ妸鑷繁浣撹川鍋ュ悍娴嬭瘯涓殑鍚勯」缁撴灉涓庛�婂浗瀹跺鐢熶綋璐ㄥ仴搴� 鏍囧噯銆嬭繘琛屾瘮杈冿紝娌℃湁杈惧埌鈥滆壇濂解�濈殑椤圭洰锛屽簲瀹氫负閲嶇偣閿荤偧鐩爣銆� @@ -2576,17 +2645,17 @@ 绗竴锛屽畾鏈熶綋妫�锛岃瘎浼拌韩浣撳仴搴风姸鍐碉紝瀵圭敓闀垮彂鑲查棶棰樺拰鐤剧梾鍋氬埌鏃╁彂鐜般�佹棭鐭不銆佹棭鎭㈠銆� </p> <p>绗簩锛屽嚭鐜扮梾鐥囧強鏃跺氨鍖伙紝閬靛尰鍢辨不鐤楋紝鐞嗘�у寰呰瘖鐤楃粨鏋溿��</p> - <p> + <p style="margin-bottom: 30px"> 绗笁锛岄伒瀹堝畨鍏ㄧ敤鑽師鍒欙紝鑳藉彛鏈嶅氨涓嶈倢鑲夋敞灏勶紝鑳借倢鑲夋敞灏勫氨涓嶈緭娑诧紱濡傝嫢蹇呴渶锛屽垯椤婚伒鍖诲槺浣跨敤鎶楃敓绱犮�侀晣闈欏偓鐪犺嵂銆侀晣鐥涜嵂銆佹鍜崇硸娴嗕互鍙婂叾浠栨垚鐦炬�ц嵂鐗╋紝閬垮厤鑽墿渚濊禆锛涜嵂鍝佸簲瀛樻斁鍦ㄩ伩鍏夈�佸共鐕ュ锛涘畾鏈熸鏌ヨ嵂鍝佹槸鍚﹁繃鏈燂紝杩囨湡鍚庣姝娇鐢ㄣ�� </p> <div class="bk-xyx"> <div class="bj1-xyx publicxbc"> - 瀛︿竴瀛� - <div class="icon"> + 路 瀛︿竴瀛� 路 涓�璇勪簩鎺т笁鍑忓洓鍋モ�斺�斿叏姘戝仴搴风敓娲绘柟寮忚鍔� + <div class="icon" @click="activityXyx8"> <svg xmlns="http://www.w3.org/2000/svg" - width="20.243" - height="18.417" + width="14.243" + height="15.417" viewBox="0 0 20.243 18.417" > <path @@ -2597,8 +2666,14 @@ </svg> </div> </div> - <div class="xyx-title">涓�璇勪簩鎺т笁鍑忓洓鍋モ�斺�斿叏姘戝仴搴风敓娲绘柟寮忚鍔�</div> - <div class="xyx-text"> + <br /> + <div class="public-tips"> + 璇峰悓瀛︿滑鐧诲綍璇剧▼骞冲彴瀛︿範鈥滀竴璇勪簩鎺т笁鍑忓洓鍋モ�斺�斿叏姘戝仴搴风敓娲绘柟寮忚鍔ㄢ�濄�� + </div> + <div class="xyx-text" v-if="chapter002.isShowXyx08"> + <div class="xyx-title"> + 涓�璇勪簩鎺т笁鍑忓洓鍋モ�斺�斿叏姘戝仴搴风敓娲绘柟寮忚鍔� + </div> <p> 鈥滀竴璇勨�濆嵆鍋ュ悍璇勪及锛屽仴搴锋寚鏍囨娴嬶紝璇勪及灞呮皯韬績鍋ュ悍鐘跺喌锛屾彁鏃╁共棰勶紱 </p> @@ -2622,15 +2697,17 @@ <p> 绗簲锛岄噸瑙嗗拰缁存姢蹇冪悊鍋ュ悍锛岄亣鍒板績鐞嗗洶鎵版椂鑳戒富鍔ㄥ姹傚府鍔╋紝閲囩敤绉瀬鏈夋晥鐨勫帇鍔涘簲瀵规柟寮忥紙濡傚悎鐞嗚繍鍔ㄧ瓑锛夛紝鍙婃椂鐤忓涓嶈壇鎯呯华锛屼繚鎸佸績鐞嗗仴搴枫�� </p> - <h4 id="d007">涓夈�佹彁鍗囧仴搴风礌鍏伙紝瀛︿細鑷垜鍋ュ悍绠$悊</h4> + <h4 id="d007" style="margin-bottom: 30px"> + 涓夈�佹彁鍗囧仴搴风礌鍏伙紝瀛︿細鑷垜鍋ュ悍绠$悊 + </h4> <div class="bk-xyx"> <div class="bj1-xyx publicxbc"> - 瀛︿竴瀛� - <div class="icon"> + 路 瀛︿竴瀛� 路鍋ュ悍绱犲吇66鏉� + <div class="icon" @click="activityXyx9"> <svg xmlns="http://www.w3.org/2000/svg" - width="20.243" - height="18.417" + width="14.243" + height="15.417" viewBox="0 0 20.243 18.417" > <path @@ -2641,9 +2718,13 @@ </svg> </div> </div> - <!-- <p>璇峰悓瀛︿滑鐧诲綍璇剧▼骞冲彴瀛︿範鈥滃仴搴风礌鍏�66鏉♀�濄��</p> --> - <div class="xyx-title">涓�璇勪簩鎺т笁鍑忓洓鍋モ�斺�斿叏姘戝仴搴风敓娲绘柟寮忚鍔�</div> - <div class="xyx-text"> + <br /> + <div class="public-tips"> + 璇峰悓瀛︿滑鐧诲綍璇剧▼骞冲彴瀛︿範鈥滃仴搴风礌鍏�66鏉♀�濄�� + </div> + <!-- <p></p> --> + <div class="xyx-text" v-if="chapter002.isShowXyx09"> + <div class="xyx-title">鍋ュ悍绱犲吇66鏉�</div> <p class="xyx-tips">涓�銆佸熀鏈煡璇嗗拰鐞嗗康锛�25 鏉★級</p> <p> 1. @@ -2822,12 +2903,12 @@ </p> <div class="bk-xyx"> <div class="bj1-xyx publicxbc"> - 瀛︿竴瀛� - <div class="icon"> + 路 瀛︿竴瀛� 路鍋ュ悍琛屽姩璁″垝鐨勫埗璁笌瀹炴柦 + <div class="icon" @click="activityXyx10"> <svg xmlns="http://www.w3.org/2000/svg" - width="20.243" - height="18.417" + width="14.243" + height="15.417" viewBox="0 0 20.243 18.417" > <path @@ -2840,8 +2921,12 @@ </div> <!-- <p>璇峰悓瀛︿滑鐧诲綍璇剧▼骞冲彴瀛︿範鈥滃仴搴疯鍔ㄨ鍒掔殑鍒惰涓庡疄鏂解�濄��</p> --> - <div class="xyx-title">鍋ュ悍琛屽姩璁″垝鐨勫埗璁笌瀹炴柦</div> - <div class="xyx-text"> + <br /> + <div class="public-tips"> + 璇峰悓瀛︿滑鐧诲綍璇剧▼骞冲彴瀛︿範鈥滃仴搴疯鍔ㄨ鍒掔殑鍒惰涓庡疄鏂解�濄�� + </div> + <div class="xyx-text" v-if="chapter002.isShowXyx10"> + <div class="xyx-title">鍋ュ悍琛屽姩璁″垝鐨勫埗璁笌瀹炴柦</div> <p class="xyx-fu-ss">1. 鏄庣‘鐜扮姸</p> <p> 鍋ュ悍琛屽姩璁″垝鐨勫埗瀹氶渶瑕佹垜浠粠鏀瑰彉涓嶈壇鐢熸椿鏂瑰紡寮�濮嬨�傚洜姝わ紝搴旀槑纭渶瑕佹敼鍙樼殑鐢熸椿 @@ -3026,7 +3111,28 @@ </p> </div> <div class="bk-ztgs"> - <p class="bj1-ztgs">鎯呭瀵煎叆</p> + <p class="bj1-ztgs qjdrIocn"> + 鎯呭瀵煎叆 + <svg + xmlns="http://www.w3.org/2000/svg" + width="14.24" + height="19.987" + viewBox="0 0 14.24 19.987" + > + <g transform="translate(-227.018 -96)"> + <path + class="a" + d="M356,108.792h0a4.009,4.009,0,0,0,4-4V100a4.009,4.009,0,0,0-4-4h0a4.009,4.009,0,0,0-4,4v4.8A4.009,4.009,0,0,0,356,108.792Z" + transform="translate(-121.859)" + /> + <path + class="a" + d="M241.249,456.342a.8.8,0,1,0-1.579-.245,5.6,5.6,0,0,1-11.063,0,.8.8,0,1,0-1.579.245,7.145,7.145,0,0,0,6.311,6.041v2.446h-2.4a.8.8,0,0,0,0,1.6h6.4a.8.8,0,0,0,0-1.6h-2.4v-2.446A7.145,7.145,0,0,0,241.249,456.342Z" + transform="translate(0 -350.438)" + /> + </g> + </svg> + </p> <p class="block"> 灏忚淳鏄煇鑱屼笟瀛︽牎鏈嶈璁捐涓撲笟鐨勫鐢燂紝濂逛竴鐩存槸鍚屽涓殑浣间郊鑰呫�備絾鍦ㄤ竴娆¤�冭瘯涓紝灏忚淳鐨勪綔鍝佽鑰佸笀褰撲紬璐ㄧ枒銆備粠姝ゅス淇″績涓�钀藉崈涓堬紝鏈夋椂鐢氳嚦闅句互瀹屾垚浣滃搧銆傚悗鏉ュス鎵惧埌浜嗗績鐞嗗挩璇㈠笀鐜嬭�佸笀锛屽�捐瘔浜嗘墍鏈夌殑鐑︽伡銆傚湪鐜嬭�佸笀鐨勫紩瀵间笅锛屽ス鍒嗘瀽浜嗚嚜宸变笉鑹儏缁殑鏉ユ簮鍙婃湰璐紝鍙戠幇鑷繁杩囦簬鍦ㄦ剰浠栦汉鐨勭湅娉曪紝褰撹嚜宸辩殑浣滃搧琚惁瀹氭椂锛屼究寮�濮嬭川鐤戣嚜宸辩殑鑳藉姏锛屽鑷存瘡娆¤�冭瘯閮戒細鐒﹁檻銆傚湪鐜嬭�佸笀鐨勫紩棰嗕笅锛屽皬璐剧粓浜庤蛋鍑鸿嚜鎴戣川鐤戠殑闃村奖锛屽涔犲拰鐢熸椿閮藉洖鍒颁簡姝h建銆� </p> @@ -3190,7 +3296,28 @@ <p class="block">3.璁よ瘑杩囨棭鎬ц涓虹殑鍗卞銆�</p> </div> <div class="bk-ztgs"> - <p class="bj1-ztgs">鎯呭瀵煎叆</p> + <p class="bj1-ztgs qjdrIocn"> + 鎯呭瀵煎叆 + <svg + xmlns="http://www.w3.org/2000/svg" + width="14.24" + height="19.987" + viewBox="0 0 14.24 19.987" + > + <g transform="translate(-227.018 -96)"> + <path + class="a" + d="M356,108.792h0a4.009,4.009,0,0,0,4-4V100a4.009,4.009,0,0,0-4-4h0a4.009,4.009,0,0,0-4,4v4.8A4.009,4.009,0,0,0,356,108.792Z" + transform="translate(-121.859)" + /> + <path + class="a" + d="M241.249,456.342a.8.8,0,1,0-1.579-.245,5.6,5.6,0,0,1-11.063,0,.8.8,0,1,0-1.579.245,7.145,7.145,0,0,0,6.311,6.041v2.446h-2.4a.8.8,0,0,0,0,1.6h6.4a.8.8,0,0,0,0-1.6h-2.4v-2.446A7.145,7.145,0,0,0,241.249,456.342Z" + transform="translate(0 -350.438)" + /> + </g> + </svg> + </p> <p class="block"> 15宀佺殑灏忕帇寮�濮嬬粡甯搁仐绮撅紝杩欒浠栨棦濂藉鍙堣糠鎯戙�傚悓鏃讹紝浠栫殑蹇冪悊涔熷彂鐢熶簡寰堝ぇ鐨勫彉鍖栵紝缁忓父浼氳帿鍚嶅湴鐑︽伡鍜岀劍铏戙�傚皬鐜嬬敱姝よ繘鍏ヤ簡鎵�璋撯�滈潚鏄ュ洶鎯戞湡鈥濄�� </p> @@ -3216,7 +3343,7 @@ 2锝�4 骞达紙瑙佽〃 1-4-1锛夈�� </p> <p class="img">琛�1-4-1 闈掓槬鏈熶笉鍚屾椂鏈熺殑鐢熺悊鐗圭偣鍜岃〃鐜�</p> - <p class="center"> + <p class="center openImgBox"> <img class="img-a" alt="" src="../image/0028-1.jpg" /> </p> <div class="bk-xyx"> @@ -3353,7 +3480,28 @@ </p> </div> <div class="bk-ztgs"> - <p class="bj1-ztgs">鎯呭瀵煎叆</p> + <p class="bj1-ztgs qjdrIocn"> + 鎯呭瀵煎叆 + <svg + xmlns="http://www.w3.org/2000/svg" + width="14.24" + height="19.987" + viewBox="0 0 14.24 19.987" + > + <g transform="translate(-227.018 -96)"> + <path + class="a" + d="M356,108.792h0a4.009,4.009,0,0,0,4-4V100a4.009,4.009,0,0,0-4-4h0a4.009,4.009,0,0,0-4,4v4.8A4.009,4.009,0,0,0,356,108.792Z" + transform="translate(-121.859)" + /> + <path + class="a" + d="M241.249,456.342a.8.8,0,1,0-1.579-.245,5.6,5.6,0,0,1-11.063,0,.8.8,0,1,0-1.579.245,7.145,7.145,0,0,0,6.311,6.041v2.446h-2.4a.8.8,0,0,0,0,1.6h6.4a.8.8,0,0,0,0-1.6h-2.4v-2.446A7.145,7.145,0,0,0,241.249,456.342Z" + transform="translate(0 -350.438)" + /> + </g> + </svg> + </p> <p class="block"> 灏忓寳鏄竴鍚嶄腑鑱屽鏍℃柊鐢燂紝绗竴娆$瀹跺埌澶栧湴涓婂锛岄ギ椋熶笉涔犳儻锛岃窡鍚屽鍏崇郴涔熸瘮杈冨喎娣★紝鎰熻寰堝鍗曪紝娌″涔呭氨杩蜂笂浜嗙綉缁滄父鎴忥紝甯稿父鍑屾櫒涓や笁鐐规墠鐫¤銆傚洜涓虹啲澶滐紝灏忓寳鏅氫笂缁忓父鍚冨瀹碉紝杩愬姩涔熷皯锛岀敓鐗╅挓娣蜂贡銆傛浘缁忎綋閲嶆甯哥殑灏忓寳瓒婃潵瓒婅儢锛屽涔犳垚缁╀篃寰堜笉濡傛剰锛屾湡鏈�冭瘯鏈夊闂ㄧ鐩笉鍙婃牸銆� </p> @@ -3441,7 +3589,7 @@ <p> 涓嶈壇鐨勭敓娲绘柟寮忓紩鍙戠殑鍚勭被鐤剧梾宸插舰鎴愮敓娲绘柟寮忕柧鐥呴摼锛屼細瀵硅韩蹇冨仴搴烽�犳垚涓ラ噸褰卞搷锛堣鍥�1-5-1锛夈�� </p> - <p class="center"> + <p class="center openImgBox"> <img class="img-b" alt="" src="../image/0033-1.jpg" /> </p> <p class="img">鍥�1-5-1 鐢熸椿鏂瑰紡鐤剧梾閾�</p> @@ -3515,10 +3663,6 @@ return { isShowScore1: false, isShowScore2: false, - picArr: [require("../image/0017-1.jpg")], - picOneUrl: require("../image/0017-1.jpg"), - picArr2: [require("../image/0021-1.jpg")], - picOneUrl2: require("../image/0021-1.jpg"), pingpang: require("../image/pdf.png"), chapter002: { isShowXyx01: true, @@ -3527,6 +3671,10 @@ isShowXyx04: true, isShowXyx05: true, isShowXyx06: true, + isShowXyx07: true, + isShowXyx08: true, + isShowXyx09: true, + isShowXyx10: true, score1: 0, score2: 0, tablexyx1: {}, @@ -3548,6 +3696,16 @@ } }, methods: { + readText(val) { + const textContent = ( + this.container ? this.container : document + ).getElementById(val); + const data = { + type: "readText", + data: textContent.innerText, + }; + this.$emit("eventPublic", data); + }, activityXyx1() { this.chapter002.isShowXyx01 = !this.chapter002.isShowXyx01; console.log(this.chapter002.isShowXyx01); @@ -3564,6 +3722,21 @@ activityXyx5() { this.chapter002.isShowXyx05 = !this.chapter002.isShowXyx05; }, + activityXyx6() { + this.chapter002.isShowXyx06 = !this.chapter002.isShowXyx06; + }, + activityXyx7() { + this.chapter002.isShowXyx07 = !this.chapter002.isShowXyx07; + }, + activityXyx8() { + this.chapter002.isShowXyx08 = !this.chapter002.isShowXyx08; + }, + activityXyx9() { + this.chapter002.isShowXyx09 = !this.chapter002.isShowXyx09; + }, + activityXyx10() { + this.chapter002.isShowXyx10 = !this.chapter002.isShowXyx10; + }, toUrl(val) { if (val == 1) { window.open(getResourcePath("54741d14a21eb47b2ed06a2231271cd5")); @@ -3577,6 +3750,8 @@ localStorage.setItem("chapter002", JSON.stringify(this.chapter002)); }, resetData(val) { + this.isShowScore1 = false; + this.isShowScore2 = false; const localData = JSON.parse(localStorage.getItem("chapter002")); if (localData) { if (val == 1) localData.tablexyx1 = {}; -- Gitblit v1.9.1