searchbox.wxss
643 字节
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
@import "../homepage/homepage.wxss";
.searchhead{
padding:20rpx 32rpx;
box-sizing: border-box;
display:flex;
align-items: center;
background: #fff;
}
.searchheadleft{
width:548rpx;
height:60rpx;
display:flex;
align-items: center;
background: #f9f9f9;
padding: 0 22rpx;
box-sizing: border-box
}
.searchleftcontent{
width:480rpx;
color:#8C9198;
font-size: 24rpx;
margin-left:12rpx;
}
.searchleftcontent input{
width:100%;
}
.searchheadright{
width:126rpx;
height:60rpx;
background: #EEEEEE;
text-align: center;
line-height: 60rpx;
color:#3D444D;
font-size: 24rpx;
margin-left:12rpx;
}