cancelOrder.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
64
65
66
67
68
69
70
71
/* pages/my/cancelOrder/cancelOrder.wxss */
page{
width: 100%;
height: 100%;
}
.cancelOrder_mask{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: rgba(0,0,0,0.8);
}
.cancelOrder_diceng{
width:600rpx;
height:500rpx;
background:#fff;
border-radius:16rpx;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin:auto;
}
.cancel_one{
margin:33rpx 0 37rpx;
text-align: center;
font-size:30rpx;
font-family:PingFang-SC-Heavy;
font-weight:800;
color:rgba(34,34,34,1);
line-height:62rpx;
}
.cancel_two{
padding-left: 28rpx;
display: flex;
flex-wrap: wrap;
margin-bottom:35rpx;
}
.cancel_two_item{
height:51rpx;
background:rgba(247,247,247,1);
border-radius:16rpx;
margin:0 21rpx 21rpx 0;
font-size:26rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(51,51,51,1);
line-height:51rpx;
text-align: center;
padding:0 35rpx;
box-sizing: border-box;
}
.cancel_two_item.active{
background:rgba(255,218,68,1);
}
.cancel_three{
width:500rpx;
height:80rpx;
margin:0 auto;
background:rgba(255,218,68,1);
box-shadow:0 15rpx 30rpx 0 rgba(255,204,68,0.6);
border-radius:40rpx;
text-align: center;
line-height: 80rpx;
font-size:26rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(51,51,51,1);
}