1
2
3
4
/* 預設固定高度噗首 */

.tr_cnt{height: 5rem; }  /* 本行height後數字可以自行修改 */
.tr_cnt:hover{height: auto !important; transition: opacity 1s ease;}