| 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 : |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
height: 100vh;
background-image: url(/skin/images/pcbg.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
font-family: 'Microsoft YaHei', Arial, sans-serif;
overflow: hidden;
}
.container {
position: relative;
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
/* 中央查询区域 */
.search-section {
text-align: center;
z-index: 10;
width: 100%;
}
.house-model {
margin-bottom: 20px;
}
.house-model svg {
width: 200px;
height: 150px;
filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
}
.main-title {
font-size: 48px;
font-weight: bold;
color: white;
margin-bottom: 30px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
letter-spacing: 2px;
}
.search-form {
margin-top: -30px;
}
.search-input-group {
display: flex;
align-items: center;
justify-content: center;
gap: 0;
width: 65%;
margin: 0 auto;
background: rgba(255, 255, 255, 0.95);
border-radius: 25px;
padding: 5px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.search-input {
flex: 1;
border: none;
outline: none;
padding: 15px 20px;
font-size: 16px;
background: transparent;
color: #333;
border-radius: 20px;
}
.search-input::placeholder {
color: #999;
}
.search-btn {
background: #005BAB;
color: white;
border: none;
border-radius: 10px;
font-size: 16px;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;
padding: 18px 100px;
margin-top: 40px;
}
.search-btn:hover {
background: #357abd;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(74, 144, 226, 0.4);
}
.search-btn:active {
transform: translateY(0);
}
/* 版权信息 */
.copyright {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
color: rgba(255, 255, 255, 1);
font-size: 16px;
text-align: center;
}