Blame view

public/scss/home/_min-index.css 4.02 KB
hongweigao authored
1
/* 首页990 */
weiqingting authored
2 3 4
.min-screen .home-page {
    width: 990px;
hongweigao authored
5
    /* 大banner */
weiqingting authored
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
    .slide-container {
        height: 387px;

        img {
            display: block;
        }
    }

    .slide-thumb-container {
        height: 440px;
    }

    .slide-container-placeholder {
        height: 387px;
    }

    .slide-thumb-container-placeholder {
        height: 440px;
    }
hongweigao authored
26
    /* 大banner大图 */
weiqingting authored
27 28 29 30 31 32 33 34 35 36
    .slide-wrapper {
        height: 387px;

        li {
            a {
                width: 990px;
            }
        }
    }
hongweigao authored
37
    /* 大图上的左右切换按钮 */
weiqingting authored
38 39 40 41 42 43 44 45 46 47 48 49
    .slide-switch {
        display: block;

        a {
            &.prev {
                margin-left: -495px;
            }

            &.next {
                margin-right: -495px;
            }
yyq authored
50
            &:hover {
weiqingting authored
51 52 53 54 55
                opacity: 0.9;
            }
        }
    }
hongweigao authored
56
    /* 大banner缩略图 */
weiqingting authored
57 58 59 60 61 62 63 64 65 66 67
    .thumb-pagination {
        width: 990px;
        margin: 7px auto 0;
        padding: 0;

        li {
            width: 118px;
            height: 46px;
        }
    }
hongweigao authored
68
    /* 女首碎片banner */
weiqingting authored
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
    .debris-slider {
        height: 440px;

        .left-col {
            margin-right: 9px;

            a {
                width: 240px;
                height: 103px;
            }

            a:first-child {
                height: 214px;
            }
        }

        .center-col {
            width: 492px;
            margin-right: 9px;
        }

        .right-col a {
            width: 240px;
            height: 103px;
        }

        .right-col a:first-child {
            height: 326px;
            margin-bottom: 10px;
        }
    }
hongweigao authored
101
    /* 男首最新速报 */
weiqingting authored
102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
    .new-report {
        .report-list {
            width: 748px;

            li {
                width: 158px;
                height: 212px;

                &:first-child {
                    width: 242px;
                    height: 432px;
                }
            }
        }

        .last-item {
            width: 242px;
            height: 432px;
        }
    }
hongweigao authored
123
    /* 优选品牌 */
weiqingting authored
124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
    .preference-brand-list {
        width: 998px;
    }

    .preference-brand-item {
        margin-right: 7px;

        a {
            width: 159px;
            height: 74px;
        }
    }

    .preference-more {
        width: 159px;
        height: 74px;
        line-height: 90px;
    }

    .img-slider-wrapper {
        height: 480px;
    }

    .img-container-landscape {
        margin: 73px auto 0;
        width: 844px;
        height: 370px;

        .img-item {
            width: 275px;
            height: 100%;
            margin-right: 9px;
        }
    }
hongweigao authored
159
    /* 男首优选品牌 图片品牌 */
weiqingting authored
160 161
    .img-brand {
        height: 150px;
yyq authored
162
weiqingting authored
163 164 165
        ul {
            width: 998px;
        }
yyq authored
166
weiqingting authored
167 168 169 170 171 172 173
        li {
            width: 325px;
            height: 150px;
            line-height: 150px;
        }
    }
hongweigao authored
174
    /* 男首优选品牌 logo品牌 */
weiqingting authored
175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199
    .logo-brand {
        height: 246px;

        &.logos-10 {
            height: 164px;
        }

        ul {
            width: 998px;
        }

        li {
            margin: 8px 8px 0 0;
            width: 158px;
            height: 74px;
            line-height: 74px;
        }

        .logo-brand-switch {
            .iconfont {
                font-size: 24px;

                &.prev {
                    top: -12px;
                }
yyq authored
200
weiqingting authored
201
                &.next {
yyq authored
202
                    bottom: -12px;
weiqingting authored
203 204 205 206 207
                }
            }
        }
    }
hongweigao authored
208
    /* 创意生活商品分类 */
weiqingting authored
209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240
    .categorys-list {
        ul {
            width: 1004px;
        }

        li {
            margin: 0 7px 7px 0;
            width: 161px;
            height: 214px;

            &.cate-item0 {
                width: 160px;
                height: 435px;
            }

            &.cate-item1 {
                width: 326px;
                height: 435px;
            }
        }
    }

    .floor-header {
        margin: 50px 0 30px;

        .header-navs {
            li {
                padding: 1px 10px;
            }
        }
    }
}