2024年5月27日发(作者:)
},
});
(3)wxss部分:
@import '../../lib/';
page,
.page,
.page__bd{
height: 100%; background-color: white;
}
.page__bd{
padding-bottom: 0;
}
.weui-tab__content{
padding-top: 60px;
text-align: center;
}
.searchbar-result{
margin-top: 0;
font-size: 14px;
}
.searchbar-result:before{
display: none;
}
.weui-cell{
padding: 12px 15px 12px 35px;
}
.searchBarCss{
position: fixed; width: 100%; background-color: white;z-index: 10;
}
.contentCss{
width:100%; position:fixed;margin-top:100rpx;z-index:1;
}


发布评论