.m-option { cursor: pointer; color: #333; -webkit-tap-highlight-color: transparent; transition: background-color 0.15s, color 0.15s; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all;}.m-option--normal { font-size: 15px; padding: 9px 14px;}.m-option--small { font-size: 14px; padding: 7px 14px;}.m-option--mini { font-size: 13px; padding: 5px 14px;}.m-option--key-active { background: rgba(0, 0, 0, 0.06);}.m-option--selected { background: #5e72e4; color: #fff;}.m-option--disabled { color: #aaa;}