search_header.scss 1.06 KB
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 43 44 45 46 47 48 49 50 51 52 53 54 55 56
.search-head{
height:44px;
display: flex;
background-color: #fff;
border-bottom: 1px solid #eee;
    .left{
        width:44px;
        height:44px;
        line-height:44px;
        text-align: center;
        img{
            width:14px;
            height:14px;
            display: block;
            padding:15px;
        }
    }
    .center{
        flex: 1;
        .am-search{
        background-color: #fff;
            .am-search-input{
                background-color: #f7f7f7;
                border-radius:44px;
            }
        }
    }
    .right{
        width:44px;
        height:44px;
        line-height:44px;
        .am-icon-md{
            padding:11px;
        }
        
    }
    .right-btn{
        width:auto;
        .submit-btn{
            line-height: 30px;
            border:0;
            height:30px;
            margin:7px 0px;
            padding: 0 12px;
            margin-left:0;
            border-radius:3px;
            font-size: $font_14;
            color: $color_333;
        }
    }
}

.am-search{
    height: 43px;
    padding: 0;
}