index.scss
1.04 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
.order-cancel{
background-color:#F3F5F9 ;
.orderCancel-bg{
width: 100%;
height: 236rpx;
}
.cancel{
background: #FFFFFF;
border-radius: 24rpx;
margin: 0 20rpx;
padding: 29rpx;
.customerBox,.senderBox{
border-bottom: 2rpx solid #F5F5F5;
padding-bottom: 46rpx;
.title{
font-size: 26rpx;
font-weight: bold;
margin-bottom: 20rpx;
}
.reason-item{
display: flex;
align-items: center;
margin-top: 26rpx;
font-size: 28rpx;
.label{
margin-left: 9rpx;
}
}
}
.senderBox{
margin-top: 28rpx;
border-bottom: none;
}
}
.footer{
height: 164rpx;
background-color: white;
display: flex;
position: fixed;
bottom: 0;
width: 100%;
justify-content: center;
.cancel-btn,.confirm-btn{
width: 276rpx;
height: 88rpx;
border-radius: 44rpx;
text-align: center;
line-height: 88rpx;
margin-top: 17rpx;
}
.cancel-btn{
border: 2rpx solid #191919;
margin-right: 20rpx;
}
.confirm-btn{
background: #E84134;
color: white;
margin-left: 20rpx;
}
}
}