.author-content-item.single.like-movie {
    height: 19rem;
    background: url(https://ooo.0x0.ooo/2024/07/16/ORkB6C.webp) no-repeat top;
    background-size: cover;
    color: var(--anzhiyu-white);
    overflow: hidden;
}
.hexo-douban-item {
    border-bottom: none !important;
    background: var(--anzhiyu-card-bg);
    border: var(--style-border);
    box-shadow: var(--anzhiyu-shadow-border);
    border-radius: 12px;
    margin: 8px 0;
    height: 160px;
    min-height: 160px !important;
    width: 49%;
    overflow: hidden;
}

@media screen and (min-width: 1300px) {
    .hexo-douban-item {
        width: 32%;
    }
}

#hexo-douban-item3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hexo-douban-item .hexo-douban-picture a {
    padding: 0 !important;
}

.hexo-douban-item .hexo-douban-picture img {
    margin: 0px !important;
    height: 100% !important;
}

.hexo-douban-tabs {
    display: none;
}

.hexo-douban-title a {
    border-bottom: 0px !important;
}

.hexo-douban-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hexo-douban-title a:hover {
    color: var(--anzhiyu-lighttext) !important;
    background: var(--anzhiyu-none) !important;
}

.hexo-douban-pagination {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.hexo-douban-pagenum {
    margin: 0 0.5rem;
}

.hexo-douban-title {
    font-size: 1rem;
    line-height: 1;
}

.hexo-douban-title a {
    padding: 0 !important;
}

.hexo-douban-info {
    padding-left: 130px !important;
    margin-right: 0.5rem;
}

.hexo-douban-meta {
    font-size: 0.7rem !important;
    color: var(--anzhiyu-secondtext);
    margin-top: 0.3rem;
    line-height: 1.05;
}

.hexo-douban-comments {
    line-height: 1.2;
    margin-top: 0.5rem;
    font-size: 0.8rem !important;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hexo-douban-picture {
    height: 100%;
    top: 0 !important;
    padding: 10px 0 10px 10px;
}

.hexo-douban-picture a img {
    border-radius: 8px !important;
}

.hexo-douban-button {
    width: 4rem;
    height: 2rem;
    line-height: 1.9rem;
    border-radius: 8px !important;
    background: var(--anzhiyu-card-bg);
    box-shadow: var(--anzhiyu-shadow-lightblack);
    border: var(--style-border);
    margin: 0 0.2rem;
    border-bottom: var(--style-border) !important;
}


作者: anzhiyuHrn
链接: https://blog.lvhrn.cn/posts/ecf7842c.html
来源: anzhiyuHrn
著作权归作者所有。商业转载请联系作者获得授权，非商业转载请注明出处。
