forgeplus-react/src/forge/Head/header.scss

155 lines
2.6 KiB
SCSS

.dropdownFlex.double{
width: 232px;
.ant-menu{
height: 145px;
.ant-menu-item:nth-child(-n+4){
border-right: 1px solid #eee;
}
.ant-menu-item{
padding:0px 5px;
}
.ant-menu-item:hover a{
color: #fff!important;
background-color: #1890ff;
}
}
}
.headmenus{
.ant-dropdown-menu-item:hover{
background-color: #f5f5f5;
}
}
.dropdownFlex{
display:flex;
background:#fff;
border-radius: 3px;
padding:5px 0px;
box-sizing: border-box;
.ant-menu{
display: flex;
flex-direction: column;
line-height: 45px;
flex-wrap: wrap;
}
.ant-menu > .ant-menu-item{
border:none;
height: 35px;
line-height: 35px;
margin:0px;
width: 116px;
&.ant-menu-item-selected{
background-color: #fff;
a{color: rgba(0, 0, 0, 0.65)!important;}
}
a{
width: 100%;
text-align: center;
}
&.ant-menu-item-active{
a{color: #4cacff!important;}
}
}
.ant-menu-vertical{
border:none;
}
}
.currentImg{
width: 34px;
height: 34px;
border-radius: 50%;
margin-left: 30px;
}
.currentMenu{
width: 120px;
text-align: center;
padding:0px;
li{
height: 40px;
line-height: 40px;
padding:0px!important;
cursor: default;
&:hover{
background-color: #fff;
}
&:first-child{
border-bottom: 1px solid #eee;
}
&:last-child{
border-top: 1px solid #eee;
a{
border-radius: 0px 0px 4px 4px;
}
}
a{
padding:0px;
margin:0px;
display: block;
color: #666;
&:hover{
color: #fff;
background: #4CACFF;
}
}
}
}
.newFooter {
position: absolute;
bottom: 0;
width: 100%;
background: #323232;
clear: both;
min-width: 1200px;
z-index: 8;
left: 0px;
p {
margin-top: 0;
margin-bottom:0px !important;
}
.footerInfos{
display: flex;
max-width: 1200px;
margin:0px auto;
justify-content: space-around;
padding:60px 0px;
& >ul{
padding:0px 40px;
box-sizing: border-box;
max-width: 25%;
text-align: left;
li{
color: #fff;
font-weight: 300;
&:first-child{
font-size: 17px;
}
&>a,&>span{
color: #bbb;
}
&>a:hover{
color: #4cacff;
}
}
}
}
.footerCopy{
color: #bbb;
border-top: 1px solid #4e4e4e;
padding:10px 0px;
a{
color: #bbb;
&:hover{
color: #4cacff;
}
}
}
}
.inviteForm{
.ant-form-item{
margin-right: 0px;
}
.ant-form-item-label{
width: 110px;
text-align: right;
}
}