orderSuccess.wxss
1.44 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
.successContainer {
}
.successTopContainer {
margin-left: 76rpx;
margin-right: 76rpx;
margin-top: 120rpx;
}
.successIconContainer {
display: flex;
width: 100%;
justify-content: center;
align-items: center;
}
.successIcon {
width: 120rpx;
height: 120rpx;
}
.successText {
font-family: PingFang-SC-Semibold;
font-size: 40rpx;
color: #000000;
letter-spacing: 0;
text-align: center;
margin-top: 20rpx;
display: block;
margin-bottom: 30rpx;
}
.compensateText {
font-family: PingFang-SC-Regular;
font-size: 24rpx;
color: #999999;
letter-spacing: 0;
text-align: center;
margin-top: 30rpx;
}
.checkOrderContainer {
background: #002B47;
display: flex;
width: 100%;
justify-content: center;
align-items: center;
height: 100rpx;
margin-top: 60rpx;
}
.checkOrderText {
font-family: PingFang-SC-Regular;
font-size: 32rpx;
color: #FFFFFF;
letter-spacing: 0;
text-align: center;
}
.lookAround {
font-family: PingFang-SC-Regular;
font-size: 28rpx;
color: #000000;
letter-spacing: 0;
text-align: center;
width: 100%;
margin-top: 40rpx;
display: block;
}
.mayLike {
font-family: PingFang-SC-Medium;
font-size: 40rpx;
font-weight: 500;
color: #000000;
letter-spacing: 0;
margin-top: 112rpx;
margin-bottom: 32rpx;
width: 100%;
display: block;
text-align: center;
}
.collection-list {
width: 100%;
}
.center{
display: flex;
align-items: center;
justify-content: center;
}