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.
56 lines
791 B
56 lines
791 B
4 years ago
|
/* 日历主要颜色相关样式 */
|
||
|
|
||
|
.default_color,
|
||
|
.default_weekend-color,
|
||
|
.default_handle-color,
|
||
|
.default_week-color {
|
||
|
color: #4a4a4a;
|
||
|
}
|
||
|
|
||
|
.default_today {
|
||
|
color: #fff;
|
||
|
background-color: #874fb4;
|
||
|
}
|
||
|
|
||
|
.default_choosed {
|
||
|
color: #fff;
|
||
|
background-color: #146ae7;
|
||
|
}
|
||
|
|
||
|
.default_date-disable {
|
||
|
color: #c7c7c7;
|
||
|
}
|
||
|
|
||
|
.default_prev-month-date,
|
||
|
.default_next-month-date {
|
||
|
color: #e2e2e2;
|
||
|
}
|
||
|
|
||
|
.default_prev-month-date .date,
|
||
|
.default_next-month-date .date {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.default_normal-date {
|
||
|
color: #88d2ac;
|
||
|
}
|
||
|
|
||
|
.default_todo-circle {
|
||
|
border-color: #88d2ac;
|
||
|
}
|
||
|
|
||
|
.default_todo-dot {
|
||
|
background-color: #e54d42;
|
||
|
}
|
||
|
|
||
|
.default_date-desc {
|
||
|
color: #c2c2c2;
|
||
|
}
|
||
|
|
||
|
.default_date-desc-lunar {
|
||
|
color: #e54d42;
|
||
|
}
|
||
|
|
||
|
.default_date-desc-disable {
|
||
|
color: #e2e2e2;
|
||
|
}
|