/**
 * 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: 16px;
}

#nativeShare .list {
    width: 90%;
    margin: 0 auto;
}

#nativeShare .list span {
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 10px 0;
}

#nativeShare .list span i {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

#nativeShare .weibo i {
    background-image: url(../images/weibo-wx.png);
    background-size: cover;
}

#nativeShare .weixin i {
    background-image: url(../images/weixin_friend-wx.png);
    background-size: cover;
}

#nativeShare .weixin_timeline i {
    background-image: url(../images/weixin-wx.png);
    background-size: cover;
}

#nativeShare .qq i {
    background-image: url(../images/qq-wx.png);
    background-size: cover;
}

#nativeShare .qzone i {
    background-image: url(../images/qqzone-wx.png);
    background-size: cover;
}

#nativeShare .more i {
    background-image: url(../images/more-wx.png);
    background-size: cover;
}
