zarm-web
Version:
基于 React 的桌面端UI库
64 lines (62 loc) • 1.35 kB
CSS
.za-time__select-wrapper {
min-height: 32px;
}
.za-time__select-wrapper.za-select {
width: 160px;
line-height: 1;
}
.za-time__select-wrapper .za-select__selection {
position: relative;
}
.za-time__select-wrapper .ui-dropdown-trigger-box {
width: 100%;
}
.za-time__select-wrapper .za-time__select-icon {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
line-height: 1;
color: #d9d9d9;
font-size: 18px;
}
.za-time__select {
display: flex;
flex-wrap: nowrap;
width: 100%;
border-bottom: 1px solid #e9e9e9;
}
.za-time__select .za-select {
width: 33.333333%;
flex: 1;
border-right: 1px solid #e9e9e9;
}
.za-time__select .za-select:last-child {
border-right: none;
}
.za-time__select .za-select .za-select__selection {
max-height: 192px ;
border: none;
box-shadow: none;
}
.za-time__select .za-select .za-select__selection .ui-menu {
height: auto;
padding: 0 0 160px;
}
.za-time__select .za-select .za-select__selection .ui-menu .ui-menu-item {
text-align: center;
border-radius: 0;
height: 32px;
line-height: 32px;
}
.za-time__select .za-select .za-select__selection .ui-menu .ui-menu-item.selected {
background: #2db7f5;
color: #fff;
}
.za-select__bottom {
text-align: center;
line-height: 38px;
}
.za-select__bottom .confirm-btn {
margin-left: 12px;
}