forked from Gitlink/forgeplus-react
81 lines
1.5 KiB
SCSS
81 lines
1.5 KiB
SCSS
.makeOverResultItem, .makeOverItem, .softBotItem{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.exploitHead{
|
|
height: 65px;
|
|
border-bottom: 1px solid #e0e6f5;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
color:#151d40;
|
|
}
|
|
.makeOverResultItem{
|
|
background-color:rgba(255, 0, 0, 0.04);
|
|
border:1px solid #f60011;
|
|
border-radius:4px;
|
|
margin-top: 16px;
|
|
padding: 0 15px;
|
|
height: 32px;
|
|
color:rgba(0, 0, 0, 0.65);
|
|
.circle{
|
|
display: inline-block;
|
|
width:14px;
|
|
height:14px;
|
|
text-align: center;
|
|
line-height: 14px;
|
|
border-radius: 50%;
|
|
background-color:#cc0209;
|
|
color: white;
|
|
font-size: 12px;
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
.makeOverBox{
|
|
background-color:rgba(59, 105, 255, 0.03);
|
|
border:1px solid #ebf1ff;
|
|
margin-top: 16px;
|
|
padding: 12px 30px 0px 12px;
|
|
.makeOverItem{
|
|
border-bottom: 1px dashed #e0e6f5;
|
|
padding: 10px 0;
|
|
color:#99a2af;
|
|
&:first-child{
|
|
margin-top: -12px;
|
|
}
|
|
}
|
|
.botName{
|
|
color:#202d40;
|
|
}
|
|
}
|
|
|
|
.softBotListBox{
|
|
margin-top: 16px;
|
|
color:#202d40;
|
|
.softBotItem{
|
|
border-bottom: 1px dashed #e0e6f5;
|
|
padding: 20px 0 15px;
|
|
}
|
|
.imgBox{
|
|
width: 44px;
|
|
height: 44px;
|
|
border-radius: 50%;
|
|
}
|
|
}
|
|
.nullBotsBox{
|
|
border-radius: 4px 4px 0px 0px;
|
|
text-align: center;
|
|
padding: 25px 158px 65px;
|
|
.showBigTip{
|
|
color:#333333;
|
|
margin-top: 16px;
|
|
margin-bottom: 22px !important;
|
|
}
|
|
.showTip{color: #666;}
|
|
}
|
|
.botOneLine{
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
} |