orderButton.wxss
1.05 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
/* src/components/order/orderButton.wxss */
.order-action-selected-button {
/* display: flex; */
/* align-items: center; */
font-family: PingFang-SC-Medium;
font-size: 24rpx;
color: #FFFFFF;
background-color: #002B47;
border-radius: 0;
margin-left: 20rpx;
/* padding-top: 20rpx; */
/* padding-bottom: 20rpx; */
/* padding-left: 40rpx; */
/* padding-right: 40rpx; */
}
.order-action-unselected-button::after {
/* border-style: none; */
border-radius: 0;
}
.order-action-unselected-button {
width: 224rpx;
/* display: flex; */
/* align-items: center; */
font-family: PingFang-SC-Regular;
/* font-size: 24rpx; */
color: #999999;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
border-radius: 0;
margin-left: 20rpx;
/* padding-top: 20rpx;
padding-bottom: 20rpx;
padding-left: 40rpx;
padding-right: 40rpx; */
/* border-style: none; */
/* margin-left: 20rpx; */
/* padding-left: 40rpx;
padding-right: 40rpx; */
}
.order-action-left-view {
display: flex;
flex-direction: row;
align-items: center;
}