myAddress.wxss
1.3 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
/* pages/my/myAddress/myAddress.wxss */
page {
background-color: #fafafa;
}
.hint_information {
display: flex;
font-size: 22rpx;
color: #222;
background-color: #ffda44;
padding: 16rpx 26rpx;
}
.hint {
width: 58rpx;
height: 32rpx;
text-align: center;
font-size: 20rpx;
background-color: #fff;
border-radius: 16px;
margin-right: 19rpx;
}
.place_name {
font-weight: bold;
}
.content_item {
background-color: #fff;
padding: 0 25rpx;
margin-top: 20rpx;
}
.item_list {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1rpx solid #f2f2f2;
padding: 25rpx 0;
}
.address{
font-size: 28rpx;
font-weight: bold;
color: #222;
}
.person_information{
font-size: 26rpx;
color: #888;
margin-top: 15rpx;
}
.icon-bianji{
font-size: 30rpx;
font-weight: bold;
color: #888;
}
.bottom_btn {
width: 100%;
height: 170rpx;
background-color: #fff;
position: fixed;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
}
.new_address_btn {
width: 698rpx;
height: 80rpx;
font-size: 30rpx;
color: #333;
background: rgba(255, 218, 68, 1);
border-radius: 40rpx;
box-shadow: 15rpx 0rpx 30rpx rgba(255, 204, 68, 0.6);
display: flex;
align-items: center;
justify-content: center;
}