add_address.wxss
2.09 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
page {
background: rgb(255, 255, 255);
}
.topbcolor {
width: 100%;
height: 7rpx;
background-color: rgb(245, 245, 245);
}
.item {
display: flex;
align-items: center;
padding: 0 31rpx;
width: 100%;
box-sizing: border-box;
border-bottom: 1rpx #f5f5f5 solid;
height: 98rpx;
position: relative;
font-size: 26rpx;
padding-top: 16rpx;
}
.item-name {
display: flex;
align-items: center;
height: 100%;
width: 104rpx;
}
.item-img {
height: 100%;
align-items: center;
}
.item_default {
display: flex;
justify-content: space-between;
}
.item_default .item-name {
width: 200rpx;
}
.item-input {
display: flex;
height: 100%;
margin-left: 40rpx;
/* word-break: keep-all;
white-space: nowrap;
overflow: hidden; */
text-overflow: ellipsis;
color: rgb(0, 0, 0);
align-items: center;
width: 74%;
}
.item-inputaddress {
color: rgb(199, 199, 199);
margin-left: 40rpx;
}
.detailed {
height: 193rpx;
padding-bottom: 95rpx;
display: flex;
padding: 0 31rpx;
padding-top: 41rpx;
font-size: 26rpx;
border-bottom: 1rpx #f5f5f5 solid;
}
.detailed .detailed_item-name {
width: 137rpx;
}
.detailed_item-input {
margin-left: 40rpx;
height: auto;
width: 100%;
min-height: 40rpx;
padding-bottom: 28rpx;
}
.item-switch {
zoom: 0.7;
}
.item-switch::before {
width: 80rpx !important;
height: 35rpx !important;
zoom: 1;
}
.arrow {
position: absolute;
right: 26rpx;
width: 26rpx;
height: 26rpx;
padding-top: 28rpx;
}
.address-btns {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
bottom: 80rpx;
width: 100%;
}
.delete-btn {
display: flex;
justify-content: center;
align-items: center;
width: 285rpx;
height: 60rpx;
border-radius: 40rpx;
font-size: 27rpx;
color: rgb(0, 0, 0);
border: 1rpx solid rgb(210, 210, 210);
}
.submit-btn {
display: flex;
justify-content: center;
align-items: center;
width: 285rpx;
height: 59rpx;
background-color: #e30000;
font-size: 27rpx;
color: rgb(255, 255, 255);
border-radius: 40rpx;
}
@import "../../../utils/regions/regions.wxss";