forked from Gitlink/forgeplus-react
315 lines
6.2 KiB
SCSS
315 lines
6.2 KiB
SCSS
/* recommandProjects */
|
|
.recommandProjects{
|
|
display: flex;
|
|
max-width: 1200px;
|
|
margin:20px auto;
|
|
}
|
|
.recommandProjects >div{
|
|
background-color: #fff;
|
|
border-radius: 10px;
|
|
width: 220px;
|
|
margin-right: 25px;
|
|
cursor: pointer;
|
|
border: 1px solid #eee;
|
|
&:last-child{
|
|
margin-right: 0px;
|
|
}
|
|
}
|
|
.recommandProjects > div:hover{
|
|
box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
|
|
}
|
|
.recommandProjects > div .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%;
|
|
}
|
|
}
|
|
.recommandProjects{
|
|
.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;
|
|
}
|
|
}
|
|
}
|
|
// coderDepot
|
|
.Panels{
|
|
max-width: 1200px;
|
|
margin: 0 auto;
|
|
.panelmenu{
|
|
padding-top:30px;
|
|
}
|
|
.addOptionBtn{
|
|
height: 32px;
|
|
line-height: 30px;
|
|
display: flex;
|
|
border:1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
a{
|
|
padding:0px 13px;
|
|
color: rgba(0, 0, 0, 0.65);
|
|
cursor: pointer;
|
|
}
|
|
& > a:first-child{
|
|
border-right: 1px solid #d9d9d9;
|
|
}
|
|
}
|
|
.infoCount{
|
|
display: inline-block;
|
|
padding:0px 5px;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
background-color: #eee;
|
|
color:#999;
|
|
border-radius: 12px;
|
|
margin-left: 10px;
|
|
font-size: 12px;
|
|
}
|
|
.attrPerson{
|
|
padding-top: 15px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
a{
|
|
margin: 10px 10px 0px 0px;
|
|
img{
|
|
border-radius: 50%;
|
|
width: 35px;
|
|
height: 35px;
|
|
}
|
|
&:nth-child(6){
|
|
margin-right: 0px;
|
|
}
|
|
}
|
|
}
|
|
.progress{
|
|
display: flex;
|
|
border-radius: 10px;
|
|
height: 7px;
|
|
margin-top: 12px;
|
|
span{
|
|
&:first-child{
|
|
border-radius: 10px 0px 0px 10px;
|
|
}
|
|
&:last-child{
|
|
border-radius: 0px 10px 10px 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%;
|
|
span{
|
|
color: #666;
|
|
&:last-child{
|
|
color: #999;
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.listtable{
|
|
margin-top: 20px;
|
|
border:1px solid #d9d9d9;
|
|
border-radius: 4px;
|
|
.listtablehead{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
border-bottom: 1px solid #d9d9d9;
|
|
padding:7px 20px;
|
|
border-radius: 4px 4px 0px 0px;
|
|
background-color: #FAFBFC;
|
|
.ellipsistxt{
|
|
margin-top: 6px;
|
|
#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;
|
|
background-color: #c1c1c1;
|
|
padding:0px 4px;
|
|
height: 14px;
|
|
line-height: 14px;
|
|
margin-top: 9px;
|
|
i{
|
|
font-size: 15px!important;
|
|
color: #fff;
|
|
height: 14px;
|
|
line-height: 14px;
|
|
}
|
|
}
|
|
}
|
|
.listtablebody{
|
|
li.listtablepath{
|
|
a{color: #40a9ff;}
|
|
p{
|
|
margin-bottom: 0px!important;
|
|
}
|
|
}
|
|
& > li{
|
|
height: 42px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: 1px solid #d9d9d9;
|
|
padding:0px 20px 0px 24px;
|
|
& > 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;
|
|
border:1px solid rgb(207,205,223);
|
|
width: 34px;
|
|
border-radius: 0px 12px 12px 0px;
|
|
height: 70px;
|
|
top:50%;
|
|
margin-top: -35px;
|
|
cursor: pointer;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-end;
|
|
justify-content: center;
|
|
&:hover{
|
|
box-shadow: 1px 0px 7px rgba(0,0,0,0.1);
|
|
}
|
|
span{
|
|
writing-mode: vertical-lr;
|
|
color: #202429;
|
|
width: 25px;
|
|
}
|
|
i{
|
|
color: #24292e;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
width: 18px;
|
|
}
|
|
}
|
|
.downMenu{
|
|
box-shadow: 0px 0px 9px rgba(134, 134, 134,0.4);
|
|
background-color: #fff;
|
|
.ant-menu-vertical .ant-menu-item:hover{
|
|
background-color: #e6f7ff;
|
|
}
|
|
}
|
|
|
|
.menuslist{
|
|
max-height: 200px;
|
|
overflow-y: auto;
|
|
padding:10px 15px;
|
|
border-radius: 4px;
|
|
.ant-dropdown-menu-item{
|
|
border-radius: 8px;
|
|
text-align: left!important;
|
|
a{
|
|
width: 350px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|
|
.ant-dropdown-menu-item.active{
|
|
background-color: #e6f7ff;
|
|
}
|
|
} |