1 Star 0 Fork 11

言午-家乡依然美丽/gao-tu

forked from 林龙/gao-tu 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
popup.html 2.59 KB
一键复制 编辑 原始数据 按行查看 历史
姜佳龙 提交于 2022-09-27 10:45 . 搞图宝v2.0.0版本
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="js/zipjs.js"></script>
<script src="js/FileSaver.js"></script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
user-select: none;
}
body{
height: 600px;
}
#btn {
position: fixed;
left: 0;
right: 0;
bottom: 0;
font-size: 0;
}
#btn span {
background: #fff;
display: inline-block;
width: 50%;
height: 80px;
border: 1px solid #ddd;
font-size: 18px;
text-align: center;
line-height: 80px;
cursor: pointer;
}
#allSelect {
position: fixed;
right: 0;
bottom: 80px;
font-size: 18px;
border: 1px solid #ddd;
padding: 10px;
background: #ffffff;
cursor: pointer;
}
#main {
width: 600px;
min-height: 600px;
padding-bottom: 80px;
font-size: 0;
}
#main::after {
content: "";
display: block;
clear:both;
}
#main h1 {
text-align: center;
font-size: 24px;
}
#main div{
float: left;
width: 200px;
height: 140px;
padding: 10px;
text-align: center;
cursor: pointer;
margin-bottom: 20px;
position: relative;
}
#main div.activation::before{
content: "";
display: inline-block;
height: 32px;
width: 32px;
background: url("img/gouxuan.png") no-repeat 100% 100%;
position: absolute;
bottom: 15px;
right: 10px;
}
#main div img {
width: 100%;
max-height: 100px;
}
#main div span {
display: block;
line-height: 20px;
font-size: 16px;
}
</style>
</head>
<body>
<div id="main">
</div>
<div id="btn">
<span id="getImg">获取当前网页图片</span>
<span id="download">开始下载</span>
</div>
<div id="allSelect">全选/取消全选</div>
<script src="js/popup.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xddouble/gao-tu.git
[email protected]:xddouble/gao-tu.git
xddouble
gao-tu
gao-tu
v2.0.0

搜索帮助