<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.background-lightgoldenrodyellow {
    background-color: lightgoldenrodyellow;
}

.background-f0fbff {
    background-color: #f0fbff;
}

.red {
    color: red;
}

textarea.noresize {
    resize: none;
}

.pointer {
    cursor: pointer;
}

.display-webkit-box {
    display: -webkit-box;
}

.display-flex {
    display: flex;
}

.hide {
    display: none;
}

.flort-left {
    float: left;
}

.flort-right {
    float: right;
}

.text-align-center {
    text-align: center;
}

/*模糊化*/
.filterblur {
}
</pre></body></html>