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/www.kntsleep.com/hk/newstatic/css/btn.css
/* whatsApp */
.whatsApp {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1140px;
    background: #fff;
    border-top: 1px solid #ccc;
    padding: 15px 20px;
    display: flex;
}

.whatsApp img {
    max-height: 60px;
}

.whatsApp .mid {
    padding: 0 20px;
}

.whatsApp .mid>div {
    font-size: 18px;
    position: relative;
    margin-bottom: 5px;
}

.whatsApp span {
    background: red;
    color: #fff;
    font-size: 20px;
}

.whatsApp>button {
    max-height: 60px;
    background: #2a9323;
    padding: 0 10px;
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px 0 #000;
    font-size: 18px;
    border: 0;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .whatsApp {
        width: 100%;
        padding: 5px;
    }

    .whatsApp .mid {
        flex: 1;
        padding: 0 10px;
    }

    .whatsApp .mid>div {
        font-size: 13px;
    }

    .whatsApp span {
        font-size: 18px;
    }

    .whatsApp>button {
        max-height: 50px;
        background: #2a9323;
        padding: 0 5px;
        font-size: 12px;
    }
}


@media screen and (max-width: 390px) {
    .whatsApp .mid>div {
        font-size: 12px;
    }
}

.bgtip {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.bgtip .tip {
    position: relative;
    text-align: center;
    width: 375px;
    height: 349px;
    background: url(https://pub-f2cb9e2518734ade96759ff0f4ff6316.r2.dev/popup-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.bgtip .tip .icon {
    position: absolute;
    top: -16px;
    right: 12px;
}

.bgtip .tip .content {
    margin-top: 230px;
}

.bgtip .tip .content .text {
    margin: auto;
    width: 80%;
    font-size: 26px;
    font-family: Inter-Bold, Inter;
    font-weight: bold;
    line-height: 30px;
    text-shadow: 0px 4px 4px rgba(89, 1, 1, 0.25);
    -webkit-text-stroke: 1px #FFFFFF;
    text-stroke: 1px #FFFFFF;
    background: linear-gradient(138deg, #FFF0DC 0%, #FFF0DC 78%, #FFE0B6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bgtip .tip .content .txt {
    font-size: 18px;
    line-height: 30px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 10px;
}

.bgtip .tip .btns {
    margin: 10px auto 0;
    padding: 6px 0;
    width: 168px;
    background: linear-gradient(95.79deg, #FEAE6D 19.46%, #FE794D 85.83%);
    border: 1px solid #F9B972;
    box-shadow: 0px 4px 4px rgba(102, 7, 7, 0.25), 0px 5px 0px #D4371C;
    border-radius: 120px;
}

.bgtip .tip .btns .text {
    font-size: 20px;
    line-height: 30px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.62);
    -webkit-background-clip: text;
}

.you {
    z-index: 999;
    animation: twinkle1 .6s infinite alternate;
    -moz-animation: twinkle1 .6s infinite alternate;
    -ms-animation: twinkle1 .6s infinite alternate;
    -webkit-animation: twinkle1 .6s infinite alternate
}

@media screen and (max-width: 600px) {
    .you {
        width: 50px !important;
        height: 50px !important;
    }
}