update
This commit is contained in:
parent
8d16d8c5de
commit
56ebfbd460
@ -13,6 +13,11 @@
|
|||||||
</van-sticky>
|
</van-sticky>
|
||||||
<van-pull-refresh class="eq-main" v-model="isLoading" @refresh="onRefresh" ref="listMain">
|
<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>
|
<water-fall @click.native="getMore" :isOver="isOver"></water-fall>
|
||||||
</van-pull-refresh>
|
</van-pull-refresh>
|
||||||
</div>
|
</div>
|
||||||
@ -137,7 +142,7 @@ export default {
|
|||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.eqInspection {
|
.eqInspection {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #f5f5f5;
|
background: #F6F6F6;
|
||||||
.eq-main {
|
.eq-main {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
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>
|
</style>
|
||||||
|
@ -125,7 +125,7 @@ export default {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.material{
|
.material{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #f5f5f5;
|
background: #F6F6F6;
|
||||||
.material-main{
|
.material-main{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user