_show.scss 1.75 KB
.show-title {
    line-height: 98px;
    font-size: 32px;
    color: #0099bb;
    text-align: center;
}

.show-wrap {
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 50px;
    .layout-item {
        height: 450px;
        .image-box {
            height: 342px;
            overflow: visible;
            img {
                width: 100%;
                height: 100%;
            }
        }
        .content {
            p {
                font-size: 20px;
                font-weight: bold;
                color: #282828;
            }
            .time {
                font-size: 12px;
                font-weight: normal;
                color: #8c8c8c;
            }
        }
    }
}

.img-zoom {
    .close-btn {
        position: absolute;
        top: 6px;
        right: -58px;
        width: 27px;
        height: 27px;
        background-image: url("../images/yohood/close-btn.png");
        background-size: 100% 100%;
    }
}

.pic-tip {
    display: block;
    position: absolute;
    left: 80px;
    top: 80px;
    background: rgba(255, 255, 255, 0.9);
    color: #009abe;
    text-decoration: none;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    border-radius: 11px;
    font-family: 'Helvetica';
    font-weight: bold;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    background: #fff\9;
    filter: alpha(opacity=90);
    white-space: nowrap;
    z-index: 1;
    cursor: default;
}

.pic-tip:hover {
    display: block;
}

.pic-tip:after {
    display: none\9;
    position: absolute;
    content: "";
    background-image: url("../images/yohood/vedio-btn.png");
    background-repeat: no-repeat;
    background-position: 0 -55px;
    background-size: 30px 310px;
    width: 7px;
    height: 5px;
    top: 13px;
    left: -2px;
}