forgeplus-react/src/forge/users/Index.scss

298 lines
5.0 KiB
SCSS

$flex:flex;
.headerbox{
padding:20px;
border-bottom: 1px solid #E0E0E0;
display: $flex;
align-items: center;
justify-content: space-between;
& > div{
width: 400px;
}
& > p{
display: $flex;
align-items: center;
}
& > p a{
color: #5091FF;
margin-left: 30px;
font-size: 16px;
display: $flex;
align-items: center;
}
.ant-btn.ant-input-search-button{
margin-top: -1px;
margin-right: -1px;
}
}
.echartBox{
border:1px solid #DEDEDE;
&>p{
color: #999;
padding:15px 20px;
text-align: center;
}
}
.contentBox{
padding:20px 20px 0px 20px;
& > div{
margin-bottom: 20px;
display: $flex;
align-items: center;
padding:20px 25px;
background-color:rgba(250,250,250,1);
.imgBox{
width: 190px;
height: 90px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 20px;
background-color: #fff;
img{
max-width: 90%;
max-height: 90%;
}
}
}
.item-news{
display: $flex;
justify-content: space-between;
font-size: 12px;
color: #888;
margin-top: 3px;
margin-bottom: 0px;
}
.teamdesc{
word-break: break-all;
line-height: 20px;
}
}
.infosType{
padding:20px 30px 0px 20px;
display: flex;
justify-content: space-between;
.infoStatus{
height:30px;
background:rgba(255,255,255,1);
border-radius:15px;
border:1px solid rgba(221,221,221,1);
line-height: 30px;
font-size: 12px;
color: #888;
display: flex;
& > span{
display: block;
padding:0px 12px;
border-radius:15px;
cursor: pointer;
}
& > span.active{
background-color:#5091FF ;
color: #fff;
padding:0px 15px;
}
.statusDivider{
margin: 8px 0 0 0 !important;
}
}
}
.userDescription{
color: #666666;
line-height: 18px;
text-align: left;
margin:10px 0px;
word-break: break-all;
text-align: justify;
font-size: 16px;
text-align: center;
}
.focusBox,.infoBox{
width: 100%!important;
display: inline-block;
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #f1f1f1;
}
.infoBox{
padding-bottom: 10px;
text-align: left;
line-height: 28px;
color: #666;
margin-top: 20px;
&>div{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
i{
color: #DEDEDE;
font-size: 15px!important;
}
span{
margin-left:10px ;
}
}
.headimg{
position: relative;
display: block;
img{
width: 110px;
height: 110px;
border-radius: 50%;
}
span{
position: absolute;
bottom: -6px;
right: 0px;
left: 65px;
i{
font-size: 25px!important;
border-radius: 50%;
color: #fff;
&.icon-nan1{
background-color: #1890FF;
}
&.icon-nv1{
background-color: pink;
}
}
}
}
ul.ant-menu.menuStyle{
padding:0px 30px;
font-size: 16px;
li{
height: 70px;
line-height: 70px;
padding:0px;
margin-right: 30px!important;
border-bottom:transparent!important;
}
}
.disposeInfo{
padding:0px 30px;
min-height: 400px;
.disposeItem{
display: flex;
justify-content: space-between;
padding:30px 0px;
border-bottom: 1px solid #eee;
}
}
.authTag{
display: inline-block;
padding:0px 10px;
border-radius: 12px;
font-size: 12px;
height: 22px;
line-height: 22px;
&.red{
border:1px solid #F73030;
color: #F73030;
}
&.green{
border:1px solid #28BD6C;
color: #28BD6C;
}
}
.CIList{
padding:0px 30px;
min-height: 400px;
li{
display: flex;
justify-content: space-between;
padding:28px 0px;
border-bottom: 1px solid #eee;
}
}
.infosRightMenu{
.ant-menu-item{
padding:0px;
margin:0px 20px!important;
font-size: 17px;
height: 32px;
line-height: 0px;
border-bottom: 2px solid transparent!important;
position: relative;
a{
font-size: 16px;
& >i{
font-size: 15px!important;
margin-right: 8px;
}
}
.menuNum{
font-size: 12px;
margin-left: 3px;
color: #FF6E21;
}
&.ant-menu-item-selected::before{
position: absolute;
width: 100%;
bottom: -1px;
height: 2px;
left: 0px;
background-color: #1890ff;
content:"";
}
}
}
.attrBadge{
padding-top: 12px;
display: flex;
flex-wrap: wrap;
padding-bottom: 2px;
a{
margin: 0px 17px 10px 0px;
img{
border-radius: 50%;
width: 40px;
height: 40px;
}
&:nth-child(5n){
margin-right: 0px;
}
}
}
.attrBadge{
padding-top: 12px;
display: flex;
flex-wrap: wrap;
padding-bottom: 2px;
a{
margin: 0px 17px 10px 0px;
img{
border-radius: 50%;
width: 40px;
height: 40px;
}
&:nth-child(5n){
margin-right: 0px;
}
}
}
.infoCount{
display: inline-block;
width: 24px;
text-align: center;
height: 24px;
line-height: 24px;
background-color:rgba(153, 153, 153, 0.13);;
color:#666;
border-radius: 12px;
margin-left: 6px;
font-size: 12px;
}