_share.css 1.63 KB
.share {
    height: 25px;
    line-height: 25px;

    .share-title {
        font-size: 14px;
        float: left;
    }

    .share-wrapper {

        i {
            display: block;
            float: left;
            width: 20px;
            height: 20px;
            margin-right: 15px;
            cursor: pointer;
            font-size: 20px;
        }
    }

    .weixin-share-box {
        position: relative;
        top: -2px;
        z-index: 6;
    }

    .weixin-content {
        background-color: #fff;
        border: 1px solid #bbb;
        margin-top: 15px;
        position: absolute;
        width: 250px;
        height: 310px;
    }

    .weixin-content:after,
    .weixin-content:before {
        border: 10px solid transparent;
        border-bottom: 10px solid #fff;
        width: 0;
        height: 0;
        position: absolute;
        top: -19px;
        left: 73px;
        content: '';
    }

    .weixin-content:before {
        border-bottom-color: #bbb;
        top: -20px;
        left: 73px;
    }

    .content-title {
        margin-top: 25px;
        text-align: center;
        display: block;
        font-size: 16px;

        b {
            float: right;
            margin-right: 10px;
            font-size: 12px;
            color: #d1d1d1;
        }
    }

    .code {
        width: 140px;
        height: 140px;
        margin: 30px auto;
    }

    .content-bottom {
        margin: 25px auto;
        display: block;
        font-size: 14px;
        text-align: center;
        width: 190px;
        line-height: 20px;
        height: 20px;
        color: #a9a9a9;
    }

    .hide {
        display: none;
    }
}