Compare commits
No commits in common. "17abce06f4d063220946d925c29efa2e5a464b87" and "462d9ba1256a0111d6927202abe0649cf74df56c" have entirely different histories.
17abce06f4
...
462d9ba125
18
src/App.vue
18
src/App.vue
@ -2,25 +2,23 @@
|
|||||||
<body>
|
<body>
|
||||||
<router-view></router-view>
|
<router-view></router-view>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
strong {
|
||||||
-webkit-text-size-adjust: 100% ;
|
font-weight: bold!important;
|
||||||
text-size-adjust: 100% ;
|
|
||||||
-moz-text-size-adjust: 100%;
|
|
||||||
}
|
}
|
||||||
strong {
|
.nodata{
|
||||||
font-weight: bold !important;
|
width:100%;
|
||||||
}
|
|
||||||
.nodata {
|
|
||||||
width: 100%;
|
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: #999;
|
color:#999;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
@ -319,7 +319,7 @@ const handleFreshList = () => {
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
width: 54px;
|
width: 52px;
|
||||||
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="main casemain" :class="{on: step == pageIndex }" :id="'pagemain'+pageIndex" v-show="step == pageIndex" >
|
<div class="main" :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">
|
||||||
<div class="prev" @click="switchPage(pageIndex - 1)">上一步</div>
|
<div class="prev" @click="switchPage(pageIndex - 1)">上一步</div>
|
||||||
@ -305,11 +305,7 @@ const onChange=(newIndex)=>{
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang='scss' scoped>
|
<style lang='scss' scoped>
|
||||||
.casemain.on{
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
.main {
|
.main {
|
||||||
opacity: 0;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
|||||||
@ -214,8 +214,9 @@ onBeforeMount(() => {
|
|||||||
.main {
|
.main {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: #fff;
|
|
||||||
.bg {
|
.bg {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user