74 lines
1.4 KiB
CSS
74 lines
1.4 KiB
CSS
.tpmpointer{
|
|
cursor: pointer;
|
|
}
|
|
.Permanentban{
|
|
color:#5091FF !important;
|
|
border-color: #5091FF !important;
|
|
}
|
|
.quoteDiv{
|
|
width: 40%!important;
|
|
max-height: 280px!important;
|
|
}
|
|
.quoteDiv > li{
|
|
display: flex;
|
|
align-items: center;
|
|
height: 32px;
|
|
padding:0px 10px;
|
|
border-bottom: 1px solid rgba(212, 212, 212, 0.5);
|
|
}
|
|
.quoteDiv > li.active{
|
|
background-color: #F3F4F6;
|
|
}
|
|
.quoteDiv > li:last-child{
|
|
border-bottom: none;
|
|
}
|
|
.issueIndex{
|
|
background-color: rgba(213, 220, 246, 0.36);
|
|
border-radius: 4px;
|
|
height: 19px;
|
|
line-height: 19px;
|
|
color: #666666;
|
|
text-align: center;
|
|
float: left;
|
|
padding: 0px 2px;
|
|
cursor: pointer;
|
|
font-size: 12px;
|
|
margin-right: 7px;
|
|
}
|
|
.issueName{
|
|
flex:1
|
|
}
|
|
/*md编辑器中输入@弹出可选人列表样式*/
|
|
.at_who_list,.quoteDiv{
|
|
position: absolute;
|
|
z-index: 10000;
|
|
width: 180px;
|
|
max-height: 160px;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 4px 8px 2px rgba(212, 212, 212, 0.5);
|
|
border-radius: 4px;
|
|
overflow-y: scroll;
|
|
cursor: pointer;
|
|
}
|
|
.at_who{
|
|
height: 40px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
border-bottom: 1px solid rgba(212, 212, 212, 0.5);
|
|
padding: 0 4px;
|
|
}
|
|
.at_who.active{
|
|
background: #F3F4F6;
|
|
}
|
|
.at_who img{
|
|
width:30px;
|
|
height:30px;
|
|
border-radius:50%;
|
|
margin-right: 10px;
|
|
}
|
|
.at_who span{
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
} |