orderConfirm.wxss
2.25 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
.orderContainer {
width: calc( 100% - 80rpx );
margin-left: 40rpx;
margin-right: 40rpx;
padding-bottom: 200rpx;
}
.message-title {
font-family: PingFang-SC-Semibold;
color: #000;
font-size: 68rpx;
font-weight: bold;
}
.pay-bottom-root {
width: 100%;
height: 200rpx;
display: flex;
position: fixed;
bottom: 0;
flex-direction: column;
justify-content: flex-start
}
.payProtocolContainer {
position: absolute;
bottom: 120rpx;
width: 100%;
height: 80rpx;
border-top: 2rpx solid #EEEEEE;
/* position: fixed; */
z-index: 1000;
background-color: #fff;
}
.payProtocol {
margin-left: 40rpx;
margin-top: 10rpx;
margin-bottom: 10rpx;
display: block;
}
.payProtocolCheckImageContainer {
display: inline-block;
}
.payProtocolCheckImage {
width: 30rpx;
height: 30rpx;
margin-right: 16rpx;
vertical-align: middle;
}
.payProtocolLabel {
font-family: 'PingFang-SC-Regular';
font-size: 24rpx;
color: #999999;
/* letterSpacing: 0; */
}
.protocolTextContainer {
display: inline-block;
}
.payProtocolText {
font-family: 'PingFang-SC-Regular';
font-size: 24rpx;
color: #65AB85;
letter-spacing: 0;
margin-left: 20rpx;
text-decoration-line: underline;
}
.payBottomContainer {
position: absolute;
bottom: 0;
height: 120rpx;
border-top: 2rpx solid #EEEEEE;
display: flex;
flex-direction: row;
justify-content: space-between;
margin-left: 0;
margin-right: 0;
/* bottom: 0; */
width: 100%;
/* position: fixed; */
z-index: 1000;
background: #FFFFFF;
}
.payBottomLeft {
display: flex;
align-items: center;
overflow: auto;
}
.payBottomLeftItem {
margin-left: 40rpx;
}
.payLabel {
font-family: PingFang-SC-Regular;
font-size: 24rpx;
color: #000000;
letter-spacing: 0;
}
.payAmount {
font-family: DINAlternate-Bold;
font-size: 36rpx;
color: #D0021B;
letter-spacing: 0;
line-height: 25px;
}
.payBottomRight {
background: #002B47;
display: flex;
justify-content: center;
align-items: center;
width: 300rpx;
}
.payBottomRightUnCheck {
background: #CCCCCC;
display: flex;
justify-content: center;
align-items: center;
width: 300rpx;
}
.payButton {
font-family: PingFang-SC-Semibold;
font-weight: 500;
font-size: 35rpx;
color: #FFFFFF;
letter-spacing: 0;
}