my_orderdetail.wxss
1.3 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
/* pages/my_orderdetai/my_orderdetail.wxss */
@import '/pages/zudui_pay/zudui_pay.wxss';
@import '/pages/my_zhuduidetail/my_zhuduidetail';
.orderdetail_title{
display: flex;
align-items: center;
justify-content: space-between;
color:rgba(255,255,255,0.8);
font-size:25rpx;
margin: 0 34rpx 0 0;
}
.txtmargan{
display: block;
margin: 0 56rpx 0 0;
}
.orderdetail_title_rigth{
width:50%;
display: flex;
align-items: center;
justify-content: flex-end;
}
.orderdetail{
padding:10rpx 84rpx;
}
.orderdetailbtn{
background: #009FE8;
}
.orderdetail_code{
margin: 40rpx 0 40rpx 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background:linear-gradient(to right, #041D32 , #010F24);
padding:30rpx 0 20rpx 0;
color:rgba(255,255,255,0.8);
font-size:25rpx;
text-align: center;
}
.orderdetail_codeimg{
width:108rpx;
height: 108rpx;
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 8rpx 0;
}
.orderdetail_codeimg image{
width:100%;
height: 100%;
display: block;
}
.cancel{
margin: 20rpx 0;
display: flex;
align-items: center;
justify-content: center;
color:#009FE8;
font-size:28rpx;
height: 60rpx;
background:linear-gradient(to right, #041D32 , #010F24);
}