ensure.wxss
2.33 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
/* stylelint-disable-next-line */
page {
background-color: #f0f0f0;
}
.container {
color: #444;
padding-top: 210rpx;
}
.container .red {
color: #d0021b;
}
.address-wrap {
width: 100%;
border-top: 1rpx solid #e0e0e0;
position: fixed;
top: 0;
z-index: 10;
}
.split-line {
width: 100%;
height: 20rpx;
}
.container .tip {
width: 100%;
height: 60rpx;
background-color: white;
display: flex;
align-items: center;
}
.container .tip .tip-text {
color: #444;
font-size: 30rpx;
background-color: white;
text-overflow: ellipsis;
margin-left: 5%;
}
.goods-list {
padding-left: 30rpx;
background-color: #fff;
}
.goods-list .goods-item:last-child {
border-bottom: 0;
}
.choose-wrap {
background-color: #fff;
}
.choose-wrap .choose-item {
height: 88rpx;
line-height: 88rpx;
font-size: 32rpx;
margin-left: 30rpx;
border-bottom: 1rpx solid #e0e0e0;
padding-right: 30rpx;
overflow: hidden;
}
.choose-wrap .choose-item:last-child {
border-bottom: 0;
}
.choose-wrap .switch {
float: right;
}
.choose-wrap .change-btn {
float: right;
display: inline-block;
font-size: 28rpx;
}
.choose-wrap .change-btn .iconfont {
font-size: 40rpx;
color: #e0e0e0;
margin-left: 10rpx;
vertical-align: middle;
}
.choose-wrap .change-btn .btn-text {
width: 400rpx;
display: inline-block;
vertical-align: top;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.choose-wrap .edit-wrap {
background-color: #f0f0f0;
font-size: 28rpx;
margin-top: -1rpx;
}
.choose-wrap .edit-wrap .edit-item {
width: 100%;
line-height: 80rpx;
padding: 0 30rpx;
border-bottom: 1rpx solid #fff;
box-sizing: border-box;
}
.choose-wrap .edit-wrap .edit-item:last-child {
border-bottom: 0;
}
.choose-wrap .edit-wrap .left-name {
max-width: 80%;
word-break: break-all;
display: inline-block;
}
.choose-wrap .edit-wrap .iconfont {
float: right;
}
.payment-wrap {
padding: 10rpx 30rpx;
background-color: #fff;
}
.payment-wrap .payment-cell {
line-height: 54rpx;
font-size: 28rpx;
}
.payment-wrap .payment-cell .price {
float: right;
}
.submit-wrap {
padding: 60rpx 30rpx;
}
.submit-wrap .submit-btn {
width: 100%;
height: 88rpx;
line-height: 88rpx;
font-size: 32rpx;
color: #fff;
background-color: #444;
border-radius: 8rpx;
box-sizing: border-box;
}