1 Star 0 Fork 0

爬大树/东方大战争截图工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 872 Bytes
一键复制 编辑 原始数据 按行查看 历史
爬大树 提交于 2020-04-07 23:27 . 位置修改
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<style>
div {
/*子图片的宽高*/
width: 627px;
height: 448px;
/*大图片距离div左边和上部的位置 负数可以理解为将图片左移和上移 也代表子图片起始位置为 左侧200px 上部100px*/
}
* {
box-sizing: content-box;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id='div'></div>
<script>
console.log(__dirname)
let style = `background: url(${__dirname}\\temp.png) no-repeat -1220px -595px;`.replace(/\\/g, '/')
let div = document.getElementById('div')
div.style = style
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yufeifan/dfdzzjtgj.git
[email protected]:yufeifan/dfdzzjtgj.git
yufeifan
dfdzzjtgj
东方大战争截图工具
master

搜索帮助