Blame view

public/scss/home/_ihelp.css 1021 Bytes
郭成尧 authored
1
.i-help {
lijing authored
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
    width: 100%;
    height: auto;
    overflow: hidden;

    ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: block;
        border-top: 1px solid #e0e0e0;

        li {
            width: 100%;
            height: 80px;
            line-height: 84px;
            overflow: hidden;
            font-size: 28px;
            border-bottom: 1px solid #e0e0e0;
            float: right;
            color: #444;

            &:last-of-type {
                border-bottom: none;
            }

            a:visited {
                color: #444;
            }

            span {
郭成尧 authored
32
                width: 92%;
lijing authored
33 34 35 36 37 38 39 40 41 42 43 44 45
                height: 100%;
                overflow: hidden;
                float: left;
                padding-left: 5%;
            }

            i {
                color: #e0e0e0;
            }
        }
    }
}
郭成尧 authored
46 47
// stylelint-disable
.deal_main {
lijing authored
48
    margin: 0.5rem 3%;
zzzzzzz authored
49
    font-size: 14.4PX;
lijing authored
50 51 52
    width: 94%;
    overflow: hidden;
}
郭成尧 authored
53
// stylelint-enable