<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.calendar {
    font-size: 16px;
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    padding: 0px 10px;
}

.calendar.holiday {
    border-color: var(--special-color);
}

/* 日历：说明区 */
.calendar-desc {
    width: 490px;
    margin-bottom: 10px;
}

.day-intro {
    display: flex;    
}

.day-intro .day-num {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    line-height: 80px;
    font-size: 52px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 12px;
    text-align: center;
}

.day-intro.holiday .day-num {
    background: var(--special-color);
}

.day-intro .day-desc {
    flex: 1;
    height: 80px;
    margin-left: 15px;
}

.day-intro .day-name {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.day-intro .day-name .time {
    font-size: 16px;
    font-weight: normal;
    color: var(--default-text-color);
    margin-left: 5px;
}

.day-intro .day-tags, .day-intro .day-counter {
    margin-top: 6px;
    font-size: 16px;
}

.day-intro .day-tags span {
    margin: 0px 5px;
}

.day-intro .day-tags span:first-child {
    margin-left: 0px;
}

.day-intro .day-counter span.number {
    margin: 0px 5px;
    color: var(--special-color);
    font-weight: bold;
}

.day-intro .calander-download {
    width: 80px;
    height: 80px;
    display: block;
}

.day-intro .calander-download .icon {
    margin: 5px 0 5px 16px;
}

.day-intro .calander-download span {
    font-size: 16px;
    color: var(--primary-color);
    display: block;
    text-align: center;
}

/* 日历通用 */
.select2-results__option {
    font-size: 16px;
}

.calendar .title {
    display: flex;
}

.calendar .title .text {
    font-size: 24px;
    color: var(--special-color);
    font-weight: bold;
    line-height: 50px;
    width: 3em;
    display: none;
}

/* 标题上的操作区 */
.calendar .title .operate-area {
    flex: 1;
    display: flex;
    height: 50px;
}

.calendar .title .operate-area .select2-container {
    margin-top: 12px;
}

/* 标题上的操作区：年份选择器 */
.calendar .title .operate-area .year-picker-area {
    width: 100px;
    font-size: 16px;
    margin-right: 10px;
}

.calendar .title .operate-area .year-picker {
    width: 100px;
}

/* 标题上的操作区：月选择器 */
.calendar .title .operate-area .month-picker-area {
    position: relative;
    width: 140px;
    padding: 0 30px;
    z-index: 1;
    margin-right: 10px;
}

.calendar .title .operate-area .prev-month, .calendar .title .operate-area .next-month {
    position: absolute;
    width: 30px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    line-height: 50px;
    color: var(--default-text-color);
    font-size: 16px;
    cursor: pointer;
    stroke: var(--default-text-color);
    top: 0px;
}

.calendar .title .operate-area .prev-month svg, .calendar .title .operate-area .next-month svg {
    fill: none;
    width: 24px;
    height: 24px;
    margin: 13px 3px;
}

.calendar .title .operate-area .prev-month {
    left: 0px;
}
.calendar .title .operate-area .next-month {
    right: 0px;
}

.calendar .title .operate-area .month-picker {
    width: 80px;
}

/* 标题上的操作区：时间节点选择器 */
.calendar .title .operate-area .time-node-area {
    width: 100px;
    font-size: 16px;
    margin-right: 10px;
}

.calendar .title .operate-area .node-picker {
    width: 100px;
}

.calendar .title .operate-area .goto-today {
    width: 100px;
    text-align: center;
    line-height: 30px;
    margin-top: 12px;
    border-radius: 5px;
    height: 30px;
    background: var(--gray-border);
    cursor: pointer;
}

/* 标题上的操作区：距离下一个时间节点 */
.calendar .title .to-next-node {
    font-size: 20px;
    line-height: 50px;
    width: 600px;
    text-align: right;
    margin-left: auto;
}

.calendar .title .to-next-node .number {
    color: var(--special-color);
    font-weight: bold;
    margin: 0px 5px;
}

/* 本体区 */
.calendar .body-area {
    display: flex;
    margin-top: 20px;
}

.calendar .body-area {
    display: flex;
    margin-top: 20px;
}

.calendar .weekend {
    color: var(--special-color)
}

/* 日历：本体区 */
.calendar .calendar-body {
    flex: 1;
}

.calendar .calendar-body .weeks-body {
    width: 470px;
    height: 360px;
    overflow: hidden;
}

/* 日历本体：周显示区 */
.week-title-area {
    display: flex;
    margin-bottom: 5px;
}

.week-title-text {
    width: 58px;
    text-align: center;
}

.week {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 58px;
    height: 58px;
    position: relative;
    opacity: 0.99;
    cursor: default;
}

.week .body {
    position: absolute;
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    top: 0px;
    left: 2px;
    z-index: 99;
    padding-top: 10px;
}

.calendar-body .searial {
    color: var(--primary-color);
    font-weight: bold;
}

.week .num {
    height: 18px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    display: block;
}

.calendar-body .searial .num {
    color: var(--primary-color);
}

.week .desc {
    color: #333;
    font-size: 12px;
}

.week .mask {
    display: none;
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 5px;
    background: var(--mask-color);
    top: 0px;
    left: 2px;
    z-index: -99;
}

.week .border {
    display: none;
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 5px;
    background: transparent;
    border: 2px solid var(--primary-color);
    top: 0px;
    left: 2px;
    z-index: -50;
}

.week .holiday {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    line-height: 12px;
}

.week.weekend .num {
    color: var(--special-color)
}

.week.weekend .border {
    border: 2px solid var(--special-color);
}

.week.other-month {
    opacity: 0.4;
}


/* 日历本体：周显示区 - 假日 */
.week.holiday .num, .week.holiday .holiday {
    color: var(--special-color)
}

.week.holiday .mask {
    display: block;
    background-color: #f6dad6;
}

.week.holiday .border {
    border: 2px solid var(--special-color);
}

/* 日历本体：周显示区 - 补班 */
.week.work .mask {
    display: block;
}

.week.work .num, .week.work .holiday {
    color: #000;
}

.week.work .border {
    border: 2px solid var(--primary-color);
}

/* 日历本体：周显示区 - 今天 */
.week.today .border {
    display: block;
}

.week.cur .border {
    display: block;
    border-style: dashed;
}

.week.searial .mask {
    display: block;
    background-color: #ced9e8;
}
</pre></body></html>