<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
:root{
    --main-color:#01aaed;
}

body{
    background-color: #ebebeb;
}

.calendar-subject-row {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    flex-flow: wrap;
}

.calendar-subject-row&gt;* {
    padding: 5px;
}

.layui-tab-brief&gt;.layui-tab-title .layui-this {
    color: var(--main-color)!important;
}
.layui-tab-brief&gt;.layui-tab-more li.layui-this:after, .layui-tab-brief&gt;.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--main-color)!important;
}
.layui-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layui-badge{
    white-space: nowrap;
}</pre></body></html>