|
@ -1,8 +1,8 @@
|
|
|
.custom-list{
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
height: 100vh;
|
|
|
.search{
|
|
|
position: fixed;
|
|
|
top: 0;
|
|
|
width: 100%;
|
|
|
z-index: 2;
|
|
|
border-bottom: 1px solid #e1e1e1;
|
|
@ -15,12 +15,15 @@
|
|
|
}
|
|
|
}
|
|
|
.filter{
|
|
|
position: fixed;
|
|
|
top: 54px;
|
|
|
width: 100%;
|
|
|
z-index: 2;
|
|
|
border-bottom: 1px solid #e1e1e1;
|
|
|
}
|
|
|
&.has-search{
|
|
|
.custom-van-list{
|
|
|
// margin-top: 54px;
|
|
|
margin-top: 54px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@ -29,20 +32,35 @@
|
|
|
margin-top: 99px;
|
|
|
}
|
|
|
}
|
|
|
.van-pull-refresh{
|
|
|
display: flex;
|
|
|
min-height: 100%;
|
|
|
flex-direction: column;
|
|
|
::v-deep .van-pull-refresh__track{
|
|
|
width: 100%;
|
|
|
flex: 1;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
.has-top{
|
|
|
.mainNobotHasTop{
|
|
|
.custom-list{
|
|
|
height: calc(100vh - 45px);
|
|
|
height: calc(100vh - 46px);
|
|
|
.search{
|
|
|
top: 45px;
|
|
|
top: 46px;
|
|
|
}
|
|
|
.filter{
|
|
|
top: 99px;
|
|
|
}
|
|
|
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.van-pull-refresh {
|
|
|
flex-grow: 1;
|
|
|
.app-wrapper-1.has-top{
|
|
|
.custom-list{
|
|
|
height: calc(100vh - 46px);
|
|
|
.search{
|
|
|
top: 46px;
|
|
|
}
|
|
|
.filter{
|
|
|
top: 99px;
|
|
|
}
|
|
|
}
|
|
|
}
|