.header-bar-warp { position: fixed; top: 50px; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 1100; } .header-bar { background: #20222a; position: fixed; top: 0; left: 0; right: 0; z-index: 1100; ul, li { list-style: none; padding: 0; } .avatar-wrapper { margin-top: 10px; } .menu-modal { cursor: pointer; font-weight: 400; } .header-bar-hover { position: fixed; z-index: 1050; top: 50px; left: 0px; right: 0; background: #fff; box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1); height: 500px; .header-bar-hover-content { display: flex; text-align: left; .left-banner { width: 230px; height: 500px; overflow-y: auto; ul { background: #f1f1f1; li { height: 50px; line-height: 50px; padding: 0 30px; font-size: 12px; cursor: pointer; display: flex; i{ display: block; width:20px; } } li.active{ color: #0084FF; background-color: #D9EDFF; } } .first-order { height: 50px; padding: 0 20px; line-height: 50px; font-size: 14px; font-weight: bold; background: #f9f9f9; cursor: pointer; i { position: relative; top: 3px; margin-right: 5px; } } } .el-alert { line-height: 20px; text-align: center; background: #dfecff; color: #666666; font-weight: 400; margin-bottom: 20px; i { color: #46a6ff; } } } .menu-warp { width: calc(100vw - 230px); background: #fff; overflow: hidden; box-sizing: border-box; padding: 0 40px; height: 500px; overflow-y: auto; .btn-warp{ margin: 40px 0 20px; } .all-menu-warp{ overflow-y: auto; .all-menu-title{ overflow: hidden; } .title{ margin-bottom: 10px; color: #999999; font-size: 14px; } } .header-button-box{ width: 140px; height: 40px; background: #EEEEEE; border-radius: 2px 2px 2px 2px; opacity: 1; border: 1px solid #DDDDDD; display: flex; justify-content: space-between; line-height: 40px; padding: 0 10px; box-sizing: border-box; margin-right: 20px; font-size: 14px; margin-bottom: 10px; float: left; i{ position: relative; top: 2px; cursor: pointer; } } .header-add-button-box{ width: 140px; height: 40px; background: #fff; border-radius: 2px 2px 2px 2px; opacity: 1; border: 1px dashed #DDDDDD; justify-content: space-between; line-height: 40px; padding: 0 10px; box-sizing: border-box; margin-right: 20px; font-size: 14px; margin-bottom: 10px; text-align: center; float: left; cursor: pointer; i{ position: relative; top: 2px; cursor: pointer; } } .commons-warp{ overflow: hidden; } .first-order-title { height: 55px; line-height: 55px; color: #333333; font-size: 15px; font-weight: bold; } .second-level { height: 420px; display: flex; flex-wrap: wrap; flex-direction: column; flex-grow: 0; flex-basis: auto; float: left; } .menu-title { font-weight: 600; color: #0084ff; height: 40px; line-height: 40px; border-bottom: 1px solid #ddd; font-size: 14px; width: 140px; margin: 0 50px 0 0; i { position: relative; top: 3px; margin-right: 5px; } } .menu-ul { float: left; width: 140px; list-style: none; margin: 0 50px 0 0; padding: 0; height: 36px; line-height: 36px; font-size: 12px; font-weight: 400; cursor: pointer; } .menu-ul:hover { color: #0084ff; } } } .nav { display: flex; padding: 0; margin: 0; height: 50px; .auto-list{ width: calc(100vw - 616px); li{ float: left; } .more-box{ position: relative; .more-list{ width: 120px; position: absolute; background: #FFFFFF; box-shadow: 0px 2px 20px 1px rgba(0,0,0,0.1); border-radius: 2px 2px 2px 2px; opacity: 1; z-index: 10001111; color: #666666; padding-top: 10px; display: none; li{ width: 100%; height: 40px; line-height: 40px; font-size: 14px; } li:hover{ background-color: #EFF6FF; color: #0084FF; } } } .more-box:hover{ .more-list{ display: block; } } } .logo { color: #fff; font-size: 20px; font-weight: bold; line-height: 50px; margin: 0 20px; min-width: 120px } .nav-li { width: 120px; height: 50px; font-size: 14px; font-weight: 400; text-align: center; line-height: 50px; list-style: none; color: #fff; cursor: pointer; a { color: #fff; } } .nav-li.active { background: #0084ff; color: #fff; a { color: #fff; } } .nav-li:hover{ background: #444; } .nav-li.active:hover{ background: #0084ff; } } header { z-index: 11205; left: 0; right: 0; top: 0; height: 50px; display: flex; justify-content: space-between; .fr { max-width: 336px; display: flex; .input-search { margin: 12px 40px 12px 0; width: 240px; input { height: 30px; } } .dropdown-box { margin-right: 12px; line-height: 50px; cursor: pointer; width: fit-content; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } .badge { margin: 15px 24px 15px 0; height: 20px; width: 20px; i { color: #bbbbbb; } } .user-img { margin: 12px 12px 12px 0; } } } } header > a { margin: 0 20px; }