Blame view

public/scss/channel/_seckill.css 201 Bytes
陈峰 authored
1
.seckill {
ccbikai(👎🏻🍜) authored
2 3 4 5 6 7 8 9 10
    .seckill-times {
        height: 119px;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;

        .time-item {
            float: left;
        }
    }
郭成尧 authored
11
}