| 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_10_25_01/skin/css/ |
Upload File : |
*{
margin: 0;
padding: 0;
}
body {
background-image: url("/skin/images/seachbg2.webp");
background-repeat: no-repeat;
background-size: 100% auto;
background-position: top;
background-color: #fff;
}
/* 结果卡片样式 */
.search-container {
width: 90%;
margin: 0px auto;
padding: 0 16px;
background: rgba(255, 255, 255, 0.95);
border: 1px solid #e6e8eb;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
border-radius: 8px;
overflow: hidden;
margin-top: 20vh;
}
.title {
font-size: 22px;
color: #000;
margin-bottom: 10px;
}
.ml20{
margin-top: 20px;
margin-left: 20px;
}
.result-card {
margin-top: 2px;
}
.result-table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
border: 1px solid #000;
}
.result-table td {
padding: 12px 16px;
color: #000;
font-size: 14px;
word-break: break-word;
}
.result-table tr:not(:last-child) td {
border-bottom: 1px solid #000;
}
/* 中间分隔线 */
.result-table tr td {
border-right: 1px solid #000;
}
.result-table td.label {
width: 80px;
color: #000;
white-space: nowrap;
}
.result-table td.value {
color: #222;
}
.cardimg {
width: 100%;
height: auto;
margin: 20px auto 0;
display: block;
max-width: 1800px;
}
/* 版权信息 */
.copyright {
margin-top: 20px;
color: #000;
font-size: 12px;
text-align: center;
padding-bottom: 20px;
}
.tips {
color: #000;
font-size: 24px;
text-align: center;
margin-top: 40vh;
}