提交 2e681566 编写于 作者: A afc163

update datepicker input style

上级 93c27575
......@@ -11,23 +11,25 @@
position: relative;
display: inline-block;
&-input {
.ant-input;
cursor: text;
.input;
}
&-icon {
position: absolute;
-webkit-user-select: none;
user-select: none;
.transition(all .3s @ease-in-out);
width: 14px;
height: 14px;
right: 14px;
color: #999;
top: 50%;
line-height: 1;
margin-top: -7px;
&:after {
position: relative;
left: -22px;
font-family: "anticon";
content: "\e60c";
font-family: "anticon";
font-size: 14px;
color: #999;
top: 5px;
margin-right: -20px;
}
}
&-open .@{prefixCalendarClass},
......
......@@ -11,7 +11,8 @@
}
.@{prefixCalendarClass}-time-input {
.ant-input;
.input;
margin: 0;
width: 30px;
height: 26px;
padding: 0;
......
// 待删除
.ant-input(){
position: relative;
display: inline-block;
margin: 0 0;
padding: 4px 10px;
border-radius: 6px 6px;
border: 1px solid #d9d9d9;
background-color: #ffffff;
color: #666;
line-height: 1.5;
-webkit-transform: border 0.3s cubic-bezier(0.35, 0, 0.25, 1), background 0.3s cubic-bezier(0.35, 0, 0.25, 1), box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1);
transform: border 0.3s cubic-bezier(0.35, 0, 0.25, 1), background 0.3s cubic-bezier(0.35, 0, 0.25, 1), box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1);
.transition(all .3s @ease-in-out);
&:hover {
border-color: #23c0fa;
}
&:focus {
border-color: #23c0fa;
box-shadow: 0 0 3px #23c0fa;
}
}
// size mixins for input
.input-lg() {
padding: @input-padding-lg;
......@@ -39,10 +14,11 @@
// Basic style for input
.input() {
position: relative;
display: block;
display: inline-block;
padding: @input-padding-vertical-base @input-padding-horizontal;
margin-right: 8px;
width: 100%;
cursor: text;
height: @input-height-base;
font-size: @input-font-size;
line-height: @line-height-base;
......@@ -65,10 +41,9 @@
}
&[disabled],
&[readonly],
fieldset[disabled] & {
background-color: @input-disabled-bg;
opacity: 1;
opacity: 1;
&:hover {
border-color: @input-border-color;
}
......@@ -192,7 +167,7 @@
&-btn {
position: relative;
> .@{inputBtn} {
position: relative;
+ .@{inputBtn} {
......@@ -221,11 +196,11 @@
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
&-addon:first-child {
border-right: 0;
}
.@{inputClass}:last-child,
&-addon:last-child,
&-btn:last-child > .@{inputBtn},
......@@ -233,7 +208,7 @@
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
&-addon:last-child {
border-left: 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册