keyFind.wxss
1.4 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
79
80
81
82
83
84
85
86
/* pages/cityWide/keyFind/keyFind.wxss */
@import '../../../style/base.wxss';
.find_box{
padding: 0 32rpx;
border-bottom: solid 16rpx #FCF8F7;
}
.find_list{
display: flex;
align-items: center;
justify-content: space-between;
height: 100rpx;
padding: 0 10rpx;
border-bottom: solid 1rpx #EBEBEB;
}
.find_box .find_list:last-child{
border-bottom: none;
}
.find_name{
color: #000000;
font-size: 30rpx;
}
.find_left{
display: flex;
align-items: center;
}
.find_left input, .find_date{
padding-right: 5rpx;
color: #666666;
font-size: 26rpx;
text-align: right;
}
.find_left picker{
height: 38rpx;
}
.find_img{
width: 40rpx;
height: 40rpx;
}
.find_choice{
display: flex;
align-items: center;
justify-content: flex-start;
}
.find_radio{
display: flex;
align-items: center;
justify-content: center;
width: 136rpx;
height: 60rpx;
margin-left: 36rpx;
color: #999999;
font-size: 26rpx;
border-radius: 30rpx;
border: solid 1rpx #EBEBEB;
}
.active{
color: #fff;
background: #FD8779;
border: none;
}
.find_menu{
display: flex;
align-items: center;
justify-content: space-between;
height: 80rpx;
padding-left: 35rpx;
color: #292525;
font-size: 26rpx;
font-weight: bold;
border-bottom: solid 1rpx #EBEBEB;
}
.find_txt{
padding: 32rpx;
}
.find_txt textarea{
width: 686rpx;
color: #CCBAB8;
font-size: 28rpx;
}
.warp_btn{
position: fixed;
bottom: 36rpx;
left: 0;
right: 0;
}