fit-select
Version:
选择框
18 lines (16 loc) • 474 B
CSS
.fit-select-option {
padding: 10px 15px;
cursor: pointer; }
.fit-select-option:hover:not(.disabled), .fit-select-option.active {
background: #f8f9fb;
border-left: 2px solid #7266ba;
padding-left: 13px; }
.fit-select-option .active {
color: #f50; }
.fit-select-option.disabled {
cursor: not-allowed;
background-color: whitesmoke;
color: #bbb; }
.fit-select-option.disabled:hover {
cursor: not-allowed;
background-color: whitesmoke; }