order-detail.wxss
1.7 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
/* pages/my/order-detail/order-detail.wxss */
@import '../../index/confirm-appointment-info/confirm-appointment-info.wxss';
.footer-box {
width: 100%;
/* height: 50rpx; */
/* line-height: 50rpx; */
background-color: #FFFC5A63;
position: absolute;
bottom: 0;
left: 0;
z-index: 3;
padding: 0 20rpx;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.footer-box1, .footer-box2 {
width: 100%;
position: absolute;
bottom: 0;
left: 0;
}
.one_box {
display: flex;
align-items: center;
justify-content: space-between;
}
.one_box form {
width: 50%;
}
.one_box .cancel, .one_box .confirm{
width: 100%;
height: 94rpx;
color: #ffffff;
font-size: 36rpx;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0;
}
.one_box .cancel {
background-color: #FC5B63;
}
.one_box .confirm {
background-color: #3FA9F5;
}
.one_box .cancel::after, .one_box .confirm::after {
border: 0;
}
.cancel_box {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
line-height: 50rpx;
}
.cancel_box text {
color: #FC5A63;
font-size: 20rpx;
}
.cancel_btn {
background-color: #FC5B63;
border-radius: 10rpx;
height: 40rpx;
display: flex;
align-items: center;
margin: 0;
padding: 0;
}
.cancel_btn::after {
border: 0;
}
.cancel_btn .text {
color: #ffffff;
font-size: 24rpx;
margin: 0 10rpx;
}
.two_box {
background-color: #3FA9F5;
color: #ffffff;
font-size: 36rpx;
height: 94rpx;
display: flex;
align-items: center;
justify-content: center;
}