index.wxss
1.01 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
.box{
padding: 10px;
border-bottom: 10px solid #f5f5f5;
color: #000000;
}
.box .pickname {
font-size: 32rpx;
line-height: 80rpx;
border-bottom: 1rpx solid #EEEEEE;
}
.box .mt {
margin-top: 20rpx;
}
.addr{ width: 75%;color: #848484;}
.buttonclass {
width: 160rpx;
height: 60rpx;
line-height: 60rpx;
text-align: center;
border: solid 1px #c3172d;
border-radius: 20rpx;
font-size: 28rpx;
color: #c3172d;
}
.fmob
{width: 28rpx;
height: 32rpx;
margin-right: 10rpx;
top: 4rpx;
position: relative;
}
.faddr{
width: 26rpx;
height: 32rpx;
margin-right: 6rpx;
top: 4rpx;
position: relative;
}
.bcolor{background-color: #f5f5f5; height: 126rpx;}
.sear_inp{width: 490rpx; background-color:#eaeaea; height: 80rpx; border-radius:5rpx; margin: 25rpx;}
.sear_inp input{width: 400rpx;}
.select{height: 80rpx; width: 220rpx;background-color:#eaeaea; margin:25rpx; font-size: 28rpx; line-height: 80rpx;text-align: center }
.sear_btn{ width: 50rpx; height: 100%; display: flex; align-items: center;}