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

._image_item {
    padding: 4px;
}


._image_item .content-title {
    color: var(--title-color);
    height: 3.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 1.32rem;
    line-height: 1.6rem;
    text-transform: none;
    white-space: normal;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 3px;
    margin-bottom: 3px;
}

.content-details {
    position: absolute;
    top: 5px;
    background: #db2828;
    padding: 3px;
    color: #eee;
    left: 5px;
    border-radius: 4px;
}

.thumb-overlay {
    overflow: hidden;
    width: 100%;
    height: 266px;
    position: relative;
    background: #111;
    border-radius: 4px;
}

.thumb-overlay img {
    object-fit: cover;
    position: relative;
    width: 100%;
    top: 50%; /*lié«˜åº¦çš„ä¸€åŠ*/
    transform: translateY(-50%);
}

.gallery-item {
    position: relative;
}

.toolbar {
    position: absolute;
    bottom: 0px;
}

.card-wide {
    cursor: pointer;
}

.image-mosaic {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-auto-rows: 240px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #353535;
    font-size: 3rem;
    color: #fff;
    box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 500ms;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 600px) {
    .card-tall {
        grid-row: span 2 / auto;
    }

    .card-wide2 {
        grid-column: span 2 / auto;
    }
}


.btn-gallery {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    background-color: #fafafa;
    color: #5a5a5a;
    padding: 0 13px;
    height: 36px;
    display: inline-block;
    line-height: 34px;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
}

.btn-gallery:hover {
    background-color: #ccc;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .1);
}

.gallery-buttons {
    margin-top: 10px;
    font-size: 0;
    margin-bottom: 10px;
}



.gallery-buttons button {
    font-size: 1rem;
    margin: 0 2px 2px 0;
}

@media screen and (max-width: 600px) {
    .gallery-buttons button {
        font-size: 1.12rem;
        flex-grow: 1;
        height: 46px;
        line-height: 45px;
    }
}


.gallery-buttons button.gall-info-comments {
    position: relative;
}

.gallery-buttons button.gall-info-comments .counter {
    position: absolute;
    background-color: #ccc;
    color: #5a5a5a;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    top: -10px;
    right: -8px;
    border-radius: 20px;
    padding: 0 6px;
    box-sizing: border-box;
}

.btn-gallery.ui.button{
  padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-gallery.ui.active.button {
    background-color: #db2828;
    color: rgb(234 235 251);
}

.btn-gallery.ui.active.button:hover {
    background-color: #db2828;
    color: rgb(234 235 251);
}

@media (max-width: 640px) {
    ._image_item {
        padding: 4px;
        width: 50%;
    }

    .thumb-overlay{
        height:188px;
    }
}
</pre></body></html>