You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* 自定义rate颜色主题 */
|
|
.t-rate {
|
|
--td-rate-selected-color: #ffc51c;
|
|
--td-rate-unselected-color: #ddd;
|
|
}
|
|
|
|
.t-input {
|
|
--td-input-placeholder-text-color: #bbbbbb;
|
|
--td-input-text-color: #333333;
|
|
} |