addAddress.wxss
833 字节
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
page {
background: #f5f6fa;
}
.content_item {
background: #fff;
padding: 0 32rpx;
}
.list_title {
width: 150rpx;
}
.list_picker {
width: 550rpx;
height: 50rpx;
}
.picker_box {
width: 100%;
height:50rpx;
}
.picker_content {
width: 100%;
height:50rpx;
position: relative;
}
.icon-paixu-xia {
position: absolute;
right: 0;
top: 10rpx;
}
.icon-paixu-xia {
color: #999;
}
.item_list {
font-size: 30rpx;
color: #1a1a1a;
padding: 36rpx 0;
border-bottom: 1rpx solid #ebebeb;
display: flex;
}
.item_list:last-child {
border-bottom: 0;
}
.bottom_btn {
width: 686rpx;
height: 88rpx;
font-size: 32rpx;
color: #fff;
background: rgba(15, 113, 205, 1);
border-radius: 5rpx;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
margin-top: 36rpx;
}