UNPKG

wux-weapp

Version:

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

32 lines (28 loc) 655 B
@import "../styles/mixins/index.less"; @import "../styles/themes/index.less"; .@{wux-prefix}-selectable { position: relative; display: inline-block; cursor: pointer; &__input { position: absolute; top: 0; left: 0; opacity: 0; width: 100%; height: 100%; z-index: 2; border: 0 none; appearance: none; } &__icon { display: inline-block; font-size: 0; vertical-align: middle; position: relative; top: 0; left: 0; margin-left: @margin-component-base; margin-right: @margin-component-base; } }