/* --------------------------------------------------
/*  自定义后台扩展样式，需要在加载 console.css 后载入
/*  使用 php think xadmin:install static 时不会更新此文件
/* -------------------------------------------------- */
#yanzheng{
    display: block;
    background: #009688;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
    color: #FFF;
}