颜色
This commit is contained in:
parent
40d6e28db3
commit
d520145fe9
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="main casemain" :class="{on: step == pageIndex }" :id="'pagemain'+pageIndex" v-show="step == pageIndex" >
|
||||
<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>
|
||||
<div class="content">
|
||||
@ -356,7 +356,7 @@ const onChange=(newIndex)=>{
|
||||
.bg {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
||||
@ -219,7 +219,7 @@ onBeforeMount(() => {
|
||||
.bg {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user