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.xxlht.com/sh/092/css/style.css
body{
    margin: 0;
    padding: 0;
    background: #f0f0f0;
}
img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
a{
    text-decoration: none;
}
ul{
    padding: 0;
}
li{
    list-style-type:none;
}
.container{
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 75px;
    position: relative;
}
.header .top{
    margin: 3%;
    border-bottom: 1px dashed #d9d9d9;
}
.header .top h1{
    margin: 0;
    font-size: 2rem;
    color: #333;
}
.header .top p{
    color: #fc8625;
    font-size: 1.5rem;
    margin: 20px 0;
}
.header .bottom{
    color: #5b5b5b;
    margin: 0 3%;
}
.header .bottom .left{
    float: left;
}
.header .bottom .left .price{
    float: left;
    color: #f61d4b;
    font-size: 1.5rem;
    font-weight: 600;
}
.header .bottom .left .price span{
    font-size: 3rem;
}
.header .bottom .left .discount{
    float: left;
    margin-left: 20px;
    font-size: 1.5rem;
}
.header .bottom .left .discount .cost-price{
    color: #b3b3b3;
}
.header .bottom .left .discount .cost-price span{
    text-decoration: line-through;
}
.header .bottom .right{
    float: right;
}
.header .bottom .right .icon{
    font-size: 1.5rem;
    padding-right: 10px;
    border: 1px solid #f61d4b;
}
.header .bottom .right .icon img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 40px;
}
.header .bottom .right .time{
    font-size: 1.2rem;
    font-weight: 600;
    color: #f61d4b;
}
.header .bottom .tip{
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
    color: #666;
    margin: 3% 0;
}
.header .bottom .tip img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
@media screen and (max-width: 700px){
    .container{
        padding-bottom: 50px;
    }
    .header .top h1{
        font-size: 1.5rem;
    }
    .header .top p{
        font-size: 1rem;
        margin: 10px 0;
    }
    .header .bottom .left .price{
        font-size: 1.2rem;
    }
    .header .bottom .left .price span{
        font-size: 2.4rem;
    }
    .header .bottom .left .discount{
        margin-left: 5px;
        font-size: 1rem;
    }
    .header .bottom .right .icon{
        font-size: 1rem;
    }
    .header .bottom .right .icon img{
        width: 30px;
    }
    .header .bottom .right .time{
        font-size: 1rem;
    }
    .header .bottom .tip{
        font-size: 1rem;
        margin: 6% 0;
    }
    .header .bottom .tip img{
        margin-right: 5px;
        width: 20px;
    }
}
@media screen and (max-width: 350px){
    .header .top h1{
        font-size: 1rem;
    }
    .header .top p{
        font-size: .9rem;
    }
    .header .bottom .left .price{
        font-size: 1rem;
    }
    .header .bottom .left .price span{
        font-size: 1.5rem;
    }
    .header .bottom .left .discount{
        font-size: .9rem;
    }
    .header .bottom .right .icon{
        font-size: .9rem;
    }
    .header .bottom .right .icon img{
        width: 25px;
    }
    .header .bottom .right .time{
        font-size: .9rem;
    }
    .header .bottom .tip{
        font-size: .9rem;
        margin: 4% 0;
    }
}
.notice{
    font-size: 1.2rem;
    color: #7D5521;
    padding: 3%;
}
.notice .title{
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #7D5521;
    letter-spacing: 2px;
}
.order{
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 5%;
    color: #7D5521;
}
.order p{
    margin: 10px 0;
}
.order .logo{
    font-size: 1.3rem;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #7D5521;
    letter-spacing: 2px;
}
.order .guige li{
    text-align: center;
    padding: 10px 0;
    border: 1px solid #7D5521;
    margin-bottom: 10px;
    cursor: pointer;
}
.order .guige .gg{
    background: #7D5521;
    color: #fff;
}
.order .list{
    text-align: right;
}
.order .iut{
    width: 98%;
    height: 30px;
    padding-left: 1%;
    background-color: rgba(0,0,0,0);
    border: 1px solid #7D5521;
}
.order .address{
    margin-bottom: 10px;
}
.order .address .wfdqxl{
    height: 30px;
    background-color: rgba(0,0,0,0);
    border: 1px solid #7D5521;
}
.order textarea{
    width: 98%;
    height: 60px;
    padding-left: 1%;
    background-color: rgba(0,0,0,0);
    border: 1px solid #7D5521;
}
.order #mode{
    padding: 8px;
    border: 1px solid #7D5521;
    margin: 10px 0;
    font-size: .9rem;
    cursor: pointer;
}
.order .gou{
    display: inline-block;
    background: #A42B1A;
    color: #fff;
    padding: 0 5px;
    border-radius: 50px;
    margin-right: 10px;
}
.order #orderbtn{
    text-align: center;
}
.order .btn{
    padding: 10px 60px;
    background: #A42B1A;
    color: #fff;
    font-size: 1.3rem;
    border: none;
    cursor: pointer;
    letter-spacing: 4px;
}
#tsmsg{
    display: none;
    background-color: #000;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    border: none;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 200px;
    max-height: 20px;
    margin: auto;
    position: fixed;
    padding: 15px 20px;
    border-radius: 5px;
    text-align: center;
}
.guild{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    background: #fc2e47;
    text-align: center;
    padding: 20px 0;
}
.guild a{
    font-size: 1.5rem;
    color: #fff;
}
.guild img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
@media screen and (max-width: 700px){
    .notice{
        font-size: .9rem;
    }
    .notice .title{
        font-size: 1.2rem;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    .order p{
        margin: 5px 0;
    }
    .order .logo{
        font-size: 1.2rem;
        margin-top: 10px;
        padding: 6px 0;
    }
    .order .guige li{
        font-size: .9rem;
        padding: 10px 0;
        margin-bottom: 10px;
    }
    .order #orderbtn{
        margin-bottom: 10px;
    }
    .order .btn{
        padding: 5px 30px;
        font-size: 1.2rem;
    }
    .guild{
        padding: 10px 0;
    }
    .guild a{
        font-size: 1.2rem;
    }
}

.swiper-container{
    --swiper-pagination-color: #ff6600;
}