Преглед на файлове

上传至'application/index/view/pdfpwd'

添加工具页面
Me преди 5 години
родител
ревизия
9210312fdf
променени са 1 файла, в които са добавени 129 реда и са изтрити 0 реда
  1. 129 0
      application/index/view/pdfpwd/lst.html

+ 129 - 0
application/index/view/pdfpwd/lst.html

@@ -0,0 +1,129 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
+    <meta http-equiv="X-UA-Compatible" content="ie=edge">
+    <title>PDF设置密码</title>
+    <meta name="keywords" content="PDF设置密码"/>
+    <link rel="stylesheet" href="/static/index/GJW123/css/basic.css">
+    <link rel="stylesheet" href="/static/index/GJW123/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/static/index/GJW123/css/header-footer.css">
+    <link rel="stylesheet" href="/static/index/GJW123/css/index.css">
+    <link rel="stylesheet" href="/static/index/GJW123/css/common.css">
+    <script src="/static/index/GJW123/js/jquery.js"></script>
+    <script src="/static/index/GJW123/js/bootstrap.min.js"></script>
+    <script src="/static/index/GJW123/js/main.js"></script>
+    <script src="/static/index/GJW123/js/jquery.lazyload.mini.js"></script>
+    <script src="/static/index/GJW123/js/common.js"></script>
+    <!-- <script src="/static/index/GJW123/js/layer.js"></script> -->
+    <script data-ad-client="ca-pub-2597465019259789" async src="/static/index/GJW123/js/adsbygoogle.js"></script>
+</head>
+<body>
+
+
+<link rel="stylesheet" href="/static/index/GJW123/css/archive.css">
+<div class="container">
+    <div class="post-wrapper">
+        <div class="top-crumbs clearfix">
+    <div class="pull-left crumbs-left">
+
+    </div>
+            <div class="pull-left crumbs-left" style="margin-left: 10px;margin-top: -40px;">
+
+        </div>
+        <div class="pull-right clearfix">
+
+        <div class="pull-right">
+        </div>
+    </div>
+</div>        <div class="post-title">PDF设置密码</div>
+        <div class="codepen-box clearfix">
+            <iframe src="https://www.toolnb.com/tools/pdfsetpwd.html?form=link" id="result" width="100%" style="height: 750px;" frameborder="no" border="0" marginwidth="0" marginheight="0" allowtransparency="yes"></iframe>
+        </div>
+
+    </div>
+</div>
+<style>
+    .mood-div-main {
+        text-align: center;
+    }
+
+    #result {
+        border: 1px solid #ececec;
+    }
+
+    .mood li {
+        display: inline-grid;
+        text-align: center;
+        cursor: pointer;
+        margin-top: 5px;
+        margin-left: 16px;
+    }
+
+    .mood .active {
+        border: 1px solid #ececec;
+        padding: 6px;
+        border-radius: 16px;
+    }
+
+    .mood li img {
+        display: inline-table;
+    }
+
+    .mood li span {
+        display: inline-table;
+    }
+
+    .mood li p {
+        display: inline-table;
+    }
+</style>
+<script>
+    $(function () {
+        $('.mood li').mousemove(function () {
+            $('.mood li').removeClass('active');
+            $(this).addClass('active');
+        });
+        $('.mood li').click(function () {
+            var id = $(this).attr('data-id'), tools = "pdfsetpwd", e = this;
+            $.ajax({
+                type: "post",
+                url: "/site/tools-mood",
+                data: {id: id, alias: tools},
+                dataType: 'json',
+                success: function (result) {
+                    if (result.code == 1) {
+                        var number = $(e).find('p').attr('data-number');
+                        number = parseInt(number);
+                        $(e).find('p').attr('data-number', number + 1);
+                        $(e).find('p').html((number + 1) + "人");
+                    } else {
+                        alert(result.msg);
+                    }
+                }
+            });
+        });
+    });
+</script>
+
+
+
+
+           
+
+<script>
+var _hmt = _hmt || [];
+(function() {
+  var hm = document.createElement("script");
+  hm.src = "https://hm.baidu.com/hm.js?f8839b4acb0cd725050c13d6e67249d4";
+  var s = document.getElementsByTagName("script")[0]; 
+  s.parentNode.insertBefore(hm, s);
+})();
+</script>
+
+
+ 
+
+</body>
+</html>