@import "~antd/dist/antd.less";
@icon-url: "~speed-admin/lib/base/iconfont/iconfont";
/**
 * 全局背景
 */
input::-ms-clear{display:none;}/*隐藏文本框叉子*/
input::-ms-reveal{display:none;}/*隐藏密码框小眼睛*/
.sider{
  .logo {
    color: rgba(255, 255, 255, 0.67);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    width: 90%;
    border-radius: 10px;
    margin: auto;
    .ezviz {
      width: 32px;
      height: 32px;
      display: inline-block;
    }
    .admin-name {
      height: 32px;
      line-height: 32px;
      vertical-align: text-bottom;
      font-size: 16px;
      font-weight: bold;
      margin-left: 10px;
    }
  }
}
.header {
  background: white;
  height: 50px;
  line-height: 50px;
  padding:0px;
  .trigger {
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    &:hover {
    }
  }
}
