my_ordersuccess.wxss
1.4 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
/* pages/my_ordersuccess/my_ordersuccess.wxss */
@import '/pages/my_orderdetai/my_orderdetail.wxss';
.ordersuccess{
color:#231815;
font-size:28rpx;
display: flex;
align-items: center;
justify-content:space-between;
padding:0 20rpx;
}
.nimi_txt{
color:#9E9E9F;
font-size:20rpx;
}
.mini_success{
color:#9E9E9F;
font-size:20rpx;
padding:0 20rpx 20rpx 20rpx;
margin: 40rpx 0 0 0;
}
.pay_code{
background:linear-gradient(to right, #041D32 , #010F24);
display:flex;
align-items:center;
justify-content:center;
flex-direction:column;
padding:20rpx 0 40rpx 0;
color:rgba(255,255,255,0.8);
font-size:28rpx;
text-align:center;
}
.pay_codeimg{
margin: 23rpx 0 0 0;
width:207rpx;
height: 207rpx;
display: flex;
align-items: center;
justify-content: center;
}
.pay_codeimg image{
width:100%;
height: 100%;
display: block;
}
.void_line{
height: 170rpx;
background:linear-gradient(to left, #041D32 , #010F24);
}
.exchangebox{
margin: 20rpx 0;
padding:60rpx 0 20rpx 0;
background:linear-gradient(to left, #041D32 , #010F24);
}
.exchange{
margin: 28rpx 53rpx 0 53rpx;
background:linear-gradient(to left, #041D32 , #010F24);
}
.exchangemian{
display: flex;
align-items: center;
border-radius: 8rpx;
height: 46rpx;
background: #fff;
color:#595757;
font-size:28rpx;
padding:10rpx 24rpx;
box-sizing: border-box;
}
.exchangemian input{
width:100%;
height: 100%;
color:#595757;
font-size:28rpx;
}
.inputplaceholder{
color:#B5B5B6;
font-size:28rpx;
}