/*
    layerUI自定义样式
*/

/*
    自定义主题色
*/

.skin-blue .custom-layer-open-theme .layui-layer-btn a:last-child {
    background-color: #2E6CF6 !important;
    border-color: #2E6CF6 !important;
}

.skin-black .custom-layer-open-theme .layui-layer-btn a:last-child,
.skin-black-light .custom-layer-open-theme .layui-layer-btn a:last-child {
    background-color: #444 !important;
    border-color: #444 !important;
    color: #fff !important;
}

.skin-purple .custom-layer-open-theme .layui-layer-btn a:last-child,
.skin-purple-light .custom-layer-open-theme .layui-layer-btn a:last-child {
    background-color: #605ca8 !important;
    border-color: #605ca8 !important;
    color: #fff !important;
}

.skin-green .custom-layer-open-theme .layui-layer-btn a:last-child,
.skin-green-light .custom-layer-open-theme .layui-layer-btn a:last-child {
    background-color: #008d4c !important;
    border-color: #008d4c !important;
    color: #fff !important;
}

.skin-red .custom-layer-open-theme .layui-layer-btn a:last-child,
.skin-red-light .custom-layer-open-theme .layui-layer-btn a:last-child {
    background-color: #dd4b39 !important;
    border-color: #dd4b39 !important;
    color: #fff !important;
}

.skin-yellow .custom-layer-open-theme .layui-layer-btn a:last-child,
.skin-yellow-light .custom-layer-open-theme .layui-layer-btn a:last-child {
    background-color: #f39c12 !important;
    border-color: #e08e0b !important;
    color: #fff !important;
}

.skin-blue .custom-layer-open-theme .layui-layer-btn a:last-child,
.skin-blue-light .custom-layer-open-theme .layui-layer-btn a:last-child {
    background-color: #2E6CF6 !important;
    border-color: #2E6CF6 !important;
    color: #fff !important;
}

/*弹窗取消按钮颜色*/
.custom-layer-open-theme a.layui-layer-btn0 {
    background-color: #FFF;
    color: #333;
    border: 1px solid #dedede;
}
