颜色
This commit is contained in:
parent
40d6e28db3
commit
d520145fe9
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="main casemain" :class="{on: step == pageIndex }" :id="'pagemain'+pageIndex" v-show="step == pageIndex" >
|
<div class="main casemain" :class="{on: step == pageIndex }" :id="'pagemain'+pageIndex" v-show="step == pageIndex" >
|
||||||
<img src="../assets/bg.png" alt="" class="bg" />
|
<img src="../assets/bg.png" alt="" class="bg" />
|
||||||
<div class="dealbox">
|
<div class="dealbox" style="position: relative;z-index:1;background:transparent;">
|
||||||
<div class="prev" @click="switchPage(pageIndex - 1)">上一步</div>
|
<div class="prev" @click="switchPage(pageIndex - 1)">上一步</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
@ -356,7 +356,7 @@ const onChange=(newIndex)=>{
|
|||||||
.bg {
|
.bg {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: -1;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
|||||||
@ -219,7 +219,7 @@ onBeforeMount(() => {
|
|||||||
.bg {
|
.bg {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: -1;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user