HEX
Server: nginx/1.22.1
System: Linux VM-16-9-centos 3.10.0-1160.99.1.el7.x86_64 #1 SMP Wed Sep 13 14:19:20 UTC 2023 x86_64
User: www (1001)
PHP: 7.3.31
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.sanjiangapp.com/template/sanjiang/static/css/button.css

/* 修改/详情/更多/下架 文字颜色43475f  描边e1e1e1  滑动变色ff501a */

button.cy_button_modify{
    width: 99px;
    height: 30px;
    line-height: 28px;
    color: #43475f;
    background-color: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    margin: 10px auto 0 !important;
    cursor: pointer;
}
button.cy_button_modify:hover{
    color: #fff;
    background-color: #ff501a;
    border-color: #ff501a;
}
/*button.cy_button_modify:first-child{*/
    /*margin-top: 0 !important;*/
/*}*/

/* 修改/详情/更多 文字颜色43475f  描边e1e1e1  滑动变色ff501a */


/* 删除 文字颜色ff5a5b  描边ff9b9c  滑动变色ff5a5b */

button.cy_button_delete{
    width: 99px;
    height: 30px;
    line-height: 30px;
    color: #ff5c21;
    border: 1px solid #ff5c21;
    border-radius: 5px;
    background-color: #fff;
    margin: 10px auto 0 !important;
    cursor: pointer;
}
button.cy_button_delete:hover{
    color: #fff;
    background-color: #ff5c21;
}
/*button.cy_button_delete:first-child{*/
    /*margin-top: 0 !important;*/
/*}*/

/* 删除 文字颜色ff5a5b  描边ff9b9c  滑动变色ff5a5b */


/* 上架 文字颜色3f9eff  描边63b0ff  滑动变色3f9eff */

button.cy_button_up{
    width: 99px;
    height: 30px;
    line-height: 28px;
    color: #3f9eff;
    border: 1px solid #63b0ff;
    margin: 10px auto 0 !important;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}
button.cy_button_up:hover{
    color: #fff;
    background-color: #3f9eff;
}
button.cy_button_up:first-child{
    margin-top: 0 !important;
}

/* 上架 文字颜色3f9eff  描边63b0ff  滑动变色3f9eff */


/* 保存 */

button.cy_button_preserve{
    width: 98px;
    height: 34px;
    line-height: 28px;
    color: #fff;
    background-color: #FF5722;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
button.cy_button_preserve:hover{
    background-color: #ff7d55;
}
button.cy_button_preserve:first-child{
    margin-top: 0 !important;
}

/* 保存 */

/* 添加活动 */

button.cy_button_add{
    width: 80px;
    height: 30px;
    line-height: 28px;
    color: #fff;
    background-color: #FF5722;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
button.cy_button_add2{
    position: absolute;
    right: 0 !important;
    cursor:pointer;
    background-color: #fff;
    border: 1px solid #ff7d55;
    color: #ff7d55;
    width: 89px;
    height: 30px;
}
.btn_template{
    background-color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #FF5722;
    border: 1px solid #FF5722;
}
.btn_template:hover{

    height: 34px;
    line-height: 28px;
    color: #fff;
    background-color: #FF5722;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
button.cy_button_add:hover{
    /*background-color: #ff7d55;*/
    background-color: #ff501a !important;
    border-color: #ff501a;
    color: #fff !important;
}
button.cy_button_add:first-child{
    margin-top: 0 !important;
}

/* 添加活动 */


/* 开始/暂停/结束 */

*.cy_button_start{
    width: 99px;
    height: 30px;
    line-height: 28px;
    color: #ff5a5b;
    border: 1px solid #ff9b9c;
    border-radius: 5px;
    background-color: #fff;
    margin: 10px auto 0 !important;
    cursor: pointer;
}
*.cy_button_start:hover{
    background-color: #ff7f81;
    color: #fff;
}
button.cy_button_start:first-child{
    margin-top: 0 !important;
}

/* 开始/暂停/结束 */


/* 搜索 */

*.cy_button_search{
    width: 80px;
    height: 30px;
    line-height: 28px;
    color: #fff;
    background-color: #FF5722;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
*.cy_button_search:hover{
    background-color: #ff7d55;
}
button.cy_button_search:first-child{
    margin-top: 0 !important;
}

/* 搜索 */

/* 不可点击 */

button.cy_button_no{
    width: 99px;
    height: 30px;
    line-height: 28px;
    color: #fff;
    background-color: #cccccc;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* 不可点击 */



/* 插入内容 */

button.cy_button_insert{
    width: 114px;
    height: 30px;
    line-height: 28px;
    color: #ff501a;
    background-color: #fff9f7;
    border: none;
    border: 1px solid #fbb5a2;
    border-radius: 5px;
    cursor: pointer;
}
button.cy_button_insert:hover{
    background-color: #ff501a;
    color: #fff;
}

/* 插入内容 */

/*!* 白色按钮 *!*/
/**.cy_button_white{*/
    /*display: block;*/
    /*margin: 10px auto 0 !important;*/
    /*width: 98px;*/
    /*text-align: center;*/
    /*border-radius: 5px;*/
    /*height: 30px;*/
    /*line-height: 30px;*/
    /*font-size: 12px;*/
    /*border: 1px solid #eee;*/
    /*background: #fff;*/
    /*color: rgba(67,71,95, 1);*/
/*}*/
/**.cy_button_white:hover{*/
    /*border: 1px solid #46a0fc;*/
    /*background-color: rgba(70,160,252,.1);*/
    /*color: #46a0fc;*/
/*}*/
/*!* 白色按钮 *!*/