1 Star 0 Fork 47

你妹喔/nativeShare.js

forked from JefferyWang/nativeShare.js 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nativeShare.css 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
JefferyWang 提交于 2015-06-16 23:26 . 添加用法
/**
* 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: 90%;
margin: 0 auto;
}
#nativeShare .list span {
width: 30%;
display: inline-block;
text-align: center;
margin: 10px 0;
}
#nativeShare .list span i {
width: 40px;
height: 40px;
display: block;
margin: 0 auto;
margin-bottom: 5px;
}
#nativeShare .weibo i {
background-image: url('./icon/weibo.png');
background-size: cover;
}
#nativeShare .weixin i {
background-image: url('./icon/weixin_friend.png');
background-size: cover;
}
#nativeShare .weixin_timeline i {
background-image: url('./icon/weixin.png');
background-size: cover;
}
#nativeShare .qq i {
background-image: url('./icon/qq.png');
background-size: cover;
}
#nativeShare .qzone i {
background-image: url('./icon/qqzone.png');
background-size: cover;
}
#nativeShare .more i {
background-image: url('./icon/more.png');
background-size: cover;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aips/nativeShare.js.git
git@gitee.com:aips/nativeShare.js.git
aips
nativeShare.js
nativeShare.js
master

搜索帮助