<!-- 本DIY代码来自于 https://diy.zhongzhipian.top -->
<!-- 本DIY代码来自于 https://diy.zhongzhipian.top -->
<!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">
<title>module-two</title>
<style>*{margin:0;padding:0;box-sizing:border-box;font-size:16px;color:#a0a4a7;font-weight:800}body{display:static;width:100%}.container{height:600px;font-family:Lato}.container .content{display:flex;flex-direction:column;justify-content:space-around;align-items:center;width:100%;height:100%;padding:0 40px}.container h1{width:100%;height:180px;text-align:center;line-height:180px;font-size:25px;color:#000}.code-ver{width:100%;height:200px;overflow:hidden}.code-ver img{display:block;width:100px;height:100px;border-radius:50px;margin:0 auto;background-color:#ccc;overflow:hidden}.ver{position:relative;width:100%;height:50px;margin-top:32px}.ver>input{position:absolute;width:100%;height:50px;border-radius:50px;outline:0;border:none;background-color:#f3f7fa;padding:0 20px;font-size:16px}.ver>button{position:absolute;top:50%;transform:translateY(-50%);right:12px;width:100px;height:30px;border-radius:50px;outline:0;border:none;background-color:#fff;z-index:1}.notices{width:100%;height:150px;color:#000;font-size:15px}.floor{display:flex;justify-content:center;align-items:center;width:100%;height:100px;text-align:center}.floor button{justify-content:center;outline:0;border:none;background-color:#fff;font-size:13px;margin:0 8px}</style>
</head>
<body>
<div class="container">
<div class="content">
<h1 id="title">
</h1>
<div class="code-ver">
<a href="https://zhongzhipian.top">
<img border="0" src="https://zhongzhipian.top/assets/img/logo.png" alt="『中纸片』" width="100" height="100"></a></p>
<div class="ver">
<input type="text" name="code" id="code" pattern="^[a-zA-Z0-9_-]{1,16}$" placeholder="请输入你的激活码">
<button type="submit" ontouchstart="mStart(this)" ontouchend="mUp(this)" onclick="Call_Verify(code.value)">点击验证</button>
</div>
</div>
<div class="notices" id="notice">
</div>
<div class="floor">
<span>|</span>
<button id="Query_Trial" type="submit" class="inquire" ontouchstart="tStart(this)" ontouchend="tUp(this)" onclick="Call_Query_Trial(code.value)">查码</button>
<span>|</span>
<button id="Pay" type="submit" class="buycode" ontouchstart="tStart(this)" ontouchend="tUp(this)" onclick="Call_Pay()">购买卡密</button>
<span>|</span>
</div>
</div>
</div>
<script>function Call_Verify(n) {
PanGolin.Verify(n)
}
function Call_Query_Trial(n) {
PanGolin.Is_Trial() ? PanGolin.Trial() : PanGolin.Query(n)
}
function Call_Pay() {
PanGolin.Pay()
}
function mStart(n) {
n.style.backgroundColor = "#075aa3"
}
function mUp(n) {
n.style.backgroundColor = "#fff"
}
function tStart(n) {
n.style.color = "#075db3",
n.style.textDecoration = "underline"
}
function tUp(n) {
n.style.color = "#a0a4a7",
n.style.textDecoration = "none"
}
document.getElementById("title").innerHTML = PanGolin.GetTitle(),
document.getElementById("notice").innerHTML = PanGolin.GetNotice(),
document.getElementById("Query_Trial").innerHTML = 1 == PanGolin.Is_Trial() ? "试用": "查码",
document.getElementById("Pay").style.display = 1 == PanGolin.Is_Pay() ? "block": "none";</script>
</body>
</html>
<!-- 本DIY代码来自于 https://diy.zhongzhipian.top -->
<!-- 本DIY代码来自于 https://diy.zhongzhipian.top -->