Blame view

static/sass/home/_icons-enter.scss 820 Bytes
1
.icons-wrapper {
梁志锋 authored
2 3 4 5
    box-sizing: border-box;
    padding: (30rem / $pxConvertRem) 0 (16rem / $pxConvertRem);
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
6
}
梁志锋 authored
7
8
.icons-item {
梁志锋 authored
9 10 11 12 13 14 15
    float: left;
    margin-bottom: 10rem / $pxConvertRem;
    width: 25%;
    height: 146rem / $pxConvertRem;
    text-align: center;
}
16
.imagebar {
梁志锋 authored
17 18 19 20 21 22 23 24 25 26 27 28 29
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 98rem / $pxConvertRem;
    height: 98rem / $pxConvertRem;
    line-height: 98rem / $pxConvertRem;
    box-sizing: border-box;
    overflow: hidden;

    img {
        width: 100%;
        height: 100%;
    }
30
}
梁志锋 authored
31
32
.linkbar {
梁志锋 authored
33 34 35 36 37 38 39 40
    display: block;
    line-height: 44rem / $pxConvertRem;
    font-size: 24rem / $pxConvertRem;
    color: #444;

    &:visited, &:link, &:active, &:hover {
        color: #444;
    }
41
}