﻿/* 自定义*/
html {
    color: #666 !important;
}

.layuiadmin-order-progress {
    position: relative;
    top: 12px;
}


/** 滚动条
.layui-layer-page .layui-layer-content {
    overflow: visible !important;
}
#form_edit > .layui-layer-page .layui-layer-content {
    overflow: visible !important;
}
 **/
::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
}

::-webkit-scrollbar {
    width: 2px;
    height: 9px;
}

::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    background-clip: padding-box;
    min-height: 28px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}

/** 控制台样式 **/
.log-search {
    position: fixed !important;
    top: 0;
    z-index: 999;
    margin: 10px 20px;
    display: flex !important;
    justify-content: space-around !important;
}
.log-code {
    margin: 0 !important;
    padding-top: 80px;
    height: 100%;
    min-height: 557px
}
.log-title {
    display: flex !important;
    justify-content: space-between !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.log-time {
    min-width:188px !important
}
.layui-text-red {
    color: #FF5722 !important
}
.layui-text-blue {
    color: #01AAED !important
}
