uniapp css吸顶效果

阅读 97

2022-03-12

//给需要吸顶的加这个样式
.sticky{
	/* #ifndef APP-PLUS-NVUE */
	display: flex;
	position: -webkit-sticky;
	/* #endif */
	position: sticky;
	//top: var(--window-top);
	top: 0rpx;//距离为0的时候吸顶
	z-index: 99;
}

相关推荐

精彩评论(0)

0 0 举报