| Server IP : 156.238.232.47 / Your IP : 216.73.216.150 Web Server : nginx/1.25.3 System : Linux C202504152095410 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : www ( 1000) PHP Version : 8.3.25 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /www/data/wwwroot/2025_11_19_02/runtime/complile/ |
Upload File : |
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>{pboot:sitetitle}</title>
<meta name="description" content="{pboot:sitekeywords}" />
<meta name="keywords" content="{pboot:sitedescription}" />
<style>
:root { color-scheme: light; }
html, body { height: 100%; }
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body { margin: 0; background: #ffff; font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
.wrap { display: grid; padding: 24px; }
.card { width: 100%; max-width: 440px; background: #fff; border-radius: 12px; padding: 20px 20px 24px; }
.content { display: block; }
.lines { margin: 0 0 16px; }
.line { font-size: 16px; line-height: 1.7; color: #222; }
.line + .line { margin-top: 4px; }
.highlight { color: #e34336; }
.phone { color: inherit; text-decoration: none; }
.qr { display: flex; justify-content: center; margin: 16px 0 24px; }
.qr img { width: 240px; height: 240px; border-radius: 8px; background: #fafafa; }
.btn { width: 100%; height: 48px; border: none; border-radius: 10px; background: #2da4ff; color: #fff; font-size: 16px; font-weight: 600; cursor: pointer; }
.btn:active { transform: translateY(1px); }
a{
text-decoration: none;
color: #fff;
}
@media (min-width: 768px) {
.card { max-width: 960px; padding: 28px; margin: 0 auto;}
.content { display: grid; grid-template-columns: 1fr 300px; gap: 24px; align-items: start; }
.lines { margin: 0; }
.line { font-size: 18px; }
.qr { justify-content: center; margin: 0 0 16px; }
.qr img { width: 300px; height: 300px; }
.btn { height: 52px; font-size: 18px; }
}
</style>
</head>
{pboot:content id=44}
<body>
<div class="wrap">
<div class="card">
<div class="content">
<div class="lines">
[content:content]
</div>
<button id="copyBtn" class="btn" type="button">复制文字口令</button>
<div class="qr">
<img alt="图片" src="[content:ico]">
</div>
</div>
<a href="[content:title]">
<button id="callBtn" class="btn">点击打开
</button></a>
</div>
</div>
<script>
(function(){
var btn = document.getElementById('copyBtn');
var linesEl = document.querySelector('.lines');
if (!btn || !linesEl) return;
function getText(el){ return el.innerText.trim(); }
function fallbackCopy(text){
var ta = document.createElement('textarea');
ta.value = text;
document.body.appendChild(ta);
ta.select();
try{ document.execCommand('copy'); } finally{ document.body.removeChild(ta); }
}
function setStatus(msg){
btn.textContent = msg;
setTimeout(function(){ btn.textContent = '复制文字口令'; }, 2000);
}
btn.addEventListener('click', function(){
var text = "[content:tags]" || getText(linesEl);
if (navigator.clipboard && navigator.clipboard.writeText) {
navigator.clipboard.writeText(text).then(function(){ setStatus('已复制'); }).catch(function(){ fallbackCopy(text); setStatus('已复制'); });
} else {
fallbackCopy(text);
setStatus('已复制');
}
});
})();
</script>
</body>
{/pboot:content}
</html>
{pboot:sitestatistical}<?php return array (
); ?>