wux-weapp
Version:
一套组件化、可复用、易扩展的微信小程序 UI 组件库
21 lines (17 loc) • 475 B
text/less
@import "../styles/mixins/index.less";
@import "../styles/themes/index.less";
.@{wux-prefix}-select {
&__scroll-view {
max-height: @scroll-view-size;
}
&__prompt {
position: relative;
display: flex;
justify-content: center;
align-items: center;
min-height: @scroll-view-size / 2;
padding: 24px 12px;
box-sizing: border-box;
}
.toolbar-style(@heading-color, @stable-inverse, @balanced);
}