Compare commits

...

2 Commits

Author SHA1 Message Date
zoujiandong
17abce06f4 老机型 2025-03-13 10:48:24 +08:00
zoujiandong
3d77ebc2f7 111 2025-03-13 10:40:49 +08:00
4 changed files with 22 additions and 17 deletions

View File

@ -2,23 +2,25 @@
<body>
<router-view></router-view>
</body>
</template>
<style>
strong {
font-weight: bold!important;
body {
-webkit-text-size-adjust: 100% ;
text-size-adjust: 100% ;
-moz-text-size-adjust: 100%;
}
.nodata{
width:100%;
min-height: 300px;
display: flex;
justify-content: center;
align-items: center;
color:#999;
font-size: 15px;
strong {
font-weight: bold !important;
}
.nodata {
width: 100%;
min-height: 300px;
display: flex;
justify-content: center;
align-items: center;
color: #999;
font-size: 15px;
}
</style>

View File

@ -319,7 +319,7 @@ const handleFreshList = () => {
border-radius: 10px;
display: flex;
padding: 0 4px;
width: 52px;
width: 54px;
justify-content: center;
align-items: center;

View File

@ -1,5 +1,5 @@
<template>
<div class="main" :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" />
<div class="dealbox">
<div class="prev" @click="switchPage(pageIndex - 1)">上一步</div>
@ -305,7 +305,11 @@ const onChange=(newIndex)=>{
</script>
<style lang='scss' scoped>
.casemain.on{
opacity: 1;
}
.main {
opacity: 0;
width: 100%;
position: relative;

View File

@ -214,9 +214,8 @@ onBeforeMount(() => {
.main {
width: 100%;
position: relative;
overflow: hidden;
background: #fff;
.bg {
width: 100%;
position: absolute;