myaddress.wxss
1.2 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
/* pages/myaddress/myaddress.wxss */
page {
background-color: #f8f8f8;
padding-bottom: 120rpx;
}
.itemAddress {
padding: 32rpx 26rpx 32rpx 36rpx;
background-color: #fff;
margin-bottom: 20rpx;
}
.add_user {
align-items: flex-end;
}
.user_name {
font-size: 28rpx;
font-weight: 600;
color: #333333;
margin-right: 10rpx;
}
.user_phone {
font-size: 24rpx;
font-weight: 600;
color: #bdc4ce;
margin-right: 16rpx;
}
.is_default {
width: 88rpx;
height: 30rpx;
line-height: 30rpx;
opacity: 0.74;
background: #e2f6ff;
border-radius: 2rpx;
font-size: 24rpx;
text-align: center;
color: #2d91cc;
}
.add_msg {
font-size: 24rpx;
color: #6f6f6f;
margin-top: 16rpx;
max-width: 535rpx;
}
.add_right {
padding: 2rpx 0 2rpx 33rpx;
border-left: 2rpx solid #eeeeee;
}
.item_choose view {
font-size: 24rpx;
color: #6f6f6f;
}
.item_choose image {
width: 24rpx;
height: 24rpx;
margin-right: 8rpx;
}
.addAddress {
height: 88rpx;
line-height: 88rpx;
font-size: 28rpx;
color: #ffffff;
text-align: center;
background-color: #21AE59;
position: fixed;
bottom: 0;
left: 0;
right: 0;
}