orderaction.wxss
1.76 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
/* src/components/order/orderaction.wxss */
.order-action-bottom-view {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
/* padding-top: 20rpx;
padding-bottom: 20rpx; */
background: #FFFFFF;
/* padding-left: 40rpx; */
/* padding-right: 40rpx; */
}
.order-action-bottom-info-view {
display: flex;
flex-direction: column;
/* position:fixed; */
}
.order-action-bottom-button-view {
display: flex;
flex-direction: row;
}
/* .order-detail-split-line {
background: #e0e0e0;
height: 2rpx;
margin-top: 40rpx;
} */
.order-action-pay-amount-txt {
font-family: DINAlternate-Bold;
font-size: 28rpx;
color: #D0021B;
}
.order-action-pay-amount-title-txt {
font-family: PingFang-SC-Regular;
font-size: 24rpx;
color: #000000;
margin-top: 6rpx;
}
.order-action-selected-button {
height: 80rpx;
width: 224rpx;
font-family: PingFang-SC-Medium;
font-size: 24rpx;
color: #FFFFFF;
background-color: #002B47;
border-radius: 0;
align-items: center;
padding-top: 10rpx;
padding-bottom: 10rpx;
margin-left: 20rpx;
}
.order-action-unselected-button::after {
/* border-style: none; */
border-radius: 0;
}
.order-action-unselected-button {
height: 80rpx;
width: 224rpx;
font-family: PingFang-SC-Regular;
font-size: 24rpx;
color: #999999;
background-color: #FFFFFF;
border: 1rpx solid #CCCCCC;
border-radius: 0;
padding-top: 10rpx;
padding-bottom: 10rpx;
}
.order-action-left-view {
display: flex;
flex-direction: row;
align-items: center;
}
.order-action-cut-down-time-view {
display: flex;
flex-direction: row;
align-items: center;
/* flex: 1; */
/* position:fixed; */
}
.order-action-cut-down-time-image {
width: 30rpx;
height: 30rpx;
margin-right: 8rpx;
}