Compare commits

...

2 Commits

Author SHA1 Message Date
zoujiandong
bf9ae6a0ec Merge branch 'dev' 2025-03-13 15:52:05 +08:00
zoujiandong
d520145fe9 颜色 2025-03-13 15:51:32 +08:00
2 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -219,7 +219,7 @@ onBeforeMount(() => {
.bg {
width: 100%;
position: absolute;
z-index: -1;
z-index: 0;
}
.content {