liked-activity.scss 2.06 KB
.liked-activity {
    border-bottom: 20px solid #f0f0f0;
    padding-bottom: 27px;

    .head-author {
        height: 92px;
        line-height: 92px;
        padding: 0 30px;
        color: #444;

        > * {
            display: inline-block;
            vertical-align: middle;
        }

        .thumb {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            overflow: hidden;
            display: inline-block;
        }

        p {
            max-width: 60%;
            margin-left: 20px;
            font-size: 24px;
            line-height: 1.4;
            word-break: break-all;
        }
    }

    .swiper-pagination-fraction {
        width: auto;
        height: 30px;
        line-height: 32px;
        padding: 0 12px;
        border-radius: 15px;
        color: #fff;
        font-size: 24px;
        right: 30px;
        bottom: 20px;
        background: rgba(0, 0, 0, 0.6);
        white-space: nowrap;

        .swiper-pagination-current {
            margin-right: -6px;
        }

        .swiper-pagination-total {
            margin-left: -4px;
            margin-right: 2px;
        }
    }

    .like-option {
        padding: 0 30px;
        line-height: 120px;
        font-size: 26px;
        color: #444;

        .like-option-btn {
            display: inline-block;
            vertical-align: middle;

            > span {
                vertical-align: middle;
            }
        }

        .iconfont {
            font-size: 40px;
            color: #979797;
            margin-right: 6px;
            position: relative;
            top: -2px;
        }

        .fav .iconfont {
            color: #eb0313;
        }

        .hide {
            display: none;
        }
    }

    .reply-list {
        padding: 0 30px;
        font-size: 26px;
        color: #b0b0b0;
        line-height: 1.4;
        margin-bottom: 26px;

        .reply-item {
            margin: 10px 0;
            word-break: break-all;
        }

        .reply-name {
            color: #444;
            font-weight: 700;
        }
    }
}