add InputNumber UI

add InputNumber UI
This commit is contained in:
梁灏 2016-09-21 16:59:19 +08:00
parent 07aa688e3c
commit 95436eeb98
15 changed files with 345 additions and 16 deletions

View file

@ -76,6 +76,25 @@
// Legend
@legend-color : #999;
// Input
@input-height-base : 28px;
@input-height-large : 32px;
@input-height-small : 22px;
@input-padding-horizontal : 7px;
@input-padding-vertical-base : 4px;
@input-padding-vertical-small: 1px;
@input-padding-vertical-large: 6px;
@input-placeholder-color : #ccc;
@input-color : @text-color;
@input-border-color : @border-color-base;
@input-bg : #fff;
@input-hover-border-color : @primary-color;
@input-focus-border-color : @primary-color;
@input-disabled-bg : #f3f3f3;
// Z-index
@zindex-affix : 10;
@zindex-back-top : 10;