以时间选择插件datetime-picker为例

<van-datetime-picker
type="datetime"
value="currentDate"
:show-toolbar="false"
:visible-item-count='3'
active-class="healthSet-date"
/>

这里得active-class="healthSet-date"就是其选中项样式类

.healthSet-date{
color:#B49851;
background:#f00;
}

注意他的外部样式不要嵌套,否则不会生效