index.scss 1.3 KB
Newer Older
zhanghaozhe committed
1 2
.search-page {
    .search-main {
baiguangyao committed
3
        background-color: #fff;
zhanghaozhe committed
4 5 6 7 8
        padding: 10px;

        .search-land {
            .search-history {
                margin-bottom: 10px;
baiguangyao committed
9 10
                display: flex;
                justify-content: space-between;
zhanghaozhe committed
11 12

                span {
xuzhenghua committed
13 14 15 16 17 18 19 20
                    color: #333;
                    font-size: 14px;
                    img {
                        display: inline-block;
                        width: 12px;
                        height: 8px;
                        margin-left: 5px;
                    }
baiguangyao committed
21
                }
zhanghaozhe committed
22 23 24 25

                img {
                    width: 16px;
                    height: 16px;
baiguangyao committed
26 27 28
                    display: block;
                }
            }
zhanghaozhe committed
29 30

            .search-tag {
baiguangyao committed
31 32
                overflow: hidden;
            }
wangshuo committed
33 34 35
            .no_search_history {
                font-size: 12px;
            }
baiguangyao committed
36
        }
zhanghaozhe committed
37 38 39

        .search-hot {
            margin-top: 10px;
xuzhenghua committed
40
            font-size: 14px;
baiguangyao committed
41
        }
zhanghaozhe committed
42 43

        ul, li {
baiguangyao committed
44
            list-style: none;
zhanghaozhe committed
45 46
            padding: 0;
            margin: 0;
baiguangyao committed
47
        }
zhanghaozhe committed
48 49 50 51

        .list {
            padding: 10px 0;
            border-bottom: 1px solid #eee;
baiguangyao committed
52
        }
zhanghaozhe committed
53 54 55

        .list:last-child {
            border-bottom: 0;
baiguangyao committed
56 57
        }
    }
zhanghaozhe committed
58 59 60

    .searct-lists {
        padding: 0 10px;
baiguangyao committed
61 62
    }
}