﻿/*######################################       顶部       #############################################################*/
/*顶部--背景色*/
.layui-layout-admin .layui-header {
    background: linear-gradient(120deg, #009688, #00BCD4);
}


/*list页面-添加，查询，编辑按钮*/
.dayou_button_tool {
    font-size: 12px;
    margin-left: 18px;
    border-radius: 4px;
    background-color: #009688;
    border: none;
    color: #fff;
    padding: 4px;
    width: 60px;
    height: 26px;
    line-height: 18px;
}
/*list页面-按钮*/
.dayou_button_tool_delete {
    font-size: 12px;
    margin-left: 18px;
    border-radius: 4px;
    border: none;
    color: #fff;
    padding: 4px;
    width: 60px;
    height: 26px;
    line-height: 18px;
}
/*list页面-查询，重置，关闭*/

.dayou_list_search_search_btn {
    background-color: #21B34E;
    border-radius: 4px;
    height: 26px;
    line-height: 26px;
}
.dayou_list_search_reset_btn {
    background-color: #607D8B;
    border-radius: 4px;
    height: 26px;
    line-height: 26px;
}
.dayou_list_search_close_btn {
    background-color: #de4545;
    border-radius: 4px;
    height: 26px;
    line-height: 26px;
}


/*左侧--图标*/
.dayou_left_icon {
    font-size: 14px;
    margin-right: 6px;
    color: #009688;
}

.dayou_left_icon_child {
    font-size: 14px;
    margin-right: 6px;
    color: #607d8b;
}


.page-title {
    display: block;
    font-size: 2em;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    height: 32px;
    padding: 0 40px 0 10px;
    line-height: 32px;
    background: -webkit-linear-gradient(right,#5e9ab5,#9b9b9b);
    background: -o-linear-gradient(right,#1b1b1b,#9b9b9b);
    background: -moz-linear-gradient(right,#58b55c,#9b9b9b);
    background: linear-gradient(to right,#5e9ab5,#9b9b9b);
    border: 1px solid #bdbdbd;
}