This commit is contained in:
gtz217 2022-07-27 12:23:02 +08:00
parent 8d16d8c5de
commit 56ebfbd460
2 changed files with 32 additions and 2 deletions

View File

@ -13,6 +13,11 @@
</van-sticky>
<van-pull-refresh class="eq-main" v-model="isLoading" @refresh="onRefresh" ref="listMain">
<!-- 信息列表主体 -->
<!-- 搜索区域 -->
<div class="eq-search">
<div class="eq-search-back"></div>
<div class="eq-search-main"></div>
</div>
<water-fall @click.native="getMore" :isOver="isOver"></water-fall>
</van-pull-refresh>
</div>
@ -137,7 +142,7 @@ export default {
<style lang="scss">
.eqInspection {
width: 100%;
background: #f5f5f5;
background: #F6F6F6;
.eq-main {
width: 100%;
position: absolute;
@ -161,5 +166,30 @@ export default {
}
}
}
.van-hairline--bottom::after {
border-bottom-width: 0;
}
.eq-search {
width: 100%;
height: 3.625rem;
position: relative;
.eq-search-back {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 1rem;
background: #4271FF;
}
.eq-search-main {
position: relative;
width: 94%;
margin-left: 3%;
height: 3.625rem;
border-radius: .25rem;
background: #fff;
box-shadow: .02rem .02rem .1rem rgba($color: #000000, $alpha: .2);
}
}
}
</style>

View File

@ -125,7 +125,7 @@ export default {
<style lang="scss" scoped>
.material{
width: 100%;
background: #f5f5f5;
background: #F6F6F6;
.material-main{
width: 100%;
position: absolute;