forked from Gitlink/forgeplus-react
91 lines
1.7 KiB
SCSS
91 lines
1.7 KiB
SCSS
.boxPanel{
|
|
width: 1200px;
|
|
margin:20px auto;
|
|
border-radius: 4px;
|
|
border:1px solid #eee;
|
|
min-height: 500px;
|
|
.contrbuteList{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding:20px;
|
|
& > div{
|
|
width: 20%;
|
|
}
|
|
align-items: flex-start;
|
|
}
|
|
}
|
|
.descmodal{
|
|
.ant-row.ant-form-item{
|
|
margin-bottom: 10px;
|
|
}
|
|
.ant-col.ant-form-item-label{
|
|
height: 20px;
|
|
line-height: 20px;
|
|
}
|
|
}
|
|
|
|
.menuslist{
|
|
z-index: 100;
|
|
width: 297px;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 4px 8px 2px rgba(212, 212, 212, 0.5);
|
|
border-radius: 4px;
|
|
.searchBox{
|
|
padding:15px;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
.ant-anchor-wrapper{
|
|
margin-left: 0px;
|
|
padding:5px 15px;
|
|
max-height: 255px!important;
|
|
.items{
|
|
border-radius: 4px;
|
|
margin-bottom: 5px;
|
|
cursor: pointer;
|
|
.ant-anchor-link-title{
|
|
color: #333333!important;
|
|
}
|
|
&:hover{
|
|
background-color: #F3F4F6;
|
|
}
|
|
&.active{
|
|
background-color: #2A61FF;
|
|
.ant-anchor-link-title{
|
|
color: #fff!important;
|
|
}
|
|
}
|
|
}
|
|
.ant-anchor-link{
|
|
padding:0px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
.ant-anchor-ink::before{
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
}
|
|
.subMenu{
|
|
display: flex;
|
|
padding-top: 30px;
|
|
a{
|
|
width: 83px;
|
|
font-weight: 500;
|
|
line-height: 30px;
|
|
height: 32px;
|
|
color: #333333!important;
|
|
text-align: center;
|
|
border: 1px solid #D0D0D0;
|
|
border-radius: 0px 4px 4px 0px;
|
|
background: rgba(250, 251, 252, 0);
|
|
&:first-child{
|
|
border-right: none;
|
|
border-radius: 4px 0px 0px 4px;
|
|
}
|
|
&.active{
|
|
background-color: #466AFF;
|
|
color: #fff!important;
|
|
border-color: #466AFF;
|
|
}
|
|
}
|
|
} |