/**
 * Created by Jeffery Wang.
 * Create Time: 2015-06-16 19:52
 * Author Link: http://blog.wangjunfeng.com
 */
#nativeShare {
    font-size: 13px;
}
#nativeShare .label {
    font-size: 20px;
}

#nativeShare .list {
    width: 100%;
}

#nativeShare .list span {
    width:23%;
    display: inline-block;
    text-align: center;
    cursor:pointer
}

#nativeShare .list span i {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}

#nativeShare .weibo i {
    background-image: url('../images/weibo.svg');
    background-size: cover;
}

#nativeShare .weixin i {
    background-image: url('../images/weixin.svg');
    background-size: cover;
}

#nativeShare .weixin_timeline i {
    background-image: url('../images/friend.svg');
    background-size: cover;
}

#nativeShare .qq i {
    background-image: url('../images/qq.svg');
    background-size: cover;
}


