1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*回應計數*/
.td_response_count {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
line-height: 25px;
font-weight: 100;
font-size: 12px;
transform: scale(0.8);
}
.response_count {
padding: 0;
border-radius: 50%;
background: none;
color: #ff0000;
}