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

.fav {
    width: 17px;
    height: 17px;
    background: url("https://www.stdaily.com/resource/kjw/img/20240413sc.png") no-repeat;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    margin-top: 3px;;
}

.fav.active {
    background: url("https://www.stdaily.com/resource/kjw/img/20240413sc1.png ") no-repeat;
}

.comment-btn {
    margin-top: 10px;
    float: right;
}

.comment-list {
    margin-bottom: 20px;
}

#commentDiv {
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.media-body p {
    font-size: 14px;
    color: #666;
    text-indent: 2em;
}</pre></body></html>