UNPKG

fezui

Version:

FEZUI 是一套基于 Vue 的支持多终端的开源UI交互组件库,致力于积木式的快速构建项目,提升产品体验和开发效率、降低开发和维护成本。

28 lines (26 loc) 690 B
.placeholder(@color: @input-placeholder-color) { // Firefox &::-moz-placeholder { color: @color; opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526 } // Internet Explorer 10+ &:-ms-input-placeholder { color: @color; } // Safari and Chrome &::-webkit-input-placeholder { color: @color; } } // for select and input like component's arrow .inner-arrow() { position: absolute; top: 50%; right: 8px; line-height: 1; margin-top: -7px; font-size: @font-size-base; color: @subsidiary-color; transition: all @transition-time @ease-in-out; }