<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main {
    padding-top: 5rem;
    gap: 5rem;
}

.main-section {
    background: url("../img/pexels-cottonbro-6334916.jpg") no-repeat;
}

.main-section &gt; section {
    width: 50rem;
}

.content {
    background: #FFFFFF;
    opacity: 0.9;
}

.content &gt; p {
    height: 54.7rem;
    white-space: pre-wrap;
    overflow-y: auto;
    text-align: center;
}

/*骞虫澘*/
@media (max-width: 1020px) {
    .main-section &gt; section:first-child {
        display: none;
    }

    .main-section &gt; section:last-child {
        width: 100%;
    }
}
</pre></body></html>