13 lines
253 B
Plaintext
13 lines
253 B
Plaintext
|
/* pages/components/select-date/index.wxss */
|
||
|
|
||
|
.time_select_style{
|
||
|
background: none !important;
|
||
|
}
|
||
|
|
||
|
.time_active_style{
|
||
|
color: #ffffff !important;
|
||
|
}
|
||
|
.time_list_style{
|
||
|
background: none !important;
|
||
|
color: #546696 !important;
|
||
|
}
|