z-paging-x
Version:
分页全自动处理,支持自定义下拉刷新、上拉加载更多、自动管理空数据图、点击返回顶部、下拉显示最后更新时间等,持续完善中
34 lines (28 loc) • 414 B
CSS
/* [z-paging-x]公共css*/
.zpx-content {
height: 100%;
}
.zpx-flex1 {
flex: 1;
}
.zpx-back-to-top {
width: 76rpx;
height: 76rpx;
z-index: 999;
position: absolute;
bottom: 260rpx;
right: 25rpx;
transition-duration: .3s;
transition-property: opacity;
}
.zpx-back-to-top-show {
opacity: 1;
}
.zpx-back-to-top-hide {
opacity: 0;
}
.zpx-back-to-top-img {
width: 100%;
height: 100%;
z-index: 999;
}