@nutui/nutui-react-taro
Version:
京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序
38 lines • 654 B
CSS
/* #ifdef harmony */
/* #endif */
/* #ifndef harmony */
/* #endif */
.nut-picker {
background-color: #ffffff;
width: 100%;
}
.nut-picker-control {
display: flex;
align-items: center;
justify-content: space-between;
height: 50px;
padding: 16px;
box-sizing: border-box;
font-size: 16px;
}
.nut-picker-cancel-btn {
color: #505259;
font-size: 14px;
}
.nut-picker-confirm-btn {
color: #ff0f23;
font-size: 14px;
}
.nut-picker-title {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: center;
color: #1a1a1a;
font-size: 16px;
font-weight: 600;
}
.nut-picker-panel {
display: flex;
}