cancel-order-dialog.wxss
2.89 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
154
155
.cancel-order-dialog .confirm-layer .info {
position: fixed;
width: 560rpx;
height: 400rpx;
z-index: 1000;
top: 50%;
left: 50%;
margin-left: -280rpx;
margin-top: -240rpx;
background-color: #ffffff;
text-align: center;
padding: 80rpx 44rpx 0 44rpx;
box-sizing: border-box;
}
.cancel-order-dialog .confirm-layer .info .item {
font-size: 28px;
color: #000000;
letter-spacing: 0;
text-align: left;
margin-bottom: 14rpx;
}
.cancel-order-dialog .confirm-layer .info .item .right {
float: right;
}
.cancel-order-dialog .confirm-layer .info .item .right.danger {
color: #D0021B;
}
.cancel-order-dialog .confirm-layer .info .item.solo {
text-align: center;
font-size: 38rpx;
margin-top: 30rpx;
}
.cancel-order-dialog .confirm-layer .info .bottom-btn{
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 100rpx;
font-size: 0;
border-top: 1px solid #EEEEEE;
}
.cancel-order-dialog .confirm-layer .bottom-btn .btn {
display: inline-block;
width: 50%;
line-height: 100rpx;
text-align: center;
font-size: 24rpx;
box-sizing: border-box;
}
.cancel-order-dialog .confirm-layer .bottom-btn .btn.keep {
font-size: 30px;
color: #000000;
letter-spacing: 0;
text-align: center;
font-weight: 500;
}
.cancel-order-dialog .confirm-layer .bottom-btn .btn.cancel {
font-size: 30px;
color: #D0021B;
letter-spacing: 0;
text-align: center;
border-right: 1px solid #EEEEEE;
}
.cancel-order-dialog .confirm-layer .bottom-btn .btn.cancel.invalid {
color: #e0e0e0;
}
.cancel-order-dialog .confirm-layer .mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.4;
z-index: 999;
background: #000000;
}
.cancel-order-dialog .confirm-layer.no-penalty .info {
position: fixed;
width: 560rpx;
height: 260rpx;
z-index: 1000;
top: 50%;
left: 50%;
margin-left: -280rpx;
margin-top: -120rpx;
background-color: #ffffff;
text-align: center;
padding: 34rpx 44rpx 0 44rpx;
box-sizing: border-box;
}
.cancel-order-dialog .confirm-layer.no-penalty .item.solo {
text-align: center;
font-size: 28rpx;
}
.cancel-order-dialog .slide-mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.9;
z-index: 999;
background: #000000;
}
.cancel-order-dialog .slide-layer .close-icon {
position: fixed;
top: 60rpx;
right: 40rpx;
width: 48rpx;
height: 48rpx;
}
.cancel-order-dialog .slide-container {
position: absolute;
width: 640rpx;
height: 140rpx;
z-index: 9999;
background: #FFFFFF;
border-radius: 70rpx;
top: 50%;
left: 50%;
margin-top: -70rpx;
margin-left: -320rpx;
}
.cancel-order-dialog .slide-container .tip {
font-size: 28px;
color: #444444;
letter-spacing: 0;
text-align: center;
line-height: 140rpx;
margin-left: 122rpx;
}
.cancel-order-dialog .slide-container .slide-icon {
position: absolute;
width: 132rpx;
height: 132rpx;
top: 4rpx;
left: 4rpx;
}