1
2
3
4
5
/*--- 噗的回應列表:上方暱稱,下方留言 ---*/
.response_box .tr_cnt{
	display: flex;            /* 注意:IE基本上不支援flex,實現排版有其他做法 */
	flex-direction: column;
}