lojk-ui
Version:
lojk vue ui components library
19 lines (18 loc) • 318 B
CSS
.lotus-button {
font-size: 0.4rem;
line-height: 1.28rem;
background: #13a3ff;
text-align: center;
color: #fff;
user-select: none;
white-space: nowrap;
overflow: hidden;
}
.lotus-button:active {
opacity: 0.8;
}
.lotus-button-default {
border: 1px solid #eee;
background: #fff;
color: #969696;
}