|
@@ -41,7 +41,7 @@
|
|
</div> -->
|
|
</div> -->
|
|
|
|
|
|
<!-- 新的左侧菜单 -->
|
|
<!-- 新的左侧菜单 -->
|
|
- <div class="menuLeft" >
|
|
|
|
|
|
+ <div :class="'menuLeft ' + (menuLeftLook == true ? 'menuLeftOpenEvent' : 'menuLeftExitEvent')" >
|
|
<div class="menuTitle" >
|
|
<div class="menuTitle" >
|
|
<div class="logoLeft"></div>
|
|
<div class="logoLeft"></div>
|
|
<div class="txtRight">知识学习知识学习知识学习</div>
|
|
<div class="txtRight">知识学习知识学习知识学习</div>
|
|
@@ -52,7 +52,7 @@
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div :class="'menuLook ' + (menuLeftLook == true ? '' : 'menuLookExit')"
|
|
|
|
|
|
+ <div :class="'menuLook ' + (menuLeftLook == true ? 'menuLookOpenEvent ' : 'menuLookExit menuLookExitEvent')"
|
|
@click="(menuLeftLook = menuLeftLook == true ? false : true)" ></div>
|
|
@click="(menuLeftLook = menuLeftLook == true ? false : true)" ></div>
|
|
|
|
|
|
<div v-if="state.currentChapter.type != 30" class="chapter-detail">
|
|
<div v-if="state.currentChapter.type != 30" class="chapter-detail">
|
|
@@ -703,6 +703,8 @@ const callbackProgressQingXiCheAndQv = (json : any) => {
|
|
|
|
|
|
</script>
|
|
</script>
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
+@use './css/animationEvent.scss';
|
|
|
|
+
|
|
.chapter-container {
|
|
.chapter-container {
|
|
position: absolute;
|
|
position: absolute;
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -1068,7 +1070,7 @@ const callbackProgressQingXiCheAndQv = (json : any) => {
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|