ci-plus
Version:
ci组件库
35 lines (34 loc) • 684 B
text/less
.ea-button{
box-sizing: border-box;
display: inline-block;
padding: 12px 20px;
margin: 0;
font-size: 14px;
font-weight: 500;
line-height: 1;
color: #606266;
text-align: center;
white-space: nowrap;
cursor: pointer;
background: #fff;
border: 1px solid #dcdfe6;
border-radius: 4px;
outline: none;
transition: 0.1s;
appearance: none;
}
.ea-button--primary{
color: #fff;
background-color: #409eff;
border-color: #409eff;
&:hover{
color: #fff;
background: #73ff66;
border-color: #66b1ff;
}
}
// .ea-button--primary:hover{
// color: #fff;
// background: #66b1ff;
// border-color: #66b1ff;
// }