_768_search.scss
895 Bytes
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
@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;
}
}
}