部分页面移动端样式

This commit is contained in:
陈精华
2020-02-18 17:30:30 +08:00
committed by kl
parent a5d92bf905
commit a8022df1d9
11 changed files with 16 additions and 25 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta charset="utf-8" />
<title>图片预览</title>
<link rel="stylesheet" href="css/viewer.min.css">
<style>
@ -22,7 +22,8 @@
<script>
var viewer = new Viewer(document.getElementById('dowebok'), {
url: 'src',
navbar:false,
navbar: false,
button: false,
loop : true
});
document.getElementById("${currentUrl}").click();