forked from Gitlink/forgeplus-react
109 lines
2.2 KiB
SCSS
109 lines
2.2 KiB
SCSS
.sourcePanel{
|
|
width: 1200px;
|
|
margin: 20px auto;
|
|
background: #fff;
|
|
border-radius: 2px;
|
|
box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
|
|
.headtitle{
|
|
padding:15px 20px;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
.subHeadtitle{
|
|
padding:15px 20px;
|
|
border-bottom: 1px solid #eee;
|
|
.ant-input-group-wrapper{
|
|
width:320px;
|
|
.ant-btn.ant-input-search-button{
|
|
margin: 0px;
|
|
margin-top: -1px;
|
|
}
|
|
}
|
|
}
|
|
.bodycontent{
|
|
padding:0px 20px;
|
|
min-height: 500px;
|
|
& > ul.bodycontentul > li{
|
|
display: flex;
|
|
border-bottom: 1px solid #eee;
|
|
padding:20px 0px;
|
|
align-items: flex-start;
|
|
&:last-child{
|
|
border-bottom: none;
|
|
}
|
|
.infoImg{
|
|
img{
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50%;
|
|
}
|
|
margin-right: 15px;
|
|
}
|
|
.infoname{
|
|
font-size: 16px;
|
|
}
|
|
.privateTip{
|
|
display: block;
|
|
font-size: 12px;
|
|
margin-left: 10px;
|
|
background-color: orange;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
padding:0px 3px;
|
|
color: #fff;
|
|
}
|
|
.infos{
|
|
& > span{
|
|
margin-right: 20px;
|
|
color: #999;
|
|
& >span{
|
|
color: #666;
|
|
}
|
|
}
|
|
}
|
|
.infodesc{
|
|
color: #666;
|
|
line-height: 20px;
|
|
margin:5px 0px!important;
|
|
}
|
|
.infotag{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
span{
|
|
display: block;
|
|
padding:0px 4px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
font-size: 12px;
|
|
margin-right: 10px;
|
|
border: 1px solid #f8df8c;
|
|
background: #fffce6;
|
|
color: #0d90c3;
|
|
border-radius: 2px;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.versionTable{
|
|
.currentTip{
|
|
display: block;
|
|
padding:0px 3px;
|
|
border-radius: 2px;
|
|
border:1px solid #68c7ec;
|
|
font-size: 12px;
|
|
color: #68c7ec;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
margin-left: 5px;
|
|
}
|
|
.ant-table-body{
|
|
margin:0px!important;
|
|
thead{
|
|
background-color: #eee;
|
|
}
|
|
thead >tr >th,tbody > tr > td{
|
|
padding:4px 5px!important;
|
|
}
|
|
}
|
|
} |