Blame view

public/scss/channel/_banner-bottom.css 144 Bytes
毕凯 authored
1 2 3 4 5 6 7 8 9 10
.banner-bottom {
    margin: 30px 0 0;
    height: 160px;
    overflow: hidden;

    img {
        display: block;
        width: 100%;
    }
}