Commit 35405370 authored by youjie's avatar youjie

no message

parent f9d5ddd1
<template> <template>
<div class="no-course" @mouseover.stop.prevent="handleMouseMove" @mouseleave.stop.prevent="handleMouseLeave" <div class="indexRoll1Box" @mouseover.stop.prevent="handleMouseMove" @mouseleave.stop.prevent="handleMouseLeave"
:class="[Current=='left'?'activeL':'activeR']"
@click="carousel(Current)"> @click="carousel(Current)">
<div class="relative gap-1 overflow-hidden" <div class="relative gap-1 overflow-hidden"
:style="{'background-color':plugData.BgColor?plugData.BgColor:'#fff'}"> :style="{'background-color':plugData.BgColor?plugData.BgColor:'#fff'}">
...@@ -91,15 +92,10 @@ ...@@ -91,15 +92,10 @@
</div> </div>
</div> </div>
<!-- <template v-if="windowWidth>=992">
<div class="absolute" style="width: 25%;left: 0;top: 0;bottom: 0;z-index: 999;" @mousemove="handleMouseMove"></div>
<div class="absolute" style="width: 25%;right: 0;top: 0;bottom: 0;z-index: 999;" @mousemove="handleMouseMove"></div>
<div class="absolute" style="width: 50%;right: 25%;top: 0;z-index: 999;height: 35vh;" @mousemove="handleMouseMove"></div>
<div class="absolute" style="width: 50%;right: 25%;bottom: 0;z-index: 999;height: 23vh;" @mousemove="handleMouseMove"></div>
</template> -->
</div> </div>
<mouse v-if="windowWidth>=992&&isRight" :X="X" :Y="Y" :isRight="isRight" :Current="Current"></mouse> <!-- <mouse v-if="windowWidth>=992&&isRight" :X="X" :Y="Y" :isRight="isRight" :Current="Current"></mouse> -->
</div> </div>
</template> </template>
<script> <script>
...@@ -258,7 +254,12 @@ ...@@ -258,7 +254,12 @@
<style lang="scss" > <style lang="scss" >
.indexRoll1Box{ .indexRoll1Box{
overflow: hidden; overflow: hidden;
padding-top: 80px; }
.activeL{
cursor: url('../../assets/img/home/left.png'),auto !important;
}
.activeR{
cursor: url('../../assets/img/home/right.png'),auto !important;
} }
.indexRoll1Hst{ .indexRoll1Hst{
font-size: 1.25rem; font-size: 1.25rem;
......
<template> <template>
<div class="no-course animate__animated duration2" @mousemove="handleMouseMove" @mouseleave="handleMouseLeave" <!-- no-course -->
<div class="indexSliderBox animate__animated duration2" @mousemove="handleMouseMove" @mouseleave="handleMouseLeave"
:class="[Current=='left'?'activeL':'activeR']"
@click="carousel(Current)"> @click="carousel(Current)">
<div class="relative gap-1 overflow-hidden" <div class="relative gap-1 overflow-hidden"
:style="{'background-color':plugData.BgColor?plugData.BgColor:'#fff'}" :style="{'background-color':plugData.BgColor?plugData.BgColor:'#fff'}"
...@@ -19,8 +21,8 @@ ...@@ -19,8 +21,8 @@
<span>{{plugData.SubTitle}}</span> <span>{{plugData.SubTitle}}</span>
</p> </p>
</div> </div>
<div class="insli-leftDescr font-serifEn text-gray-700 text-center" <div class="insli-leftDescr font-serifEn text-gray-700 text-center "
:class="[windowWidth>=992?'q-py-lg':'']"> :class="[windowWidth>=992?'q-py-lg':'full-width']">
{{plugData.Describe}} {{plugData.Describe}}
</div> </div>
</div> </div>
...@@ -108,7 +110,7 @@ ...@@ -108,7 +110,7 @@
</div> </div>
</div> </div>
</div> </div>
<mouse v-if="windowWidth>=768&&isRight" :X="X" :Y="Y" :isRight="isRight" :Current="Current"></mouse> <!-- <mouse v-if="windowWidth>=768&&isRight" :X="X" :Y="Y" :isRight="isRight" :Current="Current"></mouse> -->
</div> </div>
</template> </template>
...@@ -191,7 +193,6 @@ export default { ...@@ -191,7 +193,6 @@ export default {
} }
</script> </script>
<style lang="scss"> <style lang="scss">
.indexSlider-right { .indexSlider-right {
.q-carousel{ .q-carousel{
background-color: rgba(23,23,23,0) !important; background-color: rgba(23,23,23,0) !important;
...@@ -205,9 +206,14 @@ export default { ...@@ -205,9 +206,14 @@ export default {
} }
.indexSliderBox{ .indexSliderBox{
cursor: none;
height: 100%; height: 100%;
} }
.activeL{
cursor: url('../../assets/img/home/left.png'),auto !important;
}
.activeR{
cursor: url('../../assets/img/home/right.png'),auto !important;
}
.indexSliderBox.q-py{ .indexSliderBox.q-py{
padding: 80px 0 40px 0; padding: 80px 0 40px 0;
} }
...@@ -245,7 +251,8 @@ export default { ...@@ -245,7 +251,8 @@ export default {
} }
.indexSliderImgBox{ .indexSliderImgBox{
border-radius: 10px; border-radius: 10px;
z-index: 10; /* 10 */
z-index: 2;
} }
.indexSliderImgBox .q-img,.indexSliderImgBox .q-video{ .indexSliderImgBox .q-img,.indexSliderImgBox .q-video{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment