Commit fa7a05a0 authored by qiyaxin's avatar qiyaxin

搜索重置按钮样式

parent 2cac6a38
...@@ -12,7 +12,37 @@ ...@@ -12,7 +12,37 @@
} }
} }
} }
.btn-A{
width: 70px;
height: 32px;
background: #0154FB;
color: #FFFFFF;
border-radius: 4px;
&:hover {
background-color: #598FFC;
color: #FFFFFF;
}
&:active {
background-color: #0148D6;
color: #FFFFFF;
}
}
.btn-B{
width: 70px;
height: 32px;
background: #ffffff;
color: #5B6373;
border: 1px solid #c6cbd4;
border-radius: 4px;
&:hover {
background: #dfe9fe;
color: #0154fb;
border: 1px solid #0154fb;
}
&:active {
color: #0148d6;
}
}
.blue-btn { .blue-btn {
@include colorBtn($blue); @include colorBtn($blue);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment