system-copyright-react/src/layout/head/head.css
2024-06-21 16:18:01 +08:00

87 lines
1.5 KiB
CSS

.head {
width: 100vw;
height: 69px;
position: fixed;
top: 0;
left: 0;
z-index: 99;
background: url('../../static/head/background.png');
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
/* background-color: rgb(248, 211, 211); */
}
.head .center {
/* margin: 0 auto; */
width: 100vw;
height: 100%;
display: flex;
justify-content: space-between;
position: relative;
}
.head .center .left img {
width: 263px;
height: 41px;
/* background-color: red;
*/
margin-left: 15px;
margin-top: 12px;
}
.head .center .right {
height: 100%;
/* padding-left: 60px; */
margin-right: 33px;
display: flex;
justify-content: right;
align-items: center;
}
/*
.head .center .left .logo {
width: 38px;
height: 38px;
} */
/* .head .center .left .sys-title {}
.head .center .left .sys-title-sub {
font-size: 14px;
font-weight: unset;
} */
/* .head .center .right {
height: 100%;
padding-left: 60px;
display: flex;
justify-content: right;
}
.head .center .head-item {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 0 10px;
font-size: var(--font-size-head);
cursor: pointer;
position: relative;
}
.ant-dropdown .dropdown-item {
display: flex;
width: 100%;
justify-content: center;
}
.ant-dropdown .dropdown-item .title {
margin-left: 5px;
} */
.ant-dropdown .dropdown-item .title {
margin-left: 5px;
}