123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441 |
- .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: #1b374c;
- 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 50px;
- font-size: 15px;
- cursor: pointer;
- }
- li.active {
- color: #0084FF;
- background-color: #D9EDFF;
- }
- }
- .first-order {
- height: 50px;
- padding: 0 20px;
- line-height: 50px;
- font-size: 16px;
- font-weight: bold;
- background: #f9f9f9;
- cursor: pointer;
- i {
- position: relative;
- top: 3px;
- margin-right: 5px;
- }
- }
- }
- .right-banner {
- width: 300px;
- height: 500px;
- overflow-y: auto;
- padding: 0 20px;
- // background: #f1f1f1;
- &::-webkit-scrollbar {
- width: 2px !important;
- height: 2px !important;
- }
- .first-order-title {
- height: 50px;
- line-height: 50px;
- // color: #333333;
- // font-size: 15px;
- // font-weight: bold;
- // background: #fff;
- }
- .collect {
- .item {
- margin-bottom: 10px;
- font-size: 14px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 2px 5px;
- // border: 1px solid #eee;
- }
- }
- }
- .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 - 300px);
- background: #fff;
- // overflow: hidden;
- box-sizing: border-box;
- padding: 0 20px;
- height: 500px;
- // overflow-y: auto;
- overflow: auto;
- box-shadow: 2px 0px 0px #eee;
- // &::-webkit-scrollbar {
- // width: 2px !important;
- // height: 2px !important;
- // }
- .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: 50px;
- line-height: 50px;
- // color: #333333;
- // font-size: 15px;
- // font-weight: bold;
- }
- .aaa {
- -moz-column-count: 4;
- /* Firefox */
- -webkit-column-count: 4;
- /* Safari 和 Chrome */
- column-count: 4;
- -moz-column-gap: 50px;
- -webkit-column-gap: 50px;
- column-gap: 50px;
- .bbb {
- -moz-page-break-inside: avoid;
- -webkit-column-break-inside: avoid;
- break-inside: avoid;
- }
- }
- .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: #1b374c;
- height: 40px;
- line-height: 40px;
- border-bottom: 1px solid #efebeb;
- font-size: 15px;
- width: 140px;
- margin: 0 5vw 0 0;
- i {
- position: relative;
- top: 3px;
- margin-right: 5px;
- }
- }
- .menu-ul {
- // float: left;
- // width: 140px;
- // list-style: none;
- // margin: 0 5vw 0 0;
- // padding: 0;
- padding-left: 10px;
- // display: flex;
- // align-items: center;
- height: 36px;
- line-height: 36px;
- font-size: 14px;
- font-weight: 400;
- // cursor: pointer;
- }
- .menu-ul span: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: #fff;
- }
- }
- .user-img {
- margin: 12px 12px 12px 0;
- }
- }
- }
- }
- header>a {
- margin: 0 20px;
- }
|