index.scss 1.06 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 13

                span {
                    font-size: 16px;
baiguangyao committed
14
                }
zhanghaozhe committed
15 16 17 18

                img {
                    width: 16px;
                    height: 16px;
baiguangyao committed
19 20 21
                    display: block;
                }
            }
zhanghaozhe committed
22 23

            .search-tag {
baiguangyao committed
24 25
                overflow: hidden;
            }
wangshuo committed
26 27 28
            .no_search_history {
                font-size: 12px;
            }
baiguangyao committed
29
        }
zhanghaozhe committed
30 31 32

        .search-hot {
            margin-top: 10px;
xuzhenghua committed
33
            font-size: 14px;
baiguangyao committed
34
        }
zhanghaozhe committed
35 36

        ul, li {
baiguangyao committed
37
            list-style: none;
zhanghaozhe committed
38 39
            padding: 0;
            margin: 0;
baiguangyao committed
40
        }
zhanghaozhe committed
41 42 43 44

        .list {
            padding: 10px 0;
            border-bottom: 1px solid #eee;
baiguangyao committed
45
        }
zhanghaozhe committed
46 47 48

        .list:last-child {
            border-bottom: 0;
baiguangyao committed
49 50
        }
    }
zhanghaozhe committed
51 52 53

    .searct-lists {
        padding: 0 10px;
baiguangyao committed
54 55
    }
}