|
@@ -1,5 +1,10 @@
|
|
<template>
|
|
<template>
|
|
- <div class="poem-list-page">
|
|
|
|
|
|
+ <div
|
|
|
|
+ v-touch:swipe.left="() => onSwipeChange(1)"
|
|
|
|
+ v-touch:swipe.right="() => onSwipeChange(-1)"
|
|
|
|
+ class="poem-list-page"
|
|
|
|
+ :swipe-options="{ direction: 'horizontal' }"
|
|
|
|
+ >
|
|
<div
|
|
<div
|
|
class="RWbox"
|
|
class="RWbox"
|
|
:style="`width: ${domWidth}px; left:-${
|
|
:style="`width: ${domWidth}px; left:-${
|
|
@@ -79,14 +84,6 @@
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <!-- 左右滑动外层盒子 -->
|
|
|
|
- <div
|
|
|
|
- v-touch:swipe.left="() => onSwipeChange(1)"
|
|
|
|
- v-touch:swipe.right="() => onSwipeChange(-1)"
|
|
|
|
- :swipe-options="{ direction: 'horizontal' }"
|
|
|
|
- class="SWmove"
|
|
|
|
- />
|
|
|
|
-
|
|
|
|
<!-- 选择 时代 -->
|
|
<!-- 选择 时代 -->
|
|
<div
|
|
<div
|
|
:class="`RWsBtn ${ageFlga ? 'RWsBtnHide' : ''}`"
|
|
:class="`RWsBtn ${ageFlga ? 'RWsBtnHide' : ''}`"
|
|
@@ -313,15 +310,6 @@ const isMoveFu = (index, num) => {
|
|
height: 100%;
|
|
height: 100%;
|
|
background-color: #f3f4ef;
|
|
background-color: #f3f4ef;
|
|
|
|
|
|
- // 滑动模块
|
|
|
|
- .SWmove {
|
|
|
|
- position: absolute;
|
|
|
|
- top: 0;
|
|
|
|
- left: 0;
|
|
|
|
- width: 100%;
|
|
|
|
- height: 100%;
|
|
|
|
- z-index: 21;
|
|
|
|
- }
|
|
|
|
.RWsBtn {
|
|
.RWsBtn {
|
|
position: absolute;
|
|
position: absolute;
|
|
z-index: 22;
|
|
z-index: 22;
|
|
@@ -714,7 +702,7 @@ const isMoveFu = (index, num) => {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .operation-tipHide{
|
|
|
|
|
|
+ .operation-tipHide {
|
|
opacity: 0;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
// 返场视频
|
|
// 返场视频
|