forgeplus-react/src/modules/tpm/challengesnew/css/newquestion.css

16 lines
291 B
CSS

.tpmpointer{
cursor: pointer;
}
.Permanentban{
color:#5091FF !important;
border-color: #5091FF !important;
}
/*md编辑器中输入@弹出可选人列表样式*/
.at_who_list{
position: absolute;
top: 100px;
left: 100px;
background-color: red;
z-index: 99;
}