selectdanwei.wxss
863 字节
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
45
46
47
48
49
50
51
52
53
54
55
.search{
width:750rpx;
height:104rpx;
background:#1C8FFF;
padding: 0 32rpx;
box-sizing: border-box
}
.searchbox{
width:584rpx;
height:64rpx;
background: #fff;
padding: 0 24rpx;
box-sizing: border-box;
border-radius: 10rpx;
}
.searchboxleft{
width:32rpx;
height:32rpx;
font-size: 0;
}
.searchright{
width:481rpx;
height:64rpx;
font-size:0;
margin-left:10rpx;
}
.searchright input{
width:500rpx;
height:64rpx;
color:#8C9198;
font-size: 28rpx;
border:none;
outline:none;
}
.enter{
color:#8C9198;
font-size: 28rpx;
}
.searchname{
color:#fff;
font-size: 32rpx;
}
.danweilist{
padding: 0 32rpx;
box-sizing: border-box
}
.danweiitem{
padding: 32rpx 0;
box-sizing: border-box;
color:#8C9198;
font-size: 28rpx;
border-bottom:1rpx solid #f5f5f5;
}