/**
 * Created by Jeffery Wang.
 * Create Time: 2015-06-16 19:52
 * Author Link: http://blog.wangjunfeng.com
 */
#nativeShare {
    font-size: 12px;
}

#nativeShare .label {
    font-size: 20px;
}


#nativeShare .list span {
	width:20px;
    display: inline-block;
    text-align: center; padding:0px;
	margin-right:15px;
}

#nativeShare .list span i {
    width: 20px;
    height: 20px;
    display: block;
}

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

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

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

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

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

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