index.scss 931 Bytes
Newer Older
baiguangyao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
.search-page{
    .search-main{
        background-color: #fff;
        padding:10px;
        .search-land{
            label{
                margin-bottom:10px;
                display: flex;
                justify-content: space-between;
                span{
                    font-size:16px;
                }
                img{
                    width:16px;
                    height:16px;
                    display: block;
                }
            }
            .search-tag{
                overflow: hidden;
            }
        }
        .search-hot{
            margin-top:10px;
        }
        ul,li{
            list-style: none;
            padding:0;
            margin:0;
        }
        .list{
            padding:10px 0;
            border-bottom:1px solid #eee;
        }
        .list:last-child{
            border-bottom:0;
        }
    }
    .searct-lists{
        padding:0 10px;
    }
}