<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: url('/static/pc/icon/bg-item.png') no-repeat top/100% auto;
}

.item-news-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.item-title {
    background: url('/static/pc/icon/item-title.png') no-repeat center;
}</pre></body></html>