@nutui/nutui-react-taro
Version:
京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序
35 lines (34 loc) • 594 B
CSS
/* #ifdef harmony */
/* #endif */
/* #ifndef harmony */
/* #endif */
.nut-timeselect {
background-color: #ffffff;
display: flex;
flex-direction: column;
height: calc(100% - 50px);
}
.nut-timeselect-content {
display: flex;
flex: 1;
}
.nut-timeselect-content-left {
width: 140px;
min-width: 140px;
height: 100%;
overflow: auto;
background: #f7f8fc;
}
.nut-timepannel {
padding: 0 16px;
height: 40px;
line-height: 40px;
text-align: start;
color: #505259;
font-size: 14px;
}
.nut-timepannel.active {
background: #ffffff;
color: #1a1a1a;
font-weight: 600;
}