diy_searchbox.wxss
1.15 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
/* pages/diy_ss/diy_ss.wxss */
.ss{
font-size: 28rpx;
text-align: center;
padding: 20rpx;
}
.s_ge{
width: 700rpx;
height: 70rpx;
text-align: center;
border-radius: 8rpx;
color: #999;
background: #fff none repeat scroll 0 0;
border: 2px solid #eee;
line-height: 64rpx;
}
.s_ge image{
width: 30rpx;
height: 30rpx;
margin-right: 10rpx;
margin-bottom: -8rpx;
}
.ss2{
background-color: rgb(232, 31, 24);
display: flex;
width: 100%;
padding: 10rpx;
height: 70rpx;
line-height: 70rpx;
}
.s2_left image{
width: 35rpx;
height: 30rpx;
margin-left: 10rpx;
}
.s2_cen{
width: 80%;
height: 70rpx;
color: #fff;
text-align: left;
font-size: 28rpx;
line-height: 60rpx;
background-color: rgb(207, 6, 0);
margin-left: 20rpx;
}
.s_ge text{
margin-bottom: 10rpx;
}
.s2_cen image{
width: 30rpx;
height: 30rpx;
margin-left: 10rpx;
margin-right: 4rpx;
margin-bottom:-6rpx;
margin-top:20rpx;
}
.s1_gk_a1{
display: inline;
width: auto;
height: auto;
}
.s2_right image{
width: 35rpx;
height: 30rpx;
margin-left: 20rpx;
}