forked from Gitlink/forgeplus-react
158 lines
2.5 KiB
CSS
158 lines
2.5 KiB
CSS
.trendsTop{
|
|
padding-bottom: 15px;
|
|
border-bottom:1px solid #ddd;
|
|
}
|
|
|
|
.pageDIV{
|
|
text-align: center;
|
|
margin-top: 20px;
|
|
margin-bottom: 40px;
|
|
}
|
|
.orderInfo{
|
|
padding:15px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.orderInfo > div{
|
|
width: 45%;
|
|
}
|
|
.percentLine{
|
|
width: 100%;
|
|
display:flex;
|
|
height: 8px;
|
|
border-radius: 2px;
|
|
background: #888;
|
|
position: relative;
|
|
}
|
|
.percent_green{
|
|
background-color: #6cc644;
|
|
color: #6cc644;
|
|
}
|
|
.percent_purple{
|
|
background-color: #6e5494;
|
|
color: #6e5494;
|
|
}
|
|
.percent_red{
|
|
background-color: #d95c5c;
|
|
}
|
|
.green{
|
|
color: #6cc644;
|
|
}
|
|
.purple{
|
|
color: #6e5494;
|
|
}
|
|
.red{
|
|
color: #d95c5c;
|
|
}
|
|
.percentBox{
|
|
display: flex;
|
|
border-top: 1px solid #f4f4f4;
|
|
}
|
|
.percentBox > li{
|
|
display: flex;
|
|
flex-direction: column;
|
|
text-align: center;
|
|
flex: 1;
|
|
border-right: 1px solid #f4f4f4;
|
|
padding:20px 0px;
|
|
color: #4183c4;
|
|
}
|
|
.percentBox > li:last-child{
|
|
border-right: none;
|
|
}
|
|
.prMsg{
|
|
padding:0px 20px;
|
|
border-top: 1px solid #f4f4f4;
|
|
}
|
|
.prMsg > div{
|
|
padding:20px 20px 20px 0px;
|
|
line-height: 22px;
|
|
border-right:1px solid #f4f4f4;
|
|
width: 50%;
|
|
}
|
|
.prMsg > div span.fontbold{
|
|
font-weight: 500;
|
|
}
|
|
.prMsg > div span.fontbold.greencount{
|
|
color: green;
|
|
}
|
|
.prMsg > div span.fontbold.redcount{
|
|
color: red;
|
|
}
|
|
.prAuthor{
|
|
padding-bottom: 20px;
|
|
display: flex;
|
|
border-right:1px solid #f4f4f4;
|
|
width: 50%;
|
|
flex-wrap: wrap;
|
|
}
|
|
.prAuthor a{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
width: 78px;
|
|
}
|
|
.prAuthor a img{
|
|
border-radius: 50%;
|
|
}
|
|
.prAuthor a span{
|
|
display: block;
|
|
max-width: 78px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.activity_list .activity_item{
|
|
border-bottom: 1px solid #f4f4f4;
|
|
padding:15px 0px;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
.activity_list .activity_item:last-child{
|
|
border-bottom: none;
|
|
}
|
|
.prPercent > p{
|
|
position: absolute;
|
|
height: 100%;
|
|
top:0px;
|
|
left: 0px;
|
|
z-index: 0;
|
|
}
|
|
.prPercent > p.resetStyle{
|
|
left: unset;
|
|
right: 0px;
|
|
z-index: 1;
|
|
}
|
|
.itemLine{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.activity_type{
|
|
display: block;
|
|
padding:0px 5px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
background: #6cc644;
|
|
margin-left: 10px;
|
|
color: #fff;
|
|
border-radius: 3px;
|
|
font-size: 12px;
|
|
}
|
|
.createImage{
|
|
margin-right: 5px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
border-radius: 50%;
|
|
width: 22px;
|
|
}
|
|
.change{
|
|
color: black;
|
|
cursor: pointer;
|
|
}
|
|
.change.active{
|
|
color: #466AFF !important;
|
|
}
|
|
|
|
.change:hover{
|
|
color: #466AFF;
|
|
} |