1 Star 0 Fork 1

陈碧滔/Collection

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
popup.html 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
陈碧滔 提交于 2017-05-12 17:42 . 添加图片
<style type="text/css">
* {
margin: 0;
padding: 0;
}
html, body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
padding: 0;
margin: 0;
}
img {
margin: 0 4px;
}
input {
width: 100%;
}
li {
border-radius: .2rem;
border: 0;
display: block;
margin: 2px 0;
}
li.setting {
}
a {
text-decoration: none;
color: white;
}
.menu {
width: 95px;
position: relative;
border-radius: 5px;
}
.menu li {
width: 100%;
margin: 2px 0;
}
.menu li a {
display: block;
padding: 5px 25px 5px 8px;
border-radius: 4px;
line-height: 1.5em;
font-size: 1em;
color: #337ab7;
text-decoration: none;
white-space: nowrap;
cursor: pointer;
}
.menu li a:hover {
color: #fff;
background-color: #337ab7;
}
</style>
<ul id="menu" class="menu">
<li><a href="#" target="_blank">收藏当前页</a></li>
<li><a href="#" target="_blank">添加新收藏</a></li>
<li><a href="manage.html" target="_blank">管理收藏</a></li>
<li class="setting"><a href="setting.html" target="_blank">设置</a></li>
</ul>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/cbtpro/Collection.git
git@gitee.com:cbtpro/Collection.git
cbtpro
Collection
Collection
master

搜索帮助