wantruzhu.wxss
1.1 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
.wantheadenter{
width:750rpx;
height:172rpx;
font-size: 0
}
.selectcity{
padding: 42rpx 56rpx;
box-sizing: border-box
}
.selectname{
color:#06121E;
font-size: 32rpx;
font-weight: bold;
}
.selectcityitem{
display:flex;
align-items: center;
flex-wrap:wrap;
}
.cityiemblock{
padding: 7rpx 74rpx;
color:#06121E;
font-size: 26rpx;
margin-top:24rpx;
}
.wanthead{
display:flex;
align-items: center;
justify-content: space-between;
margin-top:44rpx;
}
.wanttext{
width:648rpx;
height:80rpx;
background:rgba(249,249,249,1);
opacity:1;
border-radius:60rpx;
border:1rpx solid #f5f5f5;
margin-top:24rpx;
display:flex;
align-items: center;
justify-content: center
}
.wanttext input{
width:500rpx;
}
.wantleft{
color:#06121E;
font-size:32rpx;
font-weight: bold;
}
.wantright{
color:#8C9198;
font-size: 24rpx;
}
.tijiao{
width:684rpx;
height:88rpx;
background:linear-gradient(180deg,rgba(252,169,162,1) 0%,rgba(255,119,117,1) 100%);
opacity:1;
border-radius:48rpx;
margin:432rpx auto 0;
text-align: center;
line-height: 88rpx;
color:#fff;
font-size: 32rpx;
}