.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; }