_1620_search.scss 974 Bytes
/*屏幕宽度小于1190,自动适配1024设计分辨率*/
@media screen and (min-device-width:1190px){
  .search-content{
    width:1080px;
    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;
    }
  }
}