_768_search.scss 895 Bytes
@media screen and (max-width:768px){
  .search-content{
    width:100%;
    height:80px;
    margin:0 auto;
    .search-input-content{
      margin:52px auto 0 auto;
      width:281px;
      height:30px;
      background:url(../images/searchinput.png) no-repeat 2px 2px;
      input {
        width:230px;
        height:23px;
        line-height:24px;
        font-size:16px;
        padding:0;
        margin:0;
        @include noradius;
        @include fontstyle;
        border:0px;
        outline:none;
        margin:4px 0 0 15px;
        float:left;
      }
      .searchbutton{
        display:block;
        width:30px;
        height:24px;
        float:left;
        cursor:pointer;
      }
    }
    
    .search-result{
      width:100%;
      margin-top:10px;
      display:block;
      height:30px;
      line-height:30px;
      color:#000;
      text-align:center;
    }
  }
}