@import "~antd/dist/antd.less";
@icon-url: "/base/iconfont/iconfont";
/**
 * 全局背景
 */
input::-ms-clear{display:none;}/*隐藏文本框叉子*/
input::-ms-reveal{display:none;}/*隐藏密码框小眼睛*/

.sider {
  .logo {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #367fa9;
    .ezviz {
      width: 32px;
      height: 32px;
      display: inline-block;
      //background: url('../../../base/imgs/ezviz.png') no-repeat ;
      //background-size: 100%;
    }
    .admin-name {
      height: 32px;
      line-height: 32px;
      vertical-align: text-bottom;
      font-size: 16px;
      color: #b8c7ce;
      font-weight: bold;
      margin-left: 10px;
    }
  }
}
.header {
  height: 50px;
  line-height: 50px;
  background: #3c8dbc;
  color: white;
  padding:0px;
  .trigger {
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    &:hover {
      //background: #1d4868;
    }
  }
}
/* 主题及背景色相关*/
//start-template根节点
.ant-layout.ant-layout-has-sider {
  .sider {
    background: #222d32;
    //侧边栏导航主题色
    .ant-layout-sider-children {

    }
  }
  .ant-layout {
    background: #fff;
    .header {
    }
    .ant-layout-content{
    }
  }
}
