forked from Gitlink/forgeplus-react
454 lines
8.7 KiB
SCSS
454 lines
8.7 KiB
SCSS
.recommandOri.slick-slider{
|
|
width: 1300px;
|
|
margin:20px auto 40px;
|
|
.slick-track{
|
|
margin-left: 0px;
|
|
}
|
|
.slick-slide{
|
|
li > a{
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
}
|
|
.iconBtn{
|
|
i{
|
|
color: #666;
|
|
}
|
|
span{
|
|
margin-left: 4px;
|
|
color: #333!important;
|
|
&:last-child{
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
&:hover span,&:hover i{
|
|
color: #466AFF!important;
|
|
}
|
|
}
|
|
/* recommandProjects */
|
|
.recommandProjects.slick-slider{
|
|
width: 1230px;
|
|
margin:20px auto 40px;
|
|
.slick-track{
|
|
margin-left: 0px;
|
|
}
|
|
.slick-arrow.slick-prev,.slick-arrow.slick-next{
|
|
&:before{
|
|
color: #999;
|
|
}
|
|
li.slick-active button:before{
|
|
color: #999;
|
|
}
|
|
}
|
|
.slick-dots{
|
|
bottom: -29px;
|
|
li button:before{
|
|
color: #909090;
|
|
}
|
|
}
|
|
.slick-slide{
|
|
padding:0px 15px;
|
|
box-sizing: border-box;
|
|
& > div{
|
|
background-color: #fff;
|
|
border-radius: 10px;
|
|
width: 100%;
|
|
cursor: pointer;
|
|
border: 1px solid #eee;
|
|
&:hover{
|
|
box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
|
|
}
|
|
}
|
|
}
|
|
.baseInfo{
|
|
padding:18px 15px;
|
|
display: flex;
|
|
font-size: 12px;
|
|
color:#888;
|
|
.look{
|
|
i{
|
|
margin-right: 5px;
|
|
}
|
|
margin-right: 10px;
|
|
}
|
|
.type{
|
|
flex:1;
|
|
width:0;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
text-align: right;
|
|
}
|
|
}
|
|
.mainInfo{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
min-height: 160px;
|
|
border-bottom: 1px solid #eee;
|
|
padding:20px;
|
|
box-sizing: border-box;
|
|
img{
|
|
height: 50px;
|
|
width:50px;
|
|
border-radius: 50%;
|
|
}
|
|
.name{
|
|
font-size: 13px;
|
|
color: #666;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
margin-top:12px;
|
|
}
|
|
.school{
|
|
margin-top:12px;
|
|
color: #333;
|
|
font-size: 16px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
max-width:100%;
|
|
}
|
|
}
|
|
}
|
|
// coderDepot
|
|
.Panels{
|
|
max-width: 1200px;
|
|
margin: 0 auto;
|
|
.panelmenu{
|
|
padding-top:30px;
|
|
.depotBtn{
|
|
.mr-5{
|
|
margin-right: -5px;
|
|
}
|
|
.ant-btn{
|
|
height: 32px;
|
|
line-height: 32px;
|
|
width: 83px;
|
|
text-align: center;
|
|
padding:0px ;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
}
|
|
.ant-btn-default{
|
|
color: #333;
|
|
border-color: #d0d0d0;
|
|
&:hover{
|
|
background: #F3F4F6;
|
|
}
|
|
}
|
|
.ant-btn-primary{
|
|
color: #fff;
|
|
background-color: #466AFF;
|
|
border: none;
|
|
&:hover{
|
|
background-color: rgba(70,106,255,0.85);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.depotBtn,.addOptionBtn{
|
|
display: flex;
|
|
a{
|
|
color: #333!important;
|
|
font-weight: 500!important;
|
|
border-radius: 5px;
|
|
width: 83px;
|
|
height: 32px;
|
|
line-height: 30px;
|
|
background: #fff;
|
|
border: 1px solid #D0D0D0;
|
|
margin-right: 10px;
|
|
text-align: center;
|
|
&:hover,&:active{
|
|
background: #F3F4F6;
|
|
}
|
|
}
|
|
}
|
|
.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;
|
|
}
|
|
.attrPerson{
|
|
padding-top: 12px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding-bottom: 2px;
|
|
a{
|
|
margin: 0px 17px 0px 0px;
|
|
img{
|
|
border-radius: 50%;
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
&:nth-child(6){
|
|
margin-right: 0px;
|
|
}
|
|
}
|
|
}
|
|
.progress{
|
|
display: flex;
|
|
border-radius: 2px;
|
|
height: 11px;
|
|
margin-top: 12px;
|
|
span{
|
|
&:first-child{
|
|
border-radius: 2px 0px 0px 2px;
|
|
}
|
|
&:last-child{
|
|
border-radius: 0px 2px 2px 0px;
|
|
}
|
|
}
|
|
}
|
|
.progresstip{
|
|
margin-top: 15px;
|
|
flex-wrap: wrap;
|
|
i.zero{
|
|
position: absolute;
|
|
display: block;
|
|
border-radius: 50%;
|
|
height: 8px;
|
|
width: 8px;
|
|
left: 0px;
|
|
top:10px
|
|
}
|
|
&>span{
|
|
padding-left: 15px;
|
|
position: relative;
|
|
min-width: 33.5%;
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
color: #666;
|
|
span{
|
|
&:last-child{
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.listtable{
|
|
margin-top: 20px;
|
|
.listtablehead{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
border-bottom: 1px solid #d9d9d9;
|
|
padding:12px 20px 11px;
|
|
border-radius: 4px 4px 0px 0px;
|
|
border: 1px solid rgba(42, 97, 255, 0.23);
|
|
background-color: #FAFCFF;
|
|
.ellipsistxt{
|
|
margin-top: 6px;
|
|
cursor: pointer;
|
|
#ptxt{
|
|
margin-bottom: 0px;
|
|
word-break: break-all;
|
|
overflow: unset;
|
|
white-space:pre-wrap; /* css3.0 */
|
|
white-space:-moz-pre-wrap; /* Firefox */
|
|
white-space:-pre-wrap; /* Opera 4-6 */
|
|
white-space:-o-pre-wrap; /* Opera 7 */
|
|
word-wrap:break-word;
|
|
}
|
|
margin-left: 13px;
|
|
line-height:18px;
|
|
flex:1;
|
|
width: 0;
|
|
color: #666;
|
|
&.hidetxt{
|
|
height: 18px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
padding-right:8px;
|
|
// &::after{
|
|
// position: absolute;
|
|
// right: 0px;
|
|
// bottom: 0px;
|
|
// content:"...";
|
|
// }
|
|
}
|
|
}
|
|
.ellipsis{
|
|
margin-left: 8px;
|
|
cursor: pointer;
|
|
border-radius: 2px;
|
|
height: 16px;
|
|
background: rgba(153, 153, 153, 0.2);
|
|
border-radius: 2px;
|
|
padding:0px 4px;
|
|
height: 14px;
|
|
line-height: 14px;
|
|
margin-top: 9px;
|
|
i{
|
|
font-size: 15px!important;
|
|
color: #333;
|
|
height: 14px;
|
|
line-height: 14px;
|
|
}
|
|
}
|
|
}
|
|
.listtablebody{
|
|
border-radius:0px 0px 4px 4px ;
|
|
border: 1px solid #D0D0D0;
|
|
border-top: none;
|
|
li.listtablepath{
|
|
a{color: #40a9ff;}
|
|
p{
|
|
margin-bottom: 0px!important;
|
|
}
|
|
}
|
|
& > li{
|
|
height: 38px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: 1px solid #d9d9d9;
|
|
padding:0px 20px 0px 24px;
|
|
&:hover{
|
|
background-color: #F3F4F6;
|
|
}
|
|
& > span:first-child{
|
|
width: 30%;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
& > span:nth-child(2){
|
|
width: 60%;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
& > span:nth-child(3){
|
|
width: 10%;
|
|
text-align: right;
|
|
}
|
|
}
|
|
&> li:last-child{
|
|
border-bottom: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.drawerBtn{
|
|
position: fixed;
|
|
left: -13px;
|
|
width: 33px;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.09);
|
|
border: 1px solid #666666;
|
|
border-radius: 0px 12px 12px 0px;
|
|
height: 70px;
|
|
top:50%;
|
|
margin-top: -35px;
|
|
cursor: pointer;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding-left: 7px;
|
|
&:hover{
|
|
box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.09);
|
|
}
|
|
span{
|
|
writing-mode: vertical-lr;
|
|
color: #333;
|
|
width: 25px;
|
|
font-size: 14px;
|
|
}
|
|
i{
|
|
color: #333;
|
|
height: 14px;
|
|
line-height: 14px;
|
|
width: 14px;
|
|
margin-left: 2px;
|
|
margin-bottom: 3px;
|
|
}
|
|
}
|
|
.downMenu{
|
|
width: 329px;
|
|
background-color: #fff;
|
|
box-shadow: 0px 1px 8px 1px rgba(212, 212, 212, 0.5);
|
|
padding-bottom: 14px;
|
|
.ant-menu-item{
|
|
height: 50px;
|
|
line-height: 50px;
|
|
}
|
|
}
|
|
.fileMenu{
|
|
width: 83px;
|
|
li{
|
|
padding:6px 0px!important;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.catelogue{
|
|
cursor: pointer;
|
|
background: #FAFBFC;
|
|
border-radius: 4px;
|
|
border: 1px solid #D0D0D0;
|
|
font-size: 15px;
|
|
font-weight: normal;
|
|
margin-right: 12px;
|
|
padding:0px 10px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
color: #666!important;
|
|
display: flex;
|
|
align-items: center;
|
|
&:hover{
|
|
background-color: #F3F4F6;
|
|
}
|
|
span{
|
|
margin-top: 1px;
|
|
}
|
|
}
|
|
.submoduleStyle{
|
|
cursor: default;
|
|
i{
|
|
cursor: default;
|
|
}
|
|
&:hover{
|
|
color: #05101a;
|
|
}
|
|
}
|
|
.pinfos{
|
|
i,a{color: #666;}
|
|
&:hover i,&:hover a{
|
|
color: #2A61FF!important;
|
|
}
|
|
}
|
|
.graph{
|
|
flex:1;
|
|
margin:0px 12px;
|
|
.ant-typography{
|
|
white-space: pre-wrap;
|
|
margin-bottom: 0px;
|
|
}
|
|
}
|
|
.ant-anchor-wrapper{
|
|
padding-left: 2px;
|
|
.ant-anchor-ink::before{
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
.coderSubPage{
|
|
width: 1200px;
|
|
margin:0px auto;
|
|
} |