Commit c563a5f4 authored by 罗超's avatar 罗超

修改

parent 25d4a075
/* 公公样式 */
.Answer_List{
width: 32px;
height: 32px;
border: none;
background: #fff;
border-radius:50%;
border:1px solid #E1EAF4;
text-align: center;
line-height: 32px;
color: #646873;
line-height: 32px;
cursor: pointer;
}
.Answer_List:hover{
border: 1px solid #94c1ff;
background: #e6f0ff;
color: #6BA9FF;
}
.Is_Answer{
background-color: #2961fe!important;
border:1px solid #2961fe!important;
color:#fff!important;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment