HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: 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
Upload Files
File: /www/wwwroot/zt5.pdtmtip.cn/index_files/index.css
* {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 790px;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
}

.header-1 {
    color: #ffffff;
    text-align: center;
    padding-top: 80px;
}
.color-1 {
    color: #eddea7;
}
.header-1 h1 {
    font-family: cursive;
    font-size: 60px;
    font-weight: bold;
}
.txt-1 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.txt-2 {
    margin-top: 15px;
    margin-bottom: 20px;
}
.txt-3 {
    margin-bottom: 25px;
}
.button-1 {
    display: inline;
    background-color: #840000;
    padding: 4px 35px;
    border-radius: 20px;
}
.img-box {
    display: grid;
    position: relative;
    background-color: #000000;
}
.float-button {
    color: #ffffff;
    position: absolute;
    top: 77%;
    left: 38%;
}
.button-2 {
    background-color: #01b901;
    padding: 8px 50px;;
    box-shadow: 0px 0px 4px 1px #f53268;
    border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
}
.float-box {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.line-buttons {
    position: fixed;
    z-index: 100;
    bottom: 10vh;
    display: flex;
    justify-content: center;
}
.line-buttons img {
    cursor: pointer;
}
.line-buttons img:last-child {
    margin-left: 7px;
}

@media (max-width: 790px) {
    .img-bg, .img-box img {
        width: 98vw;
    }

    .line-buttons img {
        width: 48%;
    }
    .button-2 {
        background-color: #01b901;
        padding: 3px 20px;;
        box-shadow: 0px 0px 4px 1px #f53268;
        border-radius: 3px;
        color: #ffffff;
        text-decoration: none;
    }
}
@media (max-width: 425px) {
    .button-2 {
        padding: 3px;
    }
}