提交 517d92ab 编写于 作者: Y yiminghe

fix inputnumber style

上级 14afab08
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
vertical-align: middle; vertical-align: middle;
border: 1px solid #D9D9D9; border: 1px solid #D9D9D9;
border-radius: 5px; border-radius: 5px;
overflow: hidden;
&-handler { &-handler {
text-align: center; text-align: center;
...@@ -26,6 +27,10 @@ ...@@ -26,6 +27,10 @@
-webkit-user-select: none; -webkit-user-select: none;
} }
&-handler-up-inner {
margin-left: -1px;
}
&:hover { &:hover {
border-color: #23c0fa; border-color: #23c0fa;
...@@ -53,7 +58,7 @@ ...@@ -53,7 +58,7 @@
outline: 0; outline: 0;
-moz-appearance: textfield; -moz-appearance: textfield;
line-height: 26px; line-height: 26px;
height: 24px; height: 22px;
transition: all 0.3s ease; transition: all 0.3s ease;
color: #666666; color: #666666;
border: 0; border: 0;
...@@ -72,6 +77,7 @@ ...@@ -72,6 +77,7 @@
&-handler-up { &-handler-up {
padding-top: 1px; padding-top: 1px;
border-bottom: 1px solid #D9D9D9; border-bottom: 1px solid #D9D9D9;
cursor: pointer;
&-inner { &-inner {
.iconfont-mixin(); .iconfont-mixin();
top:-2px; top:-2px;
...@@ -83,6 +89,7 @@ ...@@ -83,6 +89,7 @@
} }
&-handler-down { &-handler-down {
cursor: pointer;
&-inner { &-inner {
.iconfont-mixin(); .iconfont-mixin();
&:before { &:before {
...@@ -94,7 +101,9 @@ ...@@ -94,7 +101,9 @@
.handler-disabled() { .handler-disabled() {
opacity: 0.72; opacity: 0.72;
cursor: default;
&:hover { &:hover {
cursor: default;
color: #999; color: #999;
border-color: #d9d9d9; border-color: #d9d9d9;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册