_repayment-list.css 380 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 .repayment-list-page { .repay-list li { height: 120px; background: #fff; .cont { width: 370px; overflow: hidden; height: 120px; float: left; } .list-right { float: right; color: #b0b0b0; } .color-r { color: #d0021b; } } }