<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-follow .info-follow-content {
    display: flex;
    gap: 28px;
    width: 100%;
}

.info-follow .info-follow-list {
    width: 1152px;
    max-width: 100%;
    padding-top: 70px;
}

.info-follow .info-follow-list-mobile-header {
    display: none;
    align-items: end;
    height: 62px;
    padding-bottom: 12px;
}

    .info-follow .info-follow-list-mobile-header .mobile-header-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

.info-follow .info-follow-list-mobile-header-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.info-follow .info-follow-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-follow .info-follow-list-header-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.info-follow .info-follow-list-header-search {
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    background: #f8f8f8;
    width: 160px;
    height: 28px;
    padding: 4px 8px;
    /* é’ˆå¯¹ä¸åŒæµè§ˆå™¨çš„å…¼å®¹æ€§å¤„ç† */
}

    .info-follow .info-follow-list-header-search .search-icon {
        width: 12px;
        height: 12px;
    }

    .info-follow .info-follow-list-header-search .search-input {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }

    .info-follow .info-follow-list-header-search input::placeholder {
        color: var(--assist-color);
        /* è®¾ç½®å&nbsp;ä½ç¬¦æ–‡å­—é¢œè‰² */
    }

    .info-follow .info-follow-list-header-search input::-webkit-input-placeholder {
        /* Chrome/Safari/Opera */
        color: var(--assist-color);
    }

    .info-follow .info-follow-list-header-search input::-moz-placeholder {
        /* Firefox */
        color: var(--assist-color);
        opacity: 1;
    }

    .info-follow .info-follow-list-header-search input:-ms-input-placeholder {
        /* IE/Edge */
        color: var(--assist-color);
    }

.info-follow .info-follow-list-content {
    width: 100%;
    height: 100%;
    margin-top: 16px;
}

@media screen and (max-width: 960px) {
    #app .app-container {
        height: 100%;
        padding-bottom: 0;
    }

    #app .app-container-content {
        padding: 0 15px;
    }

    .info-follow .info-follow-content {
        display: flex;
        gap: 28px;
        width: 100%;
    }

    .info-follow .info-follow-list {
        width: 100%;
        padding-top: 0;
    }

    .info-follow .info-follow-list-mobile-header {
        display: flex;
    }

    .info-follow .info-follow-list-header {
        margin-top: 12px;
    }

    .info-follow .info-follow-list-header-title {
        visibility: hidden;
    }

    .info-follow .info-follow-list-content {
        width: 100%;
        height: 100%;
        margin-top: 8px;
    }
}
</pre></body></html>