storeAddress.wxss
1.57 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
.line {
background-color: #EEEEEE;
height: 2rpx;
margin-top: 20rpx;
}
.addressIcon {
width: 40rpx;
height: 40rpx;
}
.addressNoText {
font-size:40rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: #000000;
margin-left: 10rpx;
}
.addressNoItem {
display: flex;
align-items: center;
justify-content: center;
margin-top: 60px;
margin-bottom: 80px;
}
.addressHasIconContainer {
width: 40rpx;
display: flex;
align-items: center;
justify-content: center;
margin-right: 40rpx;
}
.addressHasIcon {
width: 48rpx;
height: 48rpx;
}
.addressUserName {
margin-top: 35rpx;
font-family: DINAlternate-Bold;
font-size: 32rpx;
color: #000000;
letter-spacing: 0;
display: block;
font-weight: bolder;
}
.addressUserAddress {
margin-top: 12rpx;
font-family: PingFang-SC-Regular;
font-size: 24rpx;
color: #999999;
letter-spacing: 0;
display: block;
}
.bottom-view {
display: flex;
justify-content: space-between;
}
.addressUserPhone {
margin-top: 12rpx;
margin-bottom: 30rpx;
font-family: SFProText-Medium;
font-size: 28rpx;
color: #000000;
letter-spacing: 0;
display: block;
}
.change-address {
display: flex;
align-items: center;
}
.change-address-tips {
font-family: PingFang-SC-Regular;
font-size: 22rpx;
color: #222222;
letter-spacing: 0.31px;
text-align: right;
}
.change-address-icon {
width: 30rpx;
height: 30rpx;
}
.addressRightContainer {
/* overflow: auto; */
width: 582rpx;
}
.addressHasItem {
overflow: hidden;
display: flex;
flex-direction: row;
margin-bottom: 42rpx;
}