Blame view

public/scss/guang/star/_collocation.css 2.23 KB
王水玲 authored
1
.star-page {
王水玲 authored
2 3 4 5
    .collocation-list {
        padding-top: 88px;
    }
王水玲 authored
6 7
    .collocation-list,
    .detail-list {
王水玲 authored
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
        width: 100%;
        float: left;

        li {
            float: left;
            width: 100%;
            background: #000;

            .cont-area {
                width: 100%;
                box-sizing: border-box;
                padding: 30px;
            }

            .cont-txt {
                font-size: 28px;
                line-height: 46px;
                color: #b0b0b0;
                margin-top: 10px;
27
                padding: 2px 0;
王水玲 authored
28 29 30 31
            }

            img {
                width: 100%;
王水玲 authored
32
                min-height: 310px;
王水玲 authored
33 34 35 36 37 38 39
            }

            .title {
                font-size: 40px;
                line-height: 48px;
                color: #fff;
                width: 100%;
王水玲 authored
40
                word-wrap: break-word;
王水玲 authored
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
            }
        }
    }

    .count-area {
        position: relative;
        width: 100%;
        height: 32px;

        span {
            font-size: 24px;
            color: #b0b0b0;
            height: 32px;
            line-height: 32px;

            i {
                display: inline-block;
                margin-right: 5px;
                font-size: 24px;
王水玲 authored
60 61
                position: relative;
                top: -2px;
王水玲 authored
62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
            }
        }

        .time {
            float: left;
        }

        .see {
            float: left;
            margin-left: 20px;
        }

        .time-ico {
            width: 24px;
            height: 24px;
        }

        .see-ico {
            width: 31px;
            height: 24px;
        }

        .collection {
王水玲 authored
85
            float: right;
王水玲 authored
86 87 88 89 90 91 92 93 94
        }

        .collected-ico {
            width: 34px;
            height: 32px;
            vertical-align: text-bottom;
        }

        .collected {
王水玲 authored
95
            color: #d62927;
王水玲 authored
96 97 98 99
        }

        .forward {
            width: 40px;
王水玲 authored
100
            float: right;
王水玲 authored
101 102 103 104 105
            margin-left: 45px;
            font-size: 24px;
            color: #b0b0b0;
            height: 32px;
            line-height: 32px;
王水玲 authored
106 107
            position: relative;
            top: -1px;
王水玲 authored
108 109 110 111 112 113 114
        }
    }
}

.star-class-body {
    background: #333;
    width: 100%;
王水玲 authored
115
    font: 12px/1.5 Arial, "黑体";
王水玲 authored
116
    float: left;
王水玲 authored
117
}