forked from Gitlink/forgeplus-react
411 lines
7.1 KiB
SCSS
411 lines
7.1 KiB
SCSS
|
|
.dropdownFlex{
|
|
display:flex;
|
|
background:#fff;
|
|
border-radius: 3px;
|
|
.ant-menu-vertical > .ant-menu-item{
|
|
border:none;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
margin:0px;
|
|
&.ant-menu-item-selected{
|
|
background-color: #fff;
|
|
a{color: rgba(0, 0, 0, 0.65)!important;}
|
|
}
|
|
&.ant-menu-item-active{
|
|
a{color: #4cacff!important;}
|
|
}
|
|
}
|
|
.ant-menu-vertical{
|
|
border:none;
|
|
}
|
|
}
|
|
.currentImg{
|
|
width: 34px;
|
|
height: 34px;
|
|
border-radius: 50%;
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.ant-dropdown-menu.currentMenu{
|
|
width: 120px;
|
|
text-align: center;
|
|
padding:0px;
|
|
.currentName{
|
|
padding:0px 8px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
display: block;
|
|
}
|
|
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;
|
|
background: #829BFF;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|
|
.ant-form-explain{
|
|
position: absolute;
|
|
}
|
|
}
|
|
|
|
// 右上角小铃铛单独样式
|
|
.notice-popover{
|
|
//popover小尖尖
|
|
.ant-popover-arrow{
|
|
display: none;
|
|
}
|
|
|
|
//popover框
|
|
.ant-popover-inner-content {
|
|
width: 386px;
|
|
height: 446px;
|
|
box-shadow: 0px 4px 8px 2px rgba(212, 212, 212, 0.5);
|
|
border-radius: 4px;
|
|
margin-top: -10px;
|
|
padding: 12px 1px 12px 0;
|
|
}
|
|
}
|
|
|
|
.messageHoverDiv .ant-menu-item{
|
|
margin-right: 24px !important;
|
|
}
|
|
|
|
.hoverNotice-head{
|
|
margin-left: 18px;
|
|
|
|
& .ant-badge{
|
|
font-size: 14px !important;
|
|
}
|
|
|
|
&>.ant-menu-horizontal {
|
|
border-bottom: 1px solid #e8e8e8 !important;
|
|
}
|
|
}
|
|
|
|
.hoverNotice-body{
|
|
height: 342px;
|
|
overflow-y: scroll;
|
|
|
|
& b{
|
|
font-weight: 400;
|
|
text-shadow: 0.5px 0 0 #333;
|
|
}
|
|
|
|
.none_panels{
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
.message-icon{
|
|
position: relative;
|
|
.ant-scroll-number{
|
|
right:12px;
|
|
padding: 0 0px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.hoverNotice-buttom{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 12px 18px;
|
|
a{
|
|
color: #466AFF;
|
|
&:hover{
|
|
opacity:0.85;
|
|
}
|
|
}
|
|
}
|
|
|
|
.noticeCont-back{
|
|
.pointer{
|
|
cursor: pointer;
|
|
}
|
|
&:hover{
|
|
background: #F3F4F6;
|
|
}
|
|
}
|
|
|
|
.noticeCont{
|
|
display: flex;
|
|
margin: 0 16px 0 18px;
|
|
padding: 12px 0 10px 0;
|
|
line-height: 24px;
|
|
border-bottom: 1px solid #EEEEEE;
|
|
cursor: default;
|
|
i{
|
|
font-size: 14px !important;
|
|
margin-right: 6px;
|
|
color: #333333;
|
|
}
|
|
|
|
.boldSpan{
|
|
font-weight: 400;
|
|
text-shadow: 0.5px 0 0 #333;
|
|
}
|
|
|
|
.noticeCont-text{
|
|
display: flex;
|
|
color:#333333;
|
|
flex:auto;
|
|
justify-content: space-between;
|
|
|
|
& .content-span{
|
|
word-break: break-all;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
}
|
|
|
|
& .atme-cont-span{
|
|
width: 272px;
|
|
}
|
|
|
|
& .notice-cont-span{
|
|
width: 255px;
|
|
}
|
|
|
|
.timeSpan{
|
|
font-size: 12px;
|
|
color: #666666;
|
|
}
|
|
|
|
.at-name{
|
|
margin-right: 12px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.text-center{
|
|
text-align: center;
|
|
}
|
|
|
|
.footEdition{
|
|
background-color: #171B23;
|
|
.footContent{
|
|
display: flex;
|
|
align-items: flex-start;
|
|
padding:86px 0px;
|
|
justify-content: space-around;
|
|
width: 1200px;
|
|
margin:0px auto;
|
|
ul{
|
|
min-width: 120px;
|
|
text-align: left;
|
|
margin-right: 80px;
|
|
&.center{
|
|
text-align: center;
|
|
}
|
|
&>p{
|
|
height: 22px;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
color: #FFFFFF;
|
|
line-height: 22px;
|
|
}
|
|
&>img{
|
|
width: 100px;
|
|
height: 100%;
|
|
margin-bottom: 30px;
|
|
margin-top: 25px;
|
|
border-radius: 10px;
|
|
}
|
|
li{
|
|
height: 20px;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
line-height: 20px;
|
|
color: #BDC2D1;
|
|
margin-bottom: 15px!important;
|
|
a{
|
|
color: #BDC2D1!important;
|
|
&:hover{
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
&.thehead{
|
|
height: 25px;
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
color: #FFFFFF;
|
|
line-height: 25px;
|
|
margin-bottom: 20px!important;
|
|
}
|
|
}
|
|
.theline{
|
|
.imgCon{
|
|
width: 90px;
|
|
height: 90px;
|
|
padding:5px;
|
|
border-radius: 4px;
|
|
background-color: #fff;
|
|
img{
|
|
width: 100%;
|
|
border-radius: 3px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.copyrightDesc{
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
color: #BDC2D1;
|
|
line-height: 28px;
|
|
padding:15px 0px;
|
|
text-align: center;
|
|
background-color: #1B212C;
|
|
a{
|
|
color: #BDC2D1!important;
|
|
}
|
|
}
|
|
.regBtn{
|
|
height: 40px;
|
|
background: #466AFF;
|
|
border-radius: 2px;
|
|
display: inline-block;
|
|
padding:0px 18px;
|
|
margin-left: 20px;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #FFFFFF!important;
|
|
line-height: 40px;
|
|
&:hover{
|
|
color: #FFFFFF!important;
|
|
background-color: #355CFF;
|
|
}
|
|
}
|
|
|
|
.head-nav {
|
|
.pr {
|
|
justify-content: center;
|
|
}
|
|
.drop-li {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
.drop-down {
|
|
position: fixed;
|
|
top: 58px;
|
|
background-color: #ffffff;
|
|
border-bottom-left-radius: 10px;
|
|
border-bottom-right-radius: 10px;
|
|
transition: height 0.2s ease-in-out;
|
|
overflow: hidden;
|
|
box-shadow:0px 0px 6px rgba(6, 44, 107, 0.15);
|
|
.drop-down-item {
|
|
height: 46px !important;
|
|
line-height: 46px !important;
|
|
padding-right:unset;
|
|
position: relative;
|
|
a {
|
|
color: #252b3a !important;
|
|
display: inline-block;
|
|
height: 100%;
|
|
max-width: 160px;
|
|
}
|
|
&:hover {
|
|
background-color: #ebf0ff;
|
|
}
|
|
// &:not(:last-child) {
|
|
// border-bottom: solid 1px #cccccc42;
|
|
// }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@media screen and (max-width: 1200px){
|
|
.drop-down{
|
|
right: 200px;
|
|
}
|
|
}
|