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

.show-wrap {
    padding-bottom: 50px;
    .layout-item {
        height: 396px;
        .image-box {
            height: 308px;
            overflow: hidden;
            img {
                width: 100%;
                height: 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);
                white-space: nowrap;
                background: #fff\9;
                filter:alpha(opacity=90);
            }
            .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;

            }
        }
    }
}

.img-zoom {
    .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);
    }
    .pic-tip:after {
        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;
    }
    .close-btn {
        position: absolute;
        top: 6px;
        right: -58px;
        width: 27px;
        height: 27px;
        background-image: url("../images/yohood/close-btn.png");
        background-size: 100% 100%;
    }
}