UNPKG

wux-weapp

Version:

一套组件化、可复用、易扩展的微信小程序 UI 组件库

25 lines (21 loc) 448 B
@import "../styles/mixins/index.less"; @import "../styles/themes/index.less"; .@{wux-prefix}-virtual-list { position: relative; display: block; overflow: auto; height: auto; &__mask { position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; background-color: transparent; } &__scroll-view { width: 100%; height: 100%; } }