add-address.wxss
1.6 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
/* pages/add-address/add-address.wxss */
.van-icon {
width: 0;
}
.addContent {
background-color: #ffffff;
}
.popups {
width: 750rpx;
height: 88rpx;
background-color: #ffffff;
border-bottom: 2rpx solid #f1f2f4;
color: #646566;
font-size: 26rpx;
padding-top: 26rpx;
padding-left: 32rpx;
box-sizing: border-box;
display: flex;
}
.addBox {
display: flex;
align-items: top;
margin-left: 146rpx;
color: #bcbcbd;
}
.location {
background-color: #ffffff;
height: 83rpx;
margin-bottom: 20rpx;
margin-top: 16rpx;
display: flex;
align-items: center;
font-size: 28rpx;
padding-left: 32rpx;
color: var(--field-label-color, #646566);
}
/* 默认地址 */
.defaultAddress {
width: 750rpx;
height: 88rpx;
margin-top: 16rpx;
display: flex;
padding: 0 32rpx;
justify-content: space-between;
align-items: center;
background-color: #ffffff;
}
.defaultText {
font-size: 28rpx;
font-weight: 400;
text-align: left;
color: #323233;
line-height: 36rpx;
}
.switch {
width: 100rpx;
height: 52rpx;
margin-left: 418rpx;
}
/* 保存删除 */
.save {
width: 622rpx;
height: 88rpx;
background: linear-gradient(270deg, #fb7900 -100%, #ff4903);
border-radius: 44rpx;
margin: 0 auto;
margin-top: 64rpx;
font-size: 32rpx;
font-weight: 400;
text-align: left;
color: #ffffff;
display: flex;
justify-content: center;
align-items: center;
}
.del {
width: 622rpx;
height: 88rpx;
border: 2rpx solid #fb7600;
border-radius: 44rpx;
margin: 0 auto;
margin-top: 32rpx;
font-size: 32rpx;
font-weight: 400;
color: #fb7600;
display: flex;
justify-content: center;
align-items: center;
}