Blame view

public/scss/guang/tvls.scss 960 Bytes
lijing authored
1 2 3 4
.time-view-like-share {
    color: #b0b0b0;
    line-height: 38px;
    height: 38px;
李靖 authored
5
    font-size: 20px;
lijing authored
6 7 8 9

    .iconfont {
        vertical-align: 9%;
        margin-right: 4px;
姜枫 authored
10
        font-size: 12PX;
lijing authored
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
    }

    .like-share-container {
        display: inline-block;
        float: right;

        > * {
            float: left;
        }

        .iconfont {
            position: relative;
            height: 60px;
            line-height: 60px;
            display: inline-block;
            color: #b0b0b0;
            width: 60px;
            top: -14px;
姜枫 authored
29
            font-size: 17PX;
lijing authored
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
            text-align: center;
            margin-right: 0;
            outline: none;
        }

        .share-btn {
            margin-left: 20px;
        }

        .like-btn.like {
            color: #444;
        }

        .collect-btn {
            margin-left: 20px;
ccbikai(👎🏻🍜) authored
45
lijing authored
46
            &.collected {
ccbikai(👎🏻🍜) authored
47
                color: #d62927;
lijing authored
48 49 50 51
            }
        }
    }
}