forgeplus-react/src/forge/Activity/activity.css

206 lines
3.4 KiB
CSS

.trendsTop{
background-color: #fafcff;
border: 1px solid;
border-color: rgba(42, 97, 255, 0.23);
border-radius: 4px 4px 0px 0px;
padding: 10px 20px;
display: flex;
align-items: center;
justify-content: space-between;
}
.echartBox{
padding:10px 15px;
}
.echartBox > p{
color: rgb(41, 41, 41);
text-align: center;
font-size: 16px;
padding-bottom: 20px!important;
}
.contentBox{
width: 1200px;
margin:0px auto;
}
.pageDIV{
text-align: center;
margin-top: 20px;
margin-bottom: 40px;
}
.orderInfo{
padding:15px;
display: flex;
justify-content: space-between;
}
.boxpart{
border: 1px solid #d0d0d0;
border-top: none;
}
.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;
}
.echartTitle{
position: relative;
padding-left: 20px;
font-size: 16px;
margin-top: 40px;
display: block;
}
.echartTitle::before{
position: absolute;
content: "";
width: 10px;
height: 10px;
background-color: #466AFF;
border-radius: 2px;
left: 0px;
top:11px;
}
.commentsBox{
border-radius: 4px;
/* border: 1px solid #ddd; */
margin: 20px 0px 20px 0px;
}
.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,.prAuthor> span{
display: flex;
flex-direction: column;
align-items: center;
width: 78px;
}
.prAuthor a img,.prAuthor> span img{
border-radius: 50%;
}
.prAuthor a span,.prAuthor> span span{
display: block;
max-width: 78px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.activity_list{
border:1px solid #d0d0d0;
border-top: none;
}
.activity_list .activity_item{
border-bottom: 1px solid #f4f4f4;
padding:15px;
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;
}