提交 39b3f710 编写于 作者: A afc163

update style

上级 3713c372
......@@ -7,7 +7,6 @@
z-index: 10;
position: absolute;
outline: none;
border-radius: 6px;
border-radius: @border-radius-base;
}
......
......@@ -26,7 +26,7 @@
position: relative;
background-color: #fff;
border: none;
border-radius: 6px 6px;
border-radius: @border-radius-base;
background-clip: padding-box;
outline: 0;
}
......
......@@ -42,7 +42,7 @@
margin: 0;
text-align: left;
background-color: #fff;
border-radius: 3px;
border-radius: @border-radius-base;
box-shadow: @overlay-shadow;
background-clip: padding-box;
border: 1px solid #d9d9d9;
......
......@@ -97,7 +97,7 @@
font-family: Arial;
cursor: pointer;
color: #666;
border-radius: 6px;
border-radius: @border-radius-base;
list-style: none;
min-width: 28px;
height: 28px;
......@@ -210,7 +210,7 @@
margin: 0 8px;
box-sizing: border-box;
background-color: #fff;
border-radius: 6px;
border-radius: @border-radius-base;
border: 1px solid #d9d9d9;
outline: none;
padding: 5px 8px;
......
......@@ -66,7 +66,7 @@
display: block;
background-color: #fff;
border-radius: 6px;
border-radius: @border-radius-base;
border: 1px solid #d9d9d9;
.transition(all .3s @ease-in-out);
......
......@@ -43,10 +43,10 @@
}
&:first-child {
border-radius: 6px 0 0 0;
border-radius: @border-radius-base 0 0 0;
}
&:last-child {
border-radius: 0 6px 0 0;
border-radius: 0 @border-radius-base 0 0;
}
}
......
......@@ -22,7 +22,7 @@
width: 12px;
height: 12px;
background-color: #fff;
border-radius: 6px;
border-radius: 100px;
&-blue {
border: 2px solid @primary-color;
}
......
......@@ -48,7 +48,7 @@
border: 1px solid @input-border-color;
border-radius: @border-radius-base;
.placeholder(); // Reset placeholder
.transition(~"border .3s @{ease-in-out}, background .3s @{ease-in-out}, box-shadow .3s @{ease-in-out}");
.transition(~"border .2s @{ease-in-out}, background .2s @{ease-in-out}, box-shadow .2s @{ease-in-out}");
&:hover {
.hover();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册